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

New LTT caption language If languageID is -1, indicates that current language is invalid. More...

#include <IClosedCaptionHelper.h>

Data Fields

int32_t languageID = -1
 Language ID defined and used between Controller and Zoom Room.
 
std::string displayName
 Language display name.
 
std::string abbreviatedName
 Language abbreviated name.
 

Detailed Description

New LTT caption language If languageID is -1, indicates that current language is invalid.

Definition at line 73 of file IClosedCaptionHelper.h.

Field Documentation

◆ abbreviatedName

std::string NewLTTCaptionLanguage::abbreviatedName

Language abbreviated name.

Definition at line 77 of file IClosedCaptionHelper.h.

◆ displayName

std::string NewLTTCaptionLanguage::displayName

Language display name.

Definition at line 76 of file IClosedCaptionHelper.h.

◆ languageID

int32_t NewLTTCaptionLanguage::languageID = -1

Language ID defined and used between Controller and Zoom Room.

Definition at line 75 of file IClosedCaptionHelper.h.