Click or drag to resize
WaveFormatExtensible Constructor
Creates a new WaveFormatExtensible for PCM or IEEE

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WaveFormatExtensible(
	int rate,
	int bits,
	int channels
)

Parameters

rate
Type: SystemInt32
bits
Type: SystemInt32
channels
Type: SystemInt32
See Also