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

HWIO video settings. 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

HWIO video settings.

Definition at line 220 of file IHWIOHelper.h.

Field Documentation

◆ format

HWIOVideoFormat HWIOVideoSettings::format = HWIOVideoFormatUnspecified

HWIO video frame format, see HWIOVideoFormat enum.

Definition at line 224 of file IHWIOHelper.h.

◆ frameRate

HWIOVideoFrameRate HWIOVideoSettings::frameRate = HWIOVideoFrameRateUnspecified

HWIO video frame rate, see HWIOVideoFrameRate enum.

Definition at line 223 of file IHWIOHelper.h.

◆ resolution

HWIOVideoResolution HWIOVideoSettings::resolution = HWIOVideoResolutionUnspecified

HWIO video resolution, see HWIOVideoResolution enum.

Definition at line 222 of file IHWIOHelper.h.