[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[],[],null,["# meet::VideoResolution Struct Reference\n\nmeet::VideoResolution\n=====================\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\nSummary\n-------\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------|------------------------------------------------------|\n| [frame_rate](#structmeet_1_1_video_resolution_1a9f48675e644a765efc85743d26cdd3f2)` = 30` | `int32_t` The frame rate in frames per second. |\n| [height](#structmeet_1_1_video_resolution_1a24ec6835f1f0e9a5f0c30a8f20d4860e)` = 480` | `int32_t` The height and width are in square pixels. |\n| [width](#structmeet_1_1_video_resolution_1a5e21157da10f26aeb4f08597eb291faf)` = 640` | `int32_t` |\n\nPublic attributes\n-----------------\n\n### frame_rate\n\n```c++\nint32_t meet::VideoResolution::frame_rate = 30\n``` \nThe frame rate in frames per second. \n\n### height\n\n```c++\nint32_t meet::VideoResolution::height = 480\n``` \nThe height and width are in square pixels.\n\nFor cameras that can change orientation, the width refers to the measurement on the horizontal axis, and the height on the vertical. \n\n### width\n\n```c++\nint32_t meet::VideoResolution::width = 640\n```"]]