WaveFormatAverageBytesPerSec Property |
Gets or sets the required average data-transfer rate, in bytes per second, for the format tag. (nAvgBytesPerSec)
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int AverageBytesPerSec { get; set; }
Public Property AverageBytesPerSec As Integer
Get
Set
public:
property int AverageBytesPerSec {
int get ();
void set (int value);
}
member AverageBytesPerSec : int with get, set
Property Value
Type:
Int32Remarks
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.
See Also