Click or drag to resize

AudioWaveFormat(Int32, Int32, Int32) Constructor

Creates a new PCM format with the specified sample rate, bit depth and channels

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

Parameters

rate  Int32
 
bits  Int32
 
channels  Int32
 
See Also