Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
HWIOVideoSettings Struct Reference

HWIOVideoSettings. More...

#include <IHWIOHelper.h>

Data Fields

HWIOVideoResolution resolution = HWIOVideoResolutionUnspecified
 HWIO video resolution, see HWIOVideoResolution enum.
 
HWIOVideoFrameRate frameRate = HWIOVideoFrameRateUnspecified
 HWIO video frame rate, see HWIOVideoFrameRate enum.
 
HWIOVideoFormat format = HWIOVideoFormatUnspecified
 HWIO video frame format, see HWIOVideoFormat enum.
 

Detailed Description

HWIOVideoSettings.

Definition at line 207 of file IHWIOHelper.h.

Field Documentation

◆ format

HWIOVideoFormat HWIOVideoSettings::format = HWIOVideoFormatUnspecified

HWIO video frame format, see HWIOVideoFormat enum.

Definition at line 211 of file IHWIOHelper.h.

◆ frameRate

HWIOVideoFrameRate HWIOVideoSettings::frameRate = HWIOVideoFrameRateUnspecified

HWIO video frame rate, see HWIOVideoFrameRate enum.

Definition at line 210 of file IHWIOHelper.h.

◆ resolution

HWIOVideoResolution HWIOVideoSettings::resolution = HWIOVideoResolutionUnspecified

HWIO video resolution, see HWIOVideoResolution enum.

Definition at line 209 of file IHWIOHelper.h.