|
Zoom Rooms Controller SDK Reference 6.6.0
|
Closed Caption interfaces. More...
#include "ZRCSDKTypes.h"Go to the source code of this file.
Data Structures | |
| struct | ClosedCaptionInfo |
| Closed Caption info. More... | |
| struct | NewLTTCaptionLanguage |
| New LTT caption language If languageID is -1, indicates that current language is invalid. More... | |
| struct | NewLTTCaptionSpeakerLanguageInfo |
| New LTT caption speaking language info. More... | |
| struct | NewLTTCaptionTranslationInfo |
| New LTT caption translation info. More... | |
| struct | NewLTTCaptionInfo |
| New LTT caption info. More... | |
| struct | InterpretLanguageInfoList |
| Interpret language info list. More... | |
| struct | LTTCaptionMessage |
| LTT caption message. More... | |
| class | IClosedCaptionHelperSink |
| Closed Caption helper event callback. More... | |
| class | IClosedCaptionHelper |
| Closed Caption helper interface. More... | |
Enumerations | |
| enum | ClosedCaptionFontSize { ClosedCaptionFontSizeSmall , ClosedCaptionFontSizeMedium , ClosedCaptionFontSizeLarge } |
| Closed caption font size Here are more detailed structural descriptions. More... | |
| enum | NewLTTCaptionNotificationType { NewLTTCaptionNotificationTypeCaptionStart , NewLTTCaptionNotificationTypeEnableCaptionRequestReceived , NewLTTCaptionNotificationTypeEnableCaptionRequestDeclined , NewLTTCaptionNotificationTypeSpeakerLanguageMismatch } |
| NewLTT caption notification type Here are more detailed structural descriptions. More... | |
| enum | LTTCaptionWritingDirection { LTTCaptionWritingDirectionLeftToRight = 0 , LTTCaptionWritingDirectionRightToLeft = 1 } |
| LTT caption writing direction. Here are more detailed structural descriptions. More... | |
| enum | LTTCaptionMessageResultType { LTTCaptionMessageResultTypeSuccess = 0 , LTTCaptionMessageResultTypeTranslationNotSupport = 1 } |
| LTT caption message result type. Here are more detailed structural descriptions. More... | |
Closed Caption interfaces.
Closed Caption function has 2 phases:
NOTE: If NewLTTCaptionInfo.isNewLttCaptionFeatureOn = true, use New LTT APIs, else use Closed Caption.
Definition in file IClosedCaptionHelper.h.
Closed caption font size Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| ClosedCaptionFontSizeSmall | Closed caption font size small. |
| ClosedCaptionFontSizeMedium | Closed caption font size medium. |
| ClosedCaptionFontSizeLarge | Closed caption font size large. |
Definition at line 23 of file IClosedCaptionHelper.h.
LTT caption message result type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| LTTCaptionMessageResultTypeSuccess | Success. |
| LTTCaptionMessageResultTypeTranslationNotSupport | Language translation not support. |
Definition at line 56 of file IClosedCaptionHelper.h.
LTT caption writing direction. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| LTTCaptionWritingDirectionLeftToRight | Direction Left to Right. |
| LTTCaptionWritingDirectionRightToLeft | Direction Right to Left. |
Definition at line 46 of file IClosedCaptionHelper.h.
NewLTT caption notification type Here are more detailed structural descriptions.
Definition at line 34 of file IClosedCaptionHelper.h.