Copyright © 2005-2019 MultiMedia Soft

PlayListItemVolAutomPointNameGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the name of a given volume automation point added to 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]

Public Function PlayListItemVolAutomPointNameGet (

nPlayerIndex as Int16,

nItemIndex as Int16,

nPointIndex as Int16

) as String


 

[C#]

public string PlayListItemVolAutomPointNameGet (

Int16 nPlayerIndex,

Int16 nItemIndex,

Int16 nPointIndex

);


 

[C++]

public: string PlayListItemVolAutomPointNameGet (

Int16 nPlayerIndex,

Int16 nItemIndex,

Int16 nPointIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that owns the playlist

nItemIndex

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

nPointIndex

Number representing the zero-based index of the volume point

 

Return value

 

Value

Meaning

 

 

Empty string

The information was not available or an error occurred (see the LastError property for further error details)

Valid string

The name of the volume automation point