CS_VIDEO_FLAG Values (Compact 2013)
3/26/2014
The following table shows macro values that are used to describe video frames. These values are used in CS_FRAME_INFO structures.
Value |
Description |
---|---|
CS_VIDEO_FLAG_FRAME |
Indicates a complete frame. |
CS_VIDEO_FLAG_FIELD1 |
Indicates Field 1 of a two-field sequence. |
CS_VIDEO_FLAG_FIELD2 |
Indicates Field 2 of a two-field sequence. |
CS_VIDEO_FLAG_I_FRAME |
Indicates that this frame can be completely decoded without reference to any other frames. |
CS_VIDEO_FLAG_P_FRAME |
Indicates that this is a predicted frame. |
CS_VIDEO_FLAG_B_FRAME |
Indicates that this is a bidirectional frame. |
Requirements
Header |
csmedia.h |