AudioFrame.Type Property

Definition

Gets a string indicating the type of audio data the audio frame contains.

public:
 property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = audioFrame.type;
Public ReadOnly Property Type As String

Property Value

String

Platform::String

winrt::hstring

A string indicating the type of audio data the audio frame contains.

Implements

Applies to