|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.DelayedPlayback.ListAddItem (
nPlayer as Integer,
strPathname as String,
nDelay as Long
) as enumErrorCodes
|
|
[C++]
short control.DelayedPlayback.ListAddItem (
short nPlayer,
LPCTSTR strPathname,
long nDelay
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that owns the playlist
|
|
strPathname
|
String containing the absolute pathname of the element to add
|
|
nDelay
|
Number representing the delay expressed in milliseconds
|
|
Value
|
Meaning
|
|
|
|
|
0
|
An error occurred (see the LastError property for further error details)
|
|
Other values
|
Unique identifier of the file that will have a delayed playback
|