IRTPDemuxFilter ::UnmapSSRC
[This is preliminary documentation and subject to change.]
This method is used to unmap a particular SSRC from the pin it is being delivered on.
HRESULT UnmapSSRC(
DWORD dwSSRC,
IPin **ppIPin
);
Parameters
-
dwSSRC
-
SSRC value to be unmapped.
-
ppIPin
-
Pin which this SSRC had been mapped to.
Return Values
-
E_INVALIDARG
-
The RTP Demux filter has no record of the SSRC in question .
-
E_POINTER
-
Invalid ppIPin parameter.
-
E_UNEXPECTED
-
The SSRC in question is not currently mapped to any pin.
-
NOERROR
-
This SSRC is successfully unmapped.