find_item
Description:
public bool find_item (
MediaItem item,
out uint index)
Get the index of MediaItem within Queue
.
Parameters:
| this |
a Queue
|
| item |
a MediaItem to search for
|
| index |
return location for the index of the element, if found
|
Returns:
|
true if item is one of the elements of queue.
|