Click or drag to resize

AudioWaveFormat(Int32, Int32, Int32) Constructor

Initializes a new instance of the AudioWaveFormat class

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

Parameters

rate  Int32
 
bits  Int32
 
channels  Int32
 
See Also