Seek position.
function Seek(TimeFormat: TTimeFormat; var Position: TStreamTime; MoveMethod: TSeekMethod): Boolean;
Parameters |
Description |
TimeFormat: TTimeFormat |
Time format of Position parameter. With this parameter you need to specify which member of TStreamTime is valid. |
var Position: TStreamTime |
Reference to TStreamTime specifying new position. |
MoveMethod: 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 |