PlayListCreateAutomation method |
|
Remarks
Creates a new playlist associated to the given player using the PLAYLIST_AUTOMATION_MODE loading mode; this setting will allow managing volume automation for each new item added to the playlist.
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.PlayListCreateAutomation ( nPlayer as Integer ) as enumErrorCodes |
[C++] short control.PlayListCreateAutomation ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the player that will own the new playlist |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The call was successful. |