Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKVoiceInterpretationLanguage Class Referenceabstract

Voice interpretation language descriptor. More...

#include <zoom_video_sdk_voice_interpretation_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKVoiceInterpretationLanguage ()
virtual zchar_tgetLanguageName ()=0
 Get the display name of the language.
virtual int getLanguageID ()=0
 Get the unique id of the language.

Detailed Description

Voice interpretation language descriptor.

Definition at line 18 of file zoom_video_sdk_voice_interpretation_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKVoiceInterpretationLanguage()

virtual IZoomVideoSDKVoiceInterpretationLanguage::~IZoomVideoSDKVoiceInterpretationLanguage ( )
inlinevirtual

Member Function Documentation

◆ getLanguageID()

virtual int IZoomVideoSDKVoiceInterpretationLanguage::getLanguageID ( )
pure virtual

Get the unique id of the language.

Returns
The language id.

◆ getLanguageName()

virtual zchar_t * IZoomVideoSDKVoiceInterpretationLanguage::getLanguageName ( )
pure virtual

Get the display name of the language.

Returns
The language name.