Click or drag to resize
MicrophoneChangeFormat Method
Changes the recording format of the device. Please note that this method is not working under linux system due to device driver compatibility issues.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool ChangeFormat(
	WaveFormat waveFormat
)

Parameters

waveFormat
Type: Ozeki.MediaWaveFormat
The specified audio format.

Return Value

Type: Boolean

Implements

IAudioControlChangeFormat(WaveFormat)
See Also