Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This method returns a pointer an item in the playlist.
Syntax
HRESULT GetItem(
DWORD dwItemIndex,
IAMPlayListItem** ppItem
);
Parameters
- dwItemIndex
[in] Index number of the playlist item to return.
- ppItem
[out] Pointer to an IAMPlayListItem interface pointer containing the detailed information for the playlist item specified by dwItemIndex.
Return Value
Returns an HRESULT value.
Requirements
Header |
dshow.h, |
Library |
Strmiids.lib |