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