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 the URL of a specified source for an item in a playlist.
Syntax
RESULT GetSourceURL(
DWORD dwSourceIndex,
BSTR* pbstrURL
);
Parameters
- dwSourceIndex
[in] Identifies a specific source for an item in a playlist.
- pbstrURL
[out] URL of the source identified by dwSourceIndex.
Return Value
Returns an HRESULT value.
Remarks
You can use IAMPlayListItem::GetSourceCount to determine how many sources an item has.
Requirements
Header |
dshow.h, |
Library |
Strmiids.lib |