CodecSubtypes.AudioFormatAlac Property

Definition

Gets the string representation of the GUID for the Apple Lossless Audio Codec (ALAC) audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Apple Lossless Audio Codec (ALAC) audio subtype.

Applies to