mode | How to retrieve the position. One of the following, with optional flags.
BASS_POS_BYTE | Get the position in bytes.
| BASS_POS_MUSIC_ORDER | Get the position in orders and rows... LOWORD = order, HIWORD = row * scaler (BASS_ATTRIB_MUSIC_PSCALER). (HMUSIC only)
| BASS_POS_DECODE | Flag: Get the decoding/rendering 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.
|
other modes & flags may be supported by add-ons, see the documentation.
|