|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.DelayedPlayback.ItemPlayNow (
nFileUniqueID as Long,
bRemoveFromList as enumBoolean
) as enumErrorCodes
|
|
[C++]
long control.DelayedPlayback.ItemPlayNow (
long nFileUniqueID,
short bRemoveFromList
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nFileUniqueID
|
Number representing the unique identifier of the file as returned by the DelayedPlayback,ListAddItem method
| |||||||||
|
bRemoveFromList
|
Boolean value that tells if the file should be removed from the list of delayed playbacks after starting the playback session.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|