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

New LTT caption translation info. More...

#include <IClosedCaptionHelper.h>

Data Fields

NewLTTCaptionLanguage currentLanguage
 Current selected language.
 
std::vector< NewLTTCaptionLanguageavailableLanguages
 Available languages.
 
std::vector< NewLTTCaptionLanguagerecentlyUsedLanguages
 Recently used languages.
 

Detailed Description

New LTT caption translation info.

Definition at line 90 of file IClosedCaptionHelper.h.

Field Documentation

◆ availableLanguages

std::vector<NewLTTCaptionLanguage> NewLTTCaptionTranslationInfo::availableLanguages

Available languages.

Definition at line 93 of file IClosedCaptionHelper.h.

◆ currentLanguage

NewLTTCaptionLanguage NewLTTCaptionTranslationInfo::currentLanguage

Current selected language.

Definition at line 92 of file IClosedCaptionHelper.h.

◆ recentlyUsedLanguages

std::vector<NewLTTCaptionLanguage> NewLTTCaptionTranslationInfo::recentlyUsedLanguages

Recently used languages.

Definition at line 94 of file IClosedCaptionHelper.h.