Ozeki VoIP SDK Class library
AudioFormat Constructor (sampleRate, channels, bitRate)
NamespacesOzeki.VoIP.MediaAudioFormatAudioFormat(Int32, Int32, Int32)
Initializes a new instance of the AudioFormat class.
Declaration Syntax
C#Visual BasicVisual C++
public AudioFormat(
	int sampleRate,
	int channels,
	int bitRate
)
Public Sub New ( _
	sampleRate As Integer, _
	channels As Integer, _
	bitRate As Integer _
)
public:
AudioFormat(
	int sampleRate, 
	int channels, 
	int bitRate
)
Parameters
sampleRate (Int32)
Sample rate.
channels (Int32)
Channels.
bitRate (Int32)
Bits per sample.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243