The plug-in can call this function to get the precise playback position of the output plug-in.
|
Parameters |
Description |
|
position |
[out] position in track of playback (based on markers sent in on OutputWrite) |
|
flags |
[in] no flags currently defined |
|
Return Values |
Description |
|
0 |
command unsuccessful |
|
1 |
command successful, returned valid values |
This is generally only called when the player calls the plug-in’s GetCurrentPosition function.
The value returned in the position parameter will be a value of markers passed to OutputWrite.
|
Copyright (c) Quinnware 2007. All rights reserved.
|