MediaEncodingSubtypes.Mp3 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The name for MP3.