BASS.NET API for the Un4seen BASS Audio Library

WaveFormWaveBufferbps Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the bytes per sample (16-bit samples will return 2, 32-bit samples will return 4 and 8-bit samples will return 1).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int bps { get; }

Property Value

Type: Int32
See Also

Reference