CBaseFilter::ReconnectPin (Compact 2013)
3/26/2014
Requests pin for a reconnect.
Syntax
HRESULT ReconnectPin(
IPin* pPin,
AM_MEDIA_TYPE const* pmt
);
Parameters
- pPin
Pointer to the pin to reconnect.
pmt
AM_MEDIA_TYPE media type to reconnect with.This can be NULL.
Return Value
Returns an HRESULT value.
Remarks
This function calls the IFilterGraph2::ReconnectEx method on the filter graph.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |