Click or drag to resize

WaveOutBaseChangeFormat Method

Changes the format of the playback.

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

Parameters

waveFormat
Type: WaveFormat

Return Value

Type: Boolean

Implements

IAudioControlChangeFormat(WaveFormat)
See Also