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

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

Syntax

C#
public short BitsPerSample { get; set; }
Visual Basic
Public Property BitsPerSample As Short
	Get
	Set
Visual C++
public:
property short BitsPerSample {
	short get ();
	void set (short value);
}

Property Value

Type: Int16

See Also