Copyright © 2001-2019 MultiMedia Soft

PlayListItemVolAutomPointRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes a volume point from an item of the playlist. The volume point can have been previously added through the PlayListItemVolAutomPointAdd method or as a result of a playlist loading through the PlayListLoad method.

 

For further details about playlists management see the How to create and manage a playlist tutorial.

For details about using Volume Automation refer to the How to manage Volume Automation tutorial.

 

 

Syntax

 

[Visual Basic]

control.PlayListItemVolAutomPointRemove (

nPlayer as Integer,

nItem as Integer,

strVolumePointName as String

) as enumErrorCodes


 

[C++]

short control.PlayListItemVolAutomPointRemove (

short nPlayer,

short nItem,

LPCTSTR strVolumePointName

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

nItem

Number representing the zero-based index of the item inside the playlist. The number of available items can be obtained using the PlayListGetCount method.

strVolumePointName

String representing the friendly name of the volume point to remove.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The method call was successful

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.