[Missing <summary> documentation for "P:Ozeki.Media.Audio.Waveform.Formats.WaveFormat.AverageBytesPerSec"]

Namespace: Ozeki.Media.Audio.Waveform.Formats
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

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

Property Value

Type: Int32

See Also