MediaEncodingSubtypes.Flac Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name for Free Lossless Audio Codec (FLAC) audio encoding.
public:
static property Platform::String ^ Flac { Platform::String ^ get(); };
static winrt::hstring Flac();
public static string Flac { get; }
var string = MediaEncodingSubtypes.flac;
Public Shared ReadOnly Property Flac As String
Property Value
The name for Free Lossless Audio Codec (FLAC) audio encoding.
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|