CodecSubtypes.AudioFormatAac Property

Definition

Gets the string representation of the GUID for the Advanced Audio Coding (AAC) audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Advanced Audio Coding (AAC) audio subtype.

Applies to