The FrameProperties class holds the properties of a video frame.
More...
Detailed Description
The FrameProperties class holds the properties of a video frame.
Member Enumeration Documentation
Specifies the coding type of a video frame.
- Enumerator:
UnknownFrame |
Unknown coded picture
|
I_Frame |
Intra-coded picture
|
P_Frame |
Predicted picture
|
B_Frame |
Bi-predictive picture
|
Specifies the field type of a video frame.
- Enumerator:
UnknownField |
Unknown field type
|
TopField |
Top field of frame
|
BottomField |
Bottom field of frame
|
NoField |
Complete frame
|
Property Documentation