Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
REG_PINFLAG Enumeration
Defines flags for the dwFlags member in the REGFILTERPINS2 structure.
Syntax
enum
{
    REG_PINFLAG_B_ZERO     = 0x1,
    REG_PINFLAG_B_RENDERER = 0x2,
    REG_PINFLAG_B_MANY     = 0x4,
    REG_PINFLAG_B_OUTPUT   = 0x8
} REG_PINFLAG;
Members
REG_PINFLAG_B_ZERO
The filter can have zero instances of this pin.
REG_PINFLAG_B_RENDERER
The filter renders the input from this pin. (Applies only to input pins. Output pins must not set this flag.)
REG_PINFLAG_B_MANY
The filter can create more than one instance of this pin.
REG_PINFLAG_B_OUTPUT
This pin is an output pin.
Requirements
Header: Dshow.h
See Also