|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.VideoPlayer.Show (
nPlayer as Integer,
bShow as enumBoolean
) as enumErrorCodes
|
|
[C++]
short control.VideoPlayer.Show (
short nPlayer,
short bShow
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the player that will use the video player.
| |||||||||
|
bShow
|
Boolean value that determines if the rendering window must be shown or hidden.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to get the error code
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|