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 

};

Constants

  • 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

Strmif.h (include Dshow.h)

See also

DirectShow Enumerated Types