Click or drag to resize
WaveFormat Constructor (Int32, Int32, Int32)
Creates a new PCM format with the specified sample rate, bits per sample and channels

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WaveFormat(
	int sampleRate,
	int bitRate,
	int channels
)

Parameters

sampleRate
Type: SystemInt32
Sample rate
bitRate
Type: SystemInt32
Bits per sample
channels
Type: SystemInt32
Channels (Mono = 1, Stereo = 2)
See Also