Zoom Rooms Controller SDK Reference 7.0.0
Loading...
Searching...
No Matches
HDMIShareResolutionAndFrameRateOption Struct Reference

HDMI share resolution and frame rate option. More...

#include <IMeetingShareHelper.h>

Data Fields

uint32_t type = 0
 Resolution and frame rate type identifier.
 
std::string typeDescription
 Description of the resolution and frame rate type (e.g., "4K 30fps").
 
bool isDisabled = false
 TRUE indicates this option is currently disabled.
 

Detailed Description

HDMI share resolution and frame rate option.

Definition at line 252 of file IMeetingShareHelper.h.

Field Documentation

◆ isDisabled

bool HDMIShareResolutionAndFrameRateOption::isDisabled = false

TRUE indicates this option is currently disabled.

Definition at line 256 of file IMeetingShareHelper.h.

◆ type

uint32_t HDMIShareResolutionAndFrameRateOption::type = 0

Resolution and frame rate type identifier.

Definition at line 254 of file IMeetingShareHelper.h.

◆ typeDescription

std::string HDMIShareResolutionAndFrameRateOption::typeDescription

Description of the resolution and frame rate type (e.g., "4K 30fps").

Definition at line 255 of file IMeetingShareHelper.h.