| 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 (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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