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
SyntaxPublic Enumeration mcMappedFrameStatusFlags
Members
| Member name | Value | Description |
---|
| mcmfsfFullMapping | 0 | For this mapped frame, framesare available for all of the sources. |
| mcmfsfSparseMapping | 1 | For this mapped frame, framesare available for some but not all of the sources. |
| mcmfsfEmptyMapping | 2 | For this mapped frame, noframes are available from any of the sources. |
| mcmfsfPastMinAdjustedDest | 4 | This mapped frame is beyondthe minimum adjusted destination frame length. Thus, either the
mcmfsfSparseMapping or mcmfsfEmptyMapping flags will also be set. |
See Also