Click or drag to resize

WaveFileByteRate Property

Gets or sets the byte rate used for buffer estimation.

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public int ByteRate { get; set; }
View Source

Property Value

Int32
Remarks

This property is not usually changed. It will be automatically calculated for new wave files.

This is typically just the arithmetic result of: SampleRate * Channels * BitsPerSample / 8. However, this value can be changed as needed to accommodate better buffer estimations during data read cycle.

See Also