Seek position.
Public Function Seek(ByVal TimeFormat As TTimeFormat, ByRef Position As TStreamTime, ByVal MoveMethod As TSeekMethod) As Boolean
Parameters |
Description |
ByVal TimeFormat As TTimeFormat |
Time format of Position parameter. With this parameter you need to specify which member of TStreamTime is valid. |
ByRef Position As TStreamTime |
Reference to TStreamTime specifying new position. |
ByVal MoveMethod As TSeekMethod |
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 |