Click or drag to resize

AudioWaveFormat(Int32, Int32) Constructor

Creates a new 16 bit wave format with the specified sample rate and channel count

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public AudioWaveFormat(
	int sampleRate,
	int channels
)

Parameters

sampleRate  Int32
Sample Rate
channels  Int32
Number of channels
See Also