CBaseControlVideo::SetControlVideoPin
A version of this page is also available for
4/8/2010
Sets the pin used by the filter.
Syntax
void SetControlVideoPin(
CBasePin* pPin
);
Parameters
- pPin
Pin with which the interface is synchronized.
Return Value
None.
Remarks
The interface can be called only when the filter has been connected successfully.
The object is passed through this method to the pin with which it is synchronized; in most cases it will determine if the pin is connected when it has an interface method called and will return VFW_E_NOT_CONNECTED if it fails.
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |