CodecSubtypes.AudioFormatFloat Property

Definition

Gets the string representation of the GUID for the uncompressed IEEE floating-point audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the uncompressed IEEE floating-point audio subtype.

Applies to