Click or drag to resize

SpeakerChangeFormat Method

Changes the playback format of the device.

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

Parameters

waveFormat
Type: WaveFormat
The specified audio format.

Return Value

Type: Boolean

Implements

IAudioControlChangeFormat(WaveFormat)
See Also