Gets or sets the required average data-transfer rate, in bytes per second, for the format tag. (nAvgBytesPerSec)

C# | Visual Basic | Visual C++ |
public int AverageBytesPerSec { get; set; }
Public Property AverageBytesPerSec As Integer Get Set
public: property int AverageBytesPerSec { int get (); void set (int value); }


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