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