AudioWaveFormatBitsPerSample Property |
Returns the number of bits per sample (usually 16 or 32, sometimes 24 or 8)
Can be 0 for some codecs
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public short BitsPerSample { get; set; }
Public Property BitsPerSample As Short
Get
Set
public:
property short BitsPerSample {
short get ();
void set (short value);
}
member BitsPerSample : int16 with get, set
Property Value
Type:
Int16See Also