Copyright © 2005-2019 MultiMedia Soft

DelayedPlayback.ListRemoveItem method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the given file from the list of delayed playbacks.

 

For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function ListRemovetem (

nFileUniqueID as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes ListRemovetem (

Int32 nFileUniqueID

);


 

[C++]

public: enumErrorCodes ListRemovetem (

Int32 nFileUniqueID

);


 

 

Parameter

Description

 

 

nFileUniqueID

Number representing the unique identifier of the file as returned by the DelayedPlayback,ListAddItem method

 

 

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.