IRTPDemuxFilter ::GetPinInfo
[This is preliminary documentation and subject to change.]
Returns all the information available for a particular output pin.
HRESULT GetPinInfo(
IPin *pIPin,
DWORD *pdwSSRC,
BYTE *pbPT,
BOOL *pbAutoMapping,
DWORD *pdwTimeout
);
Parameters
-
pIPin
-
Pointer to the IPin interface of an output pin of this filter.
-
pdwSSRC
-
Pointer to a DWORD to store the SSRC of the stream currently mapped to this pin. A value of 0 indicates that this pin is not mapped to any stream.
-
pbPT
-
Pointer to a BYTE in which the current PT value being accepted by this pin is placed.
-
pbAutoMapping
-
Pointer to a boolean indicating whether this is an automapping pin.
-
pdwTimeout
-
Pointer to a DWORD that indicates how many milliseconds may pass for a SSRC before it is considered stale and may automatically be replaced by a fresh SSRC. If pbAutoMapping is FALSE, then this parameter will always be set to zero.
Return Values
TDB