meet:: VideoResolution
Summary
Public attributes |
|
---|---|
frame_rate = 30
|
int32_t
The frame rate in frames per second.
|
height = 480
|
int32_t
The height and width are in square pixels.
|
width = 640
|
int32_t
|
Public attributes
frame_rate
int32_t meet::VideoResolution::frame_rate = 30
The frame rate in frames per second.
height
int32_t meet::VideoResolution::height = 480
The height and width are in square pixels.
For cameras that can change orientation, the width refers to the measurement on the horizontal axis, and the height on the vertical.
width
int32_t meet::VideoResolution::width = 640