Click or drag to resize
WaveFormatAverageBytesPerSec Property
Gets or sets the required average data-transfer rate, in bytes per second, for the format tag. (nAvgBytesPerSec)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public int AverageBytesPerSec { get; set; }

Property Value

Type: Int32
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.
See Also