virtual void Seek(UInt32 pos) = 0;
Seek seeks to specified position in the movie file.
Note: This method can only be called after the status of the movie has transitioned to Ready status.
Parameters |
Description |
UInt32 pos |
Position to seek in the movie. |