MediaEncodingSubtypes.Mp3 Property

Definition

Gets the name for MPEG Audio Layer-3 (MP3).

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

Property Value

String

Platform::String

winrt::hstring

The name for MP3.

Applies to