ITMediaCollection::get_Item

[This is preliminary documentation and subject to change.]

Returns the media corresponding to the specified index.

HRESULT get_Item(
  ULONG Index,
  ITMedia **pVal
);
 

Parameters

Index
[in] Index of item to get.
pVal
[out] Pointer to ITMedia interface for desired item.

Return Values

TBD