Ozeki VoIP SDK Class library
WaveFormatExtensible Constructor (rate, bits, channels)
NamespacesOzeki.Media.Audio.Waveform.FormatsWaveFormatExtensibleWaveFormatExtensible(Int32, Int32, Int32)
Creates a new WaveFormatExtensible for PCM or IEEE
Declaration Syntax
C#Visual BasicVisual C++
public WaveFormatExtensible(
	int rate,
	int bits,
	int channels
)
Public Sub New ( 
	rate As Integer,
	bits As Integer,
	channels As Integer
)
public:
WaveFormatExtensible(
	int rate, 
	int bits, 
	int channels
)
Parameters
rate (Int32)
bits (Int32)
channels (Int32)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290