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

Closed Caption info. More...

#include <IClosedCaptionHelper.h>

Data Fields

bool available = false
 TRUE indicates closed caption is available. Otherwise not.
 
bool visible = false
 TRUE indicates closed caption is visible. Otherwise not.
 
ClosedCaptionFontSize fontSize = ClosedCaptionFontSizeSmall
 Closed caption font size.
 

Detailed Description

Closed Caption info.

Definition at line 64 of file IClosedCaptionHelper.h.

Field Documentation

◆ available

bool ClosedCaptionInfo::available = false

TRUE indicates closed caption is available. Otherwise not.

Definition at line 66 of file IClosedCaptionHelper.h.

◆ fontSize

ClosedCaptionFontSize ClosedCaptionInfo::fontSize = ClosedCaptionFontSizeSmall

Closed caption font size.

Definition at line 68 of file IClosedCaptionHelper.h.

◆ visible

bool ClosedCaptionInfo::visible = false

TRUE indicates closed caption is visible. Otherwise not.

Definition at line 67 of file IClosedCaptionHelper.h.