AudioClientMixFormat Property |
Gets the stream format that the audio engine uses for its internal processing of shared-mode streams. Requires initialization.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic WaveFormat MixFormat { get; }
Public ReadOnly Property MixFormat As WaveFormat
Get
public:
property WaveFormat^ MixFormat {
WaveFormat^ get ();
}
member MixFormat : WaveFormat with get
Property Value
Type:
WaveFormat
See Also