Microsoft DirectX 9.0 |
The EnumStreamIdMap method returns a collection of all the mapped Stream IDs on this pin.
Syntax
HRESULT EnumStreamIdMap(
IEnumStreamIdMap** ppIEnumStreamIdMap
);
Parameters
ppIEnumStreamIdMap
[in] IEnumStreamIdMap interface pointer that will be set to the returned collection.
Return Value
Returns S_OK if successful. If the method fails, it returns an HRESULT error code.
Remarks
Currently, there is only one stream ID mapped to a given pin, therefore this collection will contain a single item.
See Also