BASS_POS_BYTE | Get the position in bytes. This is the default if none is specified.
|
BASS_POS_RAW | Get the raw position in bytes. This is a monotonic count (never goes backwards) that is unaffected by seeking/looping.
|
BASS_POS_MUSIC_ORDER | Get the position in orders and rows... LOWORD = order, HIWORD = row * scaler (BASS_ATTRIB_MUSIC_PSCALER). (HMUSIC only)
|
BASS_POS_END | Get the end position in bytes... 0 = normal end position.
|
BASS_POS_LOOP | Get the loop start position in bytes.
|
BASS_POS_DECODE | Flag: Get the decoding position, which may be ahead of the playback position due to buffering. This flag is unnecessary with decoding channels because the decoding position will always be given for them anyway, as they do not have playback buffers.
|
BASS_POS_DSP | Flag: Get the DSP processing position, for use within a DSPPROC callback function.
|
Other modes may be supported by add-ons.