CodecSubtypes.AudioFormatMP3 Property

Definition

Gets the string representation of the GUID for the MPEG Audio Layer-3 (MP3) audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the MPEG Audio Layer-3 (MP3) audio subtype.

Applies to