Click or drag to resize

AudioWaveFormat Constructor (Int32, Int32)

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.3.199.0
Syntax
public AudioWaveFormat(
	int sampleRate,
	int channels
)

Parameters

sampleRate
Type: SystemInt32
Sample Rate
channels
Type: SystemInt32
Number of channels
See Also