Parsec

ParsecFrame

Video frame properties.

Passed through ParsecFrameCallback after calling ParsecClientPollFrame.

Fields

TypeNameDescription
ParsecColorFormatformatColor format.
ParsecRotationrotationFrame rotation.
ParsecChromachromaColor subsampling, chroma layout for planar YUV formats.
uint32_tsizeSize in bytes of the image buffer parameter of ParsecFrameCallback.
uint32_twidthWidth in pixels of the visible area of the frame.
uint32_theightHeight in pixels of the visible area of the frame.
uint32_tfullWidthActual width of the frame including padding.
uint32_tfullHeightActual height of the frame including padding.
boolfullRangeYUVUse the full color range for YUV formats instead of the legal/limited/studio range.
boolmultiplyYUVProperly normalize 10-bit YUV formats if not already done.