Click or drag to resize

PortAudioInChangeFormat Method

Changes the wave format of the device. Currently it is not supported in the Linux version

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

Parameters

waveFormat  WaveFormat
 

Return Value

Boolean

Implements

IAudioControlChangeFormat(WaveFormat)
See Also