CodecSubtypes.AudioFormatPcm Property

Definition

Gets the string representation of the GUID for the uncompressed PCM audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the uncompressed PCM audio subtype.

Applies to