|
Meeting SDK for macOS API Reference
|
Face region of interest reported alongside a decoded frame. More...
#include <ZoomSDKRenderer.h>
Inherits NSObject.
Properties | |
| float | left |
| float | top |
| float | right |
| float | bottom |
Face region of interest reported alongside a decoded frame.
Coordinates are normalized to [0.0, 1.0], with the origin at the top-left corner of the decoded (pre-rotation) frame. Callers that need display coordinates must apply the frame rotation reported by -getRotation on the host ZoomSDKYUVRawDataI420.
Definition at line 21 of file ZoomSDKRenderer.h.
|
readnonatomicassign |
Normalized bottom edge, [0.0, 1.0], > top.
Definition at line 29 of file ZoomSDKRenderer.h.
|
readnonatomicassign |
Normalized left edge, [0.0, 1.0].
Definition at line 23 of file ZoomSDKRenderer.h.
|
readnonatomicassign |
Normalized right edge, [0.0, 1.0], > left.
Definition at line 27 of file ZoomSDKRenderer.h.
|
readnonatomicassign |
Normalized top edge, [0.0, 1.0].
Definition at line 25 of file ZoomSDKRenderer.h.