ParsecFrame
Video frame properties.
Passed through ParsecFrameCallback
after calling ParsecClientPollFrame
.
Fields
Type | Name | Description |
---|---|---|
ParsecColorFormat | format | Color format. |
ParsecRotation | rotation | Frame rotation. |
ParsecChroma | chroma | Color subsampling, chroma layout for planar YUV formats. |
uint32_t | size | Size in bytes of the image buffer parameter of ParsecFrameCallback . |
uint32_t | width | Width in pixels of the visible area of the frame. |
uint32_t | height | Height in pixels of the visible area of the frame. |
uint32_t | fullWidth | Actual width of the frame including padding. |
uint32_t | fullHeight | Actual height of the frame including padding. |
bool | fullRangeYUV | Use the full color range for YUV formats instead of the legal/limited/studio range. |
bool | multiplyYUV | Properly normalize 10-bit YUV formats if not already done. |