The player calls this function to determine the precise playback position of the audio.
|
Parameters |
Description |
|
medianame |
[in] string indicating drive of media to eject (encoding determined by version setting) |
|
track |
[out] track reference for medianame (normally 1) |
|
position |
[out] position in track of playback (in same units used in TrackExtents) |
|
Return Values |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful, returned valid values |
Most plug-ins should just call QCDModInitIn::toPlayer::OutputGetCurrentPosition(position, 0).
|
Copyright (c) Quinnware 2007. All rights reserved.
|