Closed Caption helper interface.
More...
#include <IClosedCaptionHelper.h>
Closed Caption helper interface.
Definition at line 257 of file IClosedCaptionHelper.h.
◆ ~IClosedCaptionHelper()
virtual IClosedCaptionHelper::~IClosedCaptionHelper |
( |
| ) |
|
|
inlinevirtual |
◆ ApproveEnableCaptionRequest()
virtual ZRCSDKError IClosedCaptionHelper::ApproveEnableCaptionRequest |
( |
bool |
approve | ) |
|
|
pure virtual |
Approve enable caption request.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
approve | TRUE indicates approve the request. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ AssignClosedCaption()
virtual ZRCSDKError IClosedCaptionHelper::AssignClosedCaption |
( |
int32_t |
userID, |
|
|
bool |
assign |
|
) |
| |
|
pure virtual |
Assign user to type closed caption.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userID | Specify the userID. |
assign | TRUE indicates assign user to type CC. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ControlClosedCaptionVisible()
Control closed caption visibility and font size.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
show | TRUE indicates show the closed caption. Otherwise not. |
fontSize | Choose the closed caption font size, see ClosedCaptionFontSize enum |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ DeregisterSink()
Deregister closed caption helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableCaption()
virtual ZRCSDKError IClosedCaptionHelper::EnableCaption |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable caption.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
enable | TRUE indicates enable caption. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableNewLTTManualCaptioner()
virtual ZRCSDKError IClosedCaptionHelper::EnableNewLTTManualCaptioner |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable New LTT manual captioner.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
enable | TRUE indicates enable NEW LTT manual captioner. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetLTTCaptionMessageList()
Get current loaded LTT caption message list.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
[out] | messages | Specify the interpret language. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ HasMoreMessageHistoryOnZR()
virtual ZRCSDKError IClosedCaptionHelper::HasMoreMessageHistoryOnZR |
( |
bool & |
hasMore | ) |
|
|
pure virtual |
Query if has more history on ZR.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
[out] | hasMore | TRUE indicates has more history on ZR. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsAllowViewFullTranscript()
virtual ZRCSDKError IClosedCaptionHelper::IsAllowViewFullTranscript |
( |
bool & |
isAllow | ) |
|
|
pure virtual |
Query if is allow view full transcript.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
[out] | isAllow | Specify the interpret language. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ LoadLTTCaptionMessage()
virtual ZRCSDKError IClosedCaptionHelper::LoadLTTCaptionMessage |
( |
| ) |
|
|
pure virtual |
Load more LTT caption history messages step by 20.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ MuteOriginalAudio()
virtual ZRCSDKError IClosedCaptionHelper::MuteOriginalAudio |
( |
bool |
mute | ) |
|
|
pure virtual |
Mute original audio.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
mute | TRUE indicates mute the original audio. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register closed caption helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SelectInterpretLanguage()
Select interpret language.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
languageInfo | Specify the interpret language. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SendEnableCaptionRequest()
virtual ZRCSDKError IClosedCaptionHelper::SendEnableCaptionRequest |
( |
| ) |
|
|
pure virtual |
Send enable caption request to host.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetNewLTTCaptionFontSize()
Control New LTT caption font size.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetNewLTTSpeakerLanguage()
virtual ZRCSDKError IClosedCaptionHelper::SetNewLTTSpeakerLanguage |
( |
int32_t |
languageID | ) |
|
|
pure virtual |
Set New LTT caption speaker language.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
languageID | Speaker language ID |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetNewLTTTranslationLanguage()
virtual ZRCSDKError IClosedCaptionHelper::SetNewLTTTranslationLanguage |
( |
int32_t |
languageID | ) |
|
|
pure virtual |
Set New LTT caption translation language.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
languageID | Translation language ID |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ShowCaption()
virtual ZRCSDKError IClosedCaptionHelper::ShowCaption |
( |
bool |
show | ) |
|
|
pure virtual |
Control New LTT caption visibility.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
show | TRUE indicates show the caption. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ShowNewLTTOriginalAndTranslated()
virtual ZRCSDKError IClosedCaptionHelper::ShowNewLTTOriginalAndTranslated |
( |
bool |
show | ) |
|
|
pure virtual |
Show New LTT caption both original and translated caption.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
show | TRUE indicates show both, FALSE indicates show translated caption only. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ShowTranscriptPanelOnZR()
virtual ZRCSDKError IClosedCaptionHelper::ShowTranscriptPanelOnZR |
( |
bool |
show | ) |
|
|
pure virtual |
Show transcript panel on ZR display.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
show | TRUE indicates to receive message update. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ShowTranscriptPanelOnZRC()
virtual ZRCSDKError IClosedCaptionHelper::ShowTranscriptPanelOnZRC |
( |
bool |
show | ) |
|
|
pure virtual |
Show transcript panel on controller.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
show | TRUE indicates to receive message update. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.