|
Meeting SDK for Windows API Reference
|
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| class | ILiveTranscriptionLanguage |
| live transcription language interface. More... | |
| class | ILiveTranscriptionMessageInfo |
| live transcription message interface. More... | |
| class | ICCRequestHandler |
| The helper to handle the requested of start captions. When IsRequestTranslationOn is true, use ICCRequestTranslationOnHandler::ApproveStartCaptionsRequest() to approve start captions request. When isRequestTranslationOn is false, use ICCRequestTranslationOffHandler::ApproveStartCaptionsRequest(int languageId) to approve start captions request. More... | |
| class | ICCRequestTranslationOnHandler |
| class | ICCRequestTranslationOffHandler |
| class | IClosedCaptionControllerEvent |
| Closed Caption controller callback event. More... | |
| class | IClosedCaptionController |
| Closed caption controller interface. More... | |
Enumerations | |
| enum | SDKLiveTranscriptionStatus { SDK_LiveTranscription_Status_Stop = 0 , SDK_LiveTranscription_Status_Start = 1 , SDK_LiveTranscription_Status_User_Sub = 2 , SDK_LiveTranscription_Status_Connecting = 10 } |
| Enumerations of the type for live transcription status. More... | |
| enum | SDKLiveTranscriptionOperationType { SDK_LiveTranscription_OperationType_None = 0 , SDK_LiveTranscription_OperationType_Add , SDK_LiveTranscription_OperationType_Update , SDK_LiveTranscription_OperationType_Delete , SDK_LiveTranscription_OperationType_Complete , SDK_LiveTranscription_OperationType_NotSupported } |
| Enumerations of the type for live transcription operation type. More... | |
Enumerations of the type for live transcription operation type.
Definition at line 29 of file meeting_closedcaption_interface.h.
Enumerations of the type for live transcription status.
| Enumerator | |
|---|---|
| SDK_LiveTranscription_Status_Stop | not start |
| SDK_LiveTranscription_Status_Start | start |
| SDK_LiveTranscription_Status_User_Sub | user sub |
| SDK_LiveTranscription_Status_Connecting | connecting |
Definition at line 14 of file meeting_closedcaption_interface.h.