|
Video SDK for MacOS API Reference
|
Provides methods for controlling and interacting with voice interpretation. More...
#include <ZMVideoSDKVoiceInterpretationHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isVoiceInterpretationEnabled |
| Query whether voice interpretation capability is enabled in the current session. | |
| (BOOL) | - isVoiceInterpretationReady |
| Query whether voice interpretation is ready for use. | |
| (BOOL) | - isVoiceInterpretationStarted |
| Query whether voice interpretation has been started. | |
| (ZMVideoSDKErrors) | - startVoiceInterpretation |
| Start voice interpretation. | |
| (ZMVideoSDKErrors) | - stopVoiceInterpretation |
| Stop voice interpretation. | |
| (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) | - getMySpeakingLanguage |
| Get the current speaking language for the local user. | |
| (NSArray< ZMVideoSDKVoiceInterpretationLanguage * > *_Nullable) | - getMySpeakingLanguageList |
| Get the available speaking language list. | |
| (ZMVideoSDKErrors) | - setMySpeakingLanguage: |
| Set the speaking language for the local user. | |
| (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) | - getTranslatedLanguage |
| Get the current translated language for the local user. | |
| (NSArray< ZMVideoSDKVoiceInterpretationLanguage * > *_Nullable) | - getTranslatedLanguagesList |
| Get the available translated language list. | |
| (ZMVideoSDKErrors) | - setTranslatedLanguage: |
| Set the translated language for the local user. | |
| (float) | - getAudioBalanceForOriginalAndTranslatedVoice |
| Get the audio balance between original and translated voice. | |
| (ZMVideoSDKErrors) | - setAudioBalanceForOriginalAndTranslatedVoice: |
| Set the audio balance between original and translated voice. | |
| (ZMVideoSDKVoiceInterpretationVoiceInfo *_Nullable) | - getTranslatedVoiceStyle |
| Get the current translated voice style. | |
| (NSArray< ZMVideoSDKVoiceInterpretationVoiceInfo * > *_Nullable) | - getTranslatedVoiceStyleList |
| Get the available translated voice style list. | |
| (ZMVideoSDKErrors) | - setTranslatedVoiceStyle: |
| Set the translated voice style. | |
Provides methods for controlling and interacting with voice interpretation.
Definition at line 49 of file ZMVideoSDKVoiceInterpretationHelper.h.
| - (float) getAudioBalanceForOriginalAndTranslatedVoice |
Get the audio balance between original and translated voice.
References getAudioBalanceForOriginalAndTranslatedVoice.
Referenced by getAudioBalanceForOriginalAndTranslatedVoice.
| - (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) getMySpeakingLanguage |
Get the current speaking language for the local user.
References getMySpeakingLanguage.
Referenced by getMySpeakingLanguage.
| - (NSArray< ZMVideoSDKVoiceInterpretationLanguage * > *_Nullable) getMySpeakingLanguageList |
Get the available speaking language list.
References getMySpeakingLanguageList.
Referenced by getMySpeakingLanguageList.
| - (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) getTranslatedLanguage |
Get the current translated language for the local user.
References getTranslatedLanguage.
Referenced by getTranslatedLanguage.
| - (NSArray< ZMVideoSDKVoiceInterpretationLanguage * > *_Nullable) getTranslatedLanguagesList |
Get the available translated language list.
References getTranslatedLanguagesList.
Referenced by getTranslatedLanguagesList.
| - (ZMVideoSDKVoiceInterpretationVoiceInfo *_Nullable) getTranslatedVoiceStyle |
Get the current translated voice style.
References getTranslatedVoiceStyle.
Referenced by getTranslatedVoiceStyle.
| - (NSArray< ZMVideoSDKVoiceInterpretationVoiceInfo * > *_Nullable) getTranslatedVoiceStyleList |
Get the available translated voice style list.
References getTranslatedVoiceStyleList.
Referenced by getTranslatedVoiceStyleList.
| - (BOOL) isVoiceInterpretationEnabled |
Query whether voice interpretation capability is enabled in the current session.
References isVoiceInterpretationEnabled.
Referenced by isVoiceInterpretationEnabled.
| - (BOOL) isVoiceInterpretationReady |
Query whether voice interpretation is ready for use.
References isVoiceInterpretationReady.
Referenced by isVoiceInterpretationReady.
| - (BOOL) isVoiceInterpretationStarted |
Query whether voice interpretation has been started.
References isVoiceInterpretationStarted.
Referenced by isVoiceInterpretationStarted.
| - (ZMVideoSDKErrors) setAudioBalanceForOriginalAndTranslatedVoice: | (float) | balance |
Set the audio balance between original and translated voice.
| balance | Audio balance in the range [0.0, 1.0]. 0.0 means original only; 1.0 means translated only. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) setMySpeakingLanguage: | (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) | language |
Set the speaking language for the local user.
| language | The target speaking language. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) setTranslatedLanguage: | (ZMVideoSDKVoiceInterpretationLanguage *_Nullable) | language |
Set the translated language for the local user.
| language | The target translated language. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) setTranslatedVoiceStyle: | (ZMVideoSDKVoiceInterpretationVoiceInfo *_Nullable) | voiceInfo |
Set the translated voice style.
| voiceInfo | The target voice style. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) startVoiceInterpretation |
Start voice interpretation.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. See ZMVideoSDKErrors. References startVoiceInterpretation.
Referenced by startVoiceInterpretation.
| - (ZMVideoSDKErrors) stopVoiceInterpretation |
Stop voice interpretation.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. References stopVoiceInterpretation.
Referenced by stopVoiceInterpretation.