Seek position.
bool Seek(TTimeFormat TimeFormat, TStreamTime % Position, TSeekMethod MoveMethod);
Parameters |
Description |
TTimeFormat TimeFormat |
Time format of Position parameter. With this parameter you need to specify which member of TStreamTime is valid. |
TStreamTime % Position |
Reference to TStreamTime specifying new position. |
TSeekMethod MoveMethod |
Return Values |
Description |
True |
All OK. |
False |
Error. To get error message read here. |
Warning: This function will fail on dynamic stream.
Note: Accuracy of seek position depends on interface settings. See accurate seek.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |