Click or drag to resize

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
Syntax
VB
Public Enumeration mcCompositeInfoFlags
Members
  Member nameValueDescription
mccpfNoFlags0No information or problem flags.
mccpfMixedBitsPerChannel1Sources differ in their BitsPerChannel(pixel bit-depth).
mccpfMixedPixelTypes2Sources differ in whether they arefloat or integral type pixels (PixelDataType).
mccpfMixedSourceSizes4The size of each source rectangleis not the same.
mccpfEmptyIntersection8The there is no overlap betweentwo or more of the offset source rectangles, so the intersection of the offset source rectangles is empty.
mccpfMixedFrameCounts16Sources differ in their mappeddestination frame counts.
mccpfSparseFrameMapping32For 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).
mccpfEmptyFrameMapping64For one or more mapped frames (upto the minimun adjusted mapped destination frame count) there are no source frames.
mccpfStrangeFrameMapping128For 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.
mccpfIncompleteFrameMapping256For 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.
Remarks
Some flags indicate problems.
See Also