Interface VideoAssignmentMaxResolution
Maximum video resolution the client wants to receive for any video feeds.
Signature
declare interface VideoAssignmentMaxResolution
Property signatures
Name |
Description |
frameRate |
Frames per second. |
height |
Height in square pixels. For cameras that can change orientation, height refers to the measurement on the vertical axis. |
width |
Width in square pixels. For cameras that can change orientation, width refers to the measurement on the horizontal axis. |
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-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This feature is available through the Google Workspace Developer Preview Program, offering early access."],["`VideoAssignmentMaxResolution` defines the highest video resolution a client can receive."],["The maximum resolution is specified using three key properties: `frameRate`, `height`, and `width`."],["`Height` and `width` refer to pixel measurements along the vertical and horizontal axis respectively."]]],[]]