Ozeki VoIP SDK Class library
WaveFormat Constructor (sampleRate, bitRate, channels)
NamespacesOzeki.Media.Audio.Waveform.FormatsWaveFormatWaveFormat(Int32, Int32, Int32)
Creates a new PCM format with the specified sample rate, bits per sample and channels
Declaration Syntax
C#Visual BasicVisual C++
public WaveFormat(
	int sampleRate,
	int bitRate,
	int channels
)
Public Sub New ( 
	sampleRate As Integer,
	bitRate As Integer,
	channels As Integer
)
public:
WaveFormat(
	int sampleRate, 
	int bitRate, 
	int channels
)
Parameters
sampleRate (Int32)
Sample rate
bitRate (Int32)
Bits per sample
channels (Int32)
Channels (Mono = 1, Stereo = 2)

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