Click or drag to resize

mcCompositeHostSourceStatusFlags Enumeration

Legal bit values for the McCompositeHost.SourceStatus values.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcCompositeHostSourceStatusFlags
Members
  Member nameValueDescription
mcchssfNoFlags0No flags.
mcchssfExcludeFromComposite1If set, thereferenced source will not be included in the composite for either preview display or when ExecuteComposite. This flag is user-assignable.
mcchssfBlink2If set, thereferenced source will blink during preview display, if the McCompositeHost.Status mcchsfBlinkingEnabled flag is set. This flag is user-assignable.
mcchssfBackgroundSource4096If set, thereferenced source is the Background source, as determined by the McCompositeHost.BackgroundIndex property. This flag is not user-assignable.
mcchssfAllFlags-1All flags.
See Also