|
Zoom Rooms Controller SDK Reference 7.0.0
|
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. | |
HDMI share resolution and frame rate option.
Definition at line 252 of file IMeetingShareHelper.h.
| bool HDMIShareResolutionAndFrameRateOption::isDisabled = false |
TRUE indicates this option is currently disabled.
Definition at line 256 of file IMeetingShareHelper.h.
| uint32_t HDMIShareResolutionAndFrameRateOption::type = 0 |
Resolution and frame rate type identifier.
Definition at line 254 of file IMeetingShareHelper.h.
| std::string HDMIShareResolutionAndFrameRateOption::typeDescription |
Description of the resolution and frame rate type (e.g., "4K 30fps").
Definition at line 255 of file IMeetingShareHelper.h.