|
| RtcEngineParameters (IRtcEngine &engine) |
|
| RtcEngineParameters (IRtcEngine *engine) |
|
int | enableLocalVideo (bool enabled) |
|
int | muteLocalVideoStream (bool mute) |
|
int | muteAllRemoteVideoStreams (bool mute) |
|
int | setDefaultMuteAllRemoteVideoStreams (bool mute) |
|
int | muteRemoteVideoStream (uid_t uid, bool mute) |
|
int | setPlaybackDeviceVolume (int volume) |
|
int | startAudioRecording (const char *filePath, AUDIO_RECORDING_QUALITY_TYPE quality) |
|
int | startAudioRecording (const char *filePath, int sampleRate, AUDIO_RECORDING_QUALITY_TYPE quality) |
|
int | stopAudioRecording () |
|
int | startAudioMixing (const char *filePath, bool loopback, bool replace, int cycle) |
|
int | stopAudioMixing () |
|
int | pauseAudioMixing () |
|
int | resumeAudioMixing () |
|
int | adjustAudioMixingVolume (int volume) |
|
int | adjustAudioMixingPlayoutVolume (int volume) |
|
int | getAudioMixingPlayoutVolume () |
|
int | adjustAudioMixingPublishVolume (int volume) |
|
int | getAudioMixingPublishVolume () |
|
int | getAudioMixingDuration () |
|
int | getAudioMixingCurrentPosition () |
|
int | setAudioMixingPosition (int pos) |
|
int | getEffectsVolume () |
|
int | setEffectsVolume (int volume) |
|
int | setVolumeOfEffect (int soundId, int volume) |
|
int | playEffect (int soundId, const char *filePath, int loopCount, double pitch, double pan, int gain, bool publish=false) |
|
int | stopEffect (int soundId) |
|
int | stopAllEffects () |
|
int | preloadEffect (int soundId, char *filePath) |
|
int | unloadEffect (int soundId) |
|
int | pauseEffect (int soundId) |
|
int | pauseAllEffects () |
|
int | resumeEffect (int soundId) |
|
int | resumeAllEffects () |
|
int | enableSoundPositionIndication (bool enabled) |
|
int | setRemoteVoicePosition (uid_t uid, double pan, double gain) |
|
int | setLocalVoicePitch (double pitch) |
|
int | setLocalVoiceEqualization (AUDIO_EQUALIZATION_BAND_FREQUENCY bandFrequency, int bandGain) |
|
int | setLocalVoiceReverb (AUDIO_REVERB_TYPE reverbKey, int value) |
|
int | setLocalVoiceChanger (VOICE_CHANGER_PRESET voiceChanger) |
|
int | setLocalVoiceReverbPreset (AUDIO_REVERB_PRESET reverbPreset) |
|
int | pauseAudio () |
|
int | resumeAudio () |
|
int | setHighQualityAudioParameters (bool fullband, bool stereo, bool fullBitrate) |
|
int | adjustRecordingSignalVolume (int volume) |
|
int | adjustPlaybackSignalVolume (int volume) |
|
int | enableAudioVolumeIndication (int interval, int smooth, bool report_vad) |
|
int | muteLocalAudioStream (bool mute) |
|
int | muteRemoteAudioStream (uid_t uid, bool mute) |
|
int | muteAllRemoteAudioStreams (bool mute) |
|
int | setDefaultMuteAllRemoteAudioStreams (bool mute) |
|
int | setExternalAudioSource (bool enabled, int sampleRate, int channels) |
|
int | setExternalAudioSink (bool enabled, int sampleRate, int channels) |
|
int | setLogFile (const char *filePath) |
|
int | setLogFilter (unsigned int filter) |
|
int | setLogFileSize (unsigned int fileSizeInKBytes) |
|
int | setLocalRenderMode (RENDER_MODE_TYPE renderMode) |
|
int | setRemoteRenderMode (uid_t uid, RENDER_MODE_TYPE renderMode) |
|
int | setCameraCapturerConfiguration (const CameraCapturerConfiguration &config) |
|
int | enableDualStreamMode (bool enabled) |
|
int | setRemoteVideoStreamType (uid_t uid, REMOTE_VIDEO_STREAM_TYPE streamType) |
|
int | setRemoteDefaultVideoStreamType (REMOTE_VIDEO_STREAM_TYPE streamType) |
|
int | setRecordingAudioFrameParameters (int sampleRate, int channel, RAW_AUDIO_FRAME_OP_MODE_TYPE mode, int samplesPerCall) |
|
int | setPlaybackAudioFrameParameters (int sampleRate, int channel, RAW_AUDIO_FRAME_OP_MODE_TYPE mode, int samplesPerCall) |
|
int | setMixedAudioFrameParameters (int sampleRate, int samplesPerCall) |
|
int | enableWebSdkInteroperability (bool enabled) |
|
int | setVideoQualityParameters (bool preferFrameRateOverImageQuality) |
|
int | setLocalVideoMirrorMode (VIDEO_MIRROR_MODE_TYPE mirrorMode) |
|
int | setLocalPublishFallbackOption (STREAM_FALLBACK_OPTIONS option) |
|
int | setRemoteSubscribeFallbackOption (STREAM_FALLBACK_OPTIONS option) |
|
int | enableLoopbackRecording (bool enabled, const char *deviceName=NULL) |
|
int | setInEarMonitoringVolume (int volume) |
|