CodecSubtypes.AudioFormatOpus Property

Definition

Gets the string representation of the GUID for the Opus audio subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Opus audio subtype.

Applies to