Ozeki VoIP SDK Class library
AverageBytesPerSec Property
NamespacesOzeki.Media.Audio.Waveform.FormatsWaveFormatAverageBytesPerSec
Gets or sets the required average data-transfer rate, in bytes per second, for the format tag. (nAvgBytesPerSec)
Declaration Syntax
C#Visual BasicVisual C++
public int AverageBytesPerSec { get; set; }
Public Property AverageBytesPerSec As Integer
	Get
	Set
public:
property int AverageBytesPerSec {
	int get ();
	void set (int value);
}
Property Value
Remarks
If WaveFormatTag is PCM, this should be equal to the product of SampleRate and BlockAlign. For non-PCM formats, this member must be computed according to the manufacturer's specification of the format tag.

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