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_tmeet::VideoResolution::frame_rate=30

The frame rate in frames per second.

height

int32_tmeet::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_tmeet::VideoResolution::width=640

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年04月09日 UTC.