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