BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamBufferPosition Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the current buffer position in bytes.

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

public int BufferPosition { get; set; }

Property Value

Type: Int32
Remarks

This member is maintained automatically depending on the IsOutputBuffered property and the current buffer state. So normally there is no need to modify this value. However if you have a real need you might do so.
See Also

Reference