Retrieves the playback position of a mixer source channel.
QWORD BASS_Mixer_ChannelGetPosition( DWORD handle, DWORD mode );
handle | The channel handle. | ||||
mode | How to retrieve the position. One of the following.
|
BASS_ERROR_HANDLE | handle is not plugged into a mixer. |
BASS_ERROR_NOTAVAIL | The requested position is not available. |
BASS_ERROR_UNKNOWN | Some other mystery problem! |