Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
VideoPlayer.IsSeekable method 
 
Remarks 
 
Determines if the format of the video loaded inside the given player is seekable and so if the VideoPlayer.Seek method can be effectively called. 
 
For further details about the use of the embedded video player see the VideoPlayer object section. 
For details about video clips rendering refer to the How to play video files through DirectShow tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.VideoPlayer.IsSeekable
nPlayer as Integer 
) as Boolean
 
[C++] 
BOOL control.VideoPlayer.IsSeekable
short nPlayer 
);
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that will use the video player.
 
 
Return value 
 
Value
Meaning
 
 
FALSE
Video format is not seekable
TRUE
Video format is seekable
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents