meet:: CanvasDimensions
#include <video_assignment_resource.h>
Required dimensions of the canvas.
Summary
Public attributes |
|
---|---|
height = 480
|
int32_t
The vertical space, in pixels, for this canvas.
|
width = 640
|
int32_t
The horizontal space, in pixels, for this canvas.
|
Public attributes
height
int32_t meet::CanvasDimensions::height = 480
The vertical space, in pixels, for this canvas.
width
int32_t meet::CanvasDimensions::width = 640
The horizontal space, in pixels, for this canvas.