CodecSubtypes.AudioFormatFlac Property

Definition

Gets the string representation of the GUID for the Free Lossless Audio Codec (FLAC) audio subtype.

public:
 static property Platform::String ^ AudioFormatFlac { Platform::String ^ get(); };
static winrt::hstring AudioFormatFlac();
public static string AudioFormatFlac { get; }
var string = CodecSubtypes.audioFormatFlac;
Public Shared ReadOnly Property AudioFormatFlac As String

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Free Lossless Audio Codec (FLAC) audio subtype.

Applies to