Click or drag to resize

mcMappedFrameStatusFlags Enumeration

Bit values set in the MappedFrameStatus array filled byMcColorComposite.GetSourceInfo.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcMappedFrameStatusFlags
Members
  Member nameValueDescription
mcmfsfFullMapping0For this mapped frame, framesare available for all of the sources.
mcmfsfSparseMapping1For this mapped frame, framesare available for some but not all of the sources.
mcmfsfEmptyMapping2For this mapped frame, noframes are available from any of the sources.
mcmfsfPastMinAdjustedDest4This mapped frame is beyondthe minimum adjusted destination frame length. Thus, either the mcmfsfSparseMapping or mcmfsfEmptyMapping flags will also be set.
See Also