| IAudioControlChangeFormat Method  | 
            Changes the wave format of the device.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxbool ChangeFormat(
	WaveFormat waveFormat
)
Function ChangeFormat ( 
	waveFormat As WaveFormat
) As Boolean
bool ChangeFormat(
	WaveFormat^ waveFormat
)
abstract ChangeFormat : 
        waveFormat : WaveFormat -> bool 
Parameters
- waveFormat
 - Type: Ozeki.MediaWaveFormat
 
Return Value
Type: 
Boolean
See Also