Interface CanvasDimensions
The dimensions of the canvas for video streams.
Signature
interface CanvasDimensions
Property signatures
Name |
Description |
height |
Height measured in pixels. This can be changed by the user. |
width |
Width measured in pixels. This can be changed by the user. |
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-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["This content details the `CanvasDimensions` interface, which is relevant to video streams."],["The `CanvasDimensions` interface includes `height` and `width` properties, both measured in pixels."],["Both the `height` and `width` of the video stream canvas can be changed by the user."],["The `CanvasDimensions` interface is available as part of the Google Workspace Developer Preview Program."]]],[]]