[This is preliminary documentation and subject to change.]
This interface is used to query the list of SSRCs the RTP Demux filter is currently tracking. It is returned by IRTPDemuxFilter::EnumSSRCsIRTPDemuxFilter::EnumSSRCs and is based on IEnumXXXX.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |
IEnumSSRCs Methods | Description |
---|---|
Next | Gets the next specified number of elements in the enumeration sequence. |
Skip | Skips over the next specified number of elements in the enumeration sequence. |
Reset | Resets to beginning of enumeration sequence. |
Clone | Creates another enumerator that contains the same enumeration state as the current one. |