CodecSubtypes.AudioFormatMP3 属性

定义

获取 MPEG 音频层 3 (MP3) 音频子类型的 GUID 的字符串表示形式。

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

属性值

String

Platform::String

winrt::hstring

MPEG 音频第 3 层的 GUID 的字符串表示形式 (MP3) 音频子类型。

适用于