mcCompositeInfoFlags Enumeration
|
|
Legal bit values for the McColorComposite.GetSourcesInforeturn value.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcCompositeInfoFlags
Members
| Member name | Value | Description |
---|
| mccpfNoFlags | 0 | No information or problem flags. |
| mccpfMixedBitsPerChannel | 1 | Sources differ in their BitsPerChannel(pixel bit-depth). |
| mccpfMixedPixelTypes | 2 | Sources differ in whether they arefloat or integral type pixels (PixelDataType). |
| mccpfMixedSourceSizes | 4 | The size of each source rectangleis not the same. |
| mccpfEmptyIntersection | 8 | The there is no overlap betweentwo or more of the offset source rectangles, so the intersection of the
offset source rectangles is empty. |
| mccpfMixedFrameCounts | 16 | Sources differ in their mappeddestination frame counts. |
| mccpfSparseFrameMapping | 32 | For one or more mapped frames upto the minimun adjusted mapped destination frame count, the mapping of
source to destination frames is sparse (i.e., a frame from at least one
source is missing). |
| mccpfEmptyFrameMapping | 64 | For one or more mapped frames (upto the minimun adjusted mapped destination frame count) there are no
source frames. |
| mccpfStrangeFrameMapping | 128 | For one or more sources, themapping of source to destination frames is not constant or ascending.
Constant frame mappings, where the same source frame is mapped onto
successive destination frames, are not flagged. |
| mccpfIncompleteFrameMapping | 256 | For one or more sources, not allsource frames are mapped onto a destination frame. This flag may not
be set if the mccpfStrangeFrameMapping flag is set, even if the incomplete
mapping condition exists. |
RemarksSome flags indicate problems.
See Also