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
SyntaxPublic Enumeration mcCompositeHostSourceStatusFlags
Members
| Member name | Value | Description |
---|
| mcchssfNoFlags | 0 | No flags. |
| mcchssfExcludeFromComposite | 1 | If set, thereferenced source will not be included in the composite for either
preview display or when ExecuteComposite. This flag is user-assignable. |
| mcchssfBlink | 2 | If set, thereferenced source will blink during preview display, if the
McCompositeHost.Status mcchsfBlinkingEnabled flag is set. This flag is
user-assignable. |
| mcchssfBackgroundSource | 4096 | If set, thereferenced source is the Background source, as determined by the
McCompositeHost.BackgroundIndex property. This flag is not
user-assignable. |
| mcchssfAllFlags | -1 | All flags. |
See Also