Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
DelayedPlayback.ItemResetDelay method 
 
Remarks 
 
Resets the delay previously set for the given file. 
 
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial. 
 
 
Syntax 
 
[Visual Basic] 
control.DelayedPlayback.ItemResetDelay
nFileUniqueID as Long, 
nDelay as Long 
 
[C++] 
long control.DelayedPlayback.ItemResetDelay
long nFileUniqueID
long nDelay 
);
 
 
Parameter
Description
 
 
nFileUniqueID
Number representing the unique identifier of the file as returned by the DelayedPlayback,ListAddItem method
nDelay
New delay expressed in milliseconds
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.ERR_NOERROR (0)
The call was successful.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents