Closed Caption helper event callback.
More...
#include <IClosedCaptionHelper.h>
Closed Caption helper event callback.
Definition at line 147 of file IClosedCaptionHelper.h.
◆ ~IClosedCaptionHelperSink()
virtual IClosedCaptionHelperSink::~IClosedCaptionHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnClosedCaptionResponse()
virtual void IClosedCaptionHelperSink::OnClosedCaptionResponse |
( |
int32_t |
result, |
|
|
ClosedCaptionFontSize |
fontSize |
|
) |
| |
|
pure virtual |
Closed caption control response callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
result | [0] success, otherwise error. |
fontSize | Specify the font size which requested to control. |
◆ OnMessageAdd()
virtual void IClosedCaptionHelperSink::OnMessageAdd |
( |
const LTTCaptionMessage & |
message | ) |
|
|
pure virtual |
LTT caption message add notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
message | LTT caption message |
◆ OnMessageInstanceOnlySpeakerTagUpdate()
virtual void IClosedCaptionHelperSink::OnMessageInstanceOnlySpeakerTagUpdate |
( |
const LTTCaptionMessage & |
message | ) |
|
|
pure virtual |
LTT caption message instance only smart speaker tag update notification.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
message | LTT caption message. |
◆ OnMessageLoad()
virtual void IClosedCaptionHelperSink::OnMessageLoad |
( |
const std::vector< LTTCaptionMessage > & |
messages, |
|
|
bool |
hasMoreHistory |
|
) |
| |
|
pure virtual |
LTT caption messages loaded notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
messages | The loaded LTT caption messages. |
hasMoreHistory | TRUE indicates has more caption message history. |
◆ OnMessageNotSupported()
virtual void IClosedCaptionHelperSink::OnMessageNotSupported |
( |
const LTTCaptionMessage & |
message | ) |
|
|
pure virtual |
LTT caption message not supported notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
message | LTT caption message |
◆ OnMessageUpdate()
virtual void IClosedCaptionHelperSink::OnMessageUpdate |
( |
const LTTCaptionMessage & |
message | ) |
|
|
pure virtual |
LTT caption message update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
message | LTT caption message |
◆ OnNewLTTCaptionNotification()
New LTT caption notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnNewLTTLanguageNotification()
virtual void IClosedCaptionHelperSink::OnNewLTTLanguageNotification |
( |
const NewLTTCaptionInfo & |
newLttCaptionInfo | ) |
|
|
pure virtual |
New LTT caption info changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
newLttCaptionInfo | Updated New LTT caption info. |
◆ OnUpdateClosedCaptionNotification()
virtual void IClosedCaptionHelperSink::OnUpdateClosedCaptionNotification |
( |
const ClosedCaptionInfo & |
closedCaptionInfo | ) |
|
|
pure virtual |
Closed caption info changed callback.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
closedCaptionInfo | Updated closed caption info. |
◆ OnUpdateInterpretLanguageNotification()
Interpret language info update notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
infoList | Interpret language info |