CodecSubtypes.AudioFormatAmrNB Property

Definition

Gets the string representation of the GUID for the Adaptive Multi-Rate (AMR-NB) audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Adaptive Multi-Rate (AMR-NB) audio subtype.

Applies to