Copyright © 2005-2020 MultiMedia Soft

StreamCloneRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the given audio stream's clone previously added through the StreamCloneAdd method.

 

 

Syntax

 

[Visual Basic]

Public Function StreamCloneRemove (

nPlayerIndex as Int16,

nUniqueId as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes StreamCloneRemove (

Int16 nPlayerIndex,

Int32 nUniqueId

);


 

[C++]

public: enumErrorCodes StreamCloneRemove (

Int16 nPlayerIndex,

Int32 nUniqueId

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

nUniqueId

Numeric value representing the unique identifier of the audio stream's clone returned by the StreamCloneAdd method

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.NOERROR (0)

The method call was successful.