ParsecFrame
Video frame properties.
Passed through ParsecFrameCallback
after calling ParsecClientPollFrame
.
Fields
Type | Name | Description |
---|---|---|
ParsecColorFormat | format | Color format. |
ParsecRotation | rotation | Frame rotation. |
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. |