PlayListItemCuePointCountGet method |
|
Remarks
Obtains the number of cue points added to a playlist's item. The cue can have been previously added through the PlayListItemCuePointAdd 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.PlayListItemCuePointCountGet ( nPlayer as Integer, nItem as Integer, nCount as Integer ) as enumErrorCodes |
[C++] short control.PlayListItemCuePointCountGet ( short nPlayer, short nItem, short *nCount ); |
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. |
nCount |
Reference that, on return from the method call, will contain the number of cue points added to a specific playlist's item. |
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. |