IAMPlayListItem::GetSourceDuration (Compact 2013)
3/26/2014
This method returns the duration time of a source for an item in a playlist.
Syntax
HRESULT GetSourceDuration(
DWORD dwSourceIndex,
REFERENCE_TIME* prtDuration
);
Parameters
- dwSourceIndex
[in] Identifies a specific source for an item in a playlist.
- prtDuration
[out] Pointer to the duration for 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 |