|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[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.
|
|
Value
|
Meaning
|
|
|
|
|
FALSE
|
Video format is not seekable
|
|
TRUE
|
Video format is seekable
|