CodecSubtypes.AudioFormatMPeg Property

Definition

Gets the string representation of the GUID for the MPEG-1 audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the MPEG-1 audio subtype.

Applies to