IRTPDemuxFilter ::EnumSSRCs

[This is preliminary documentation and subject to change.]

Returns an SSRC enumerator, which is used by an application to see what SSRCs the RTP Demux filter currently is aware of and what it is doing with them.

HRESULT EnumSSRCs(
  IEnumSSRCs **ppIEnumSSRCs
);
 

Parameters

ppIEnumSSRCs
Pointer to SSRC enumerator.

Return Values

E_POINTER
The ppIEnumSSRCs parameter is not a valid pointer.
NOERROR
Successfully returned an enumerator for the SSRCs currently detected by this filter.