Windows Media Player 11 SDK PLAYLIST.getNextCheckedItem2
Previous | Next |
PLAYLIST.getNextCheckedItem2
The getNextCheckedItem2 method retrieves the index of the next checked item in the playlist following the specified index.
Syntax
Parameters
item
Number (long) indicating the index of the item to search after.
Return Values
This method returns a Number (long).
Remarks
This method replaces the getNextCheckedItem method in order to work with nested playlists. Use –1 to find the first checked item. When there are no further checked items, this method returns –1.
Requirements
Windows Media Player 9 Series or later.
See Also
Previous | Next |