FuncList | DESC |
Enable volume reminder. | |
Enable volume reminder. | |
Set sound quality. | |
Start displaying remote video image. | |
Stop displaying remote video image and pulling the video data stream of remote user. | |
Set the rendering mode of local image. | |
Set the clockwise rotation angle of local image. | |
Set the mirror mode of local camera's preview image. | |
Set the fill mode of substream image. | |
Set the clockwise rotation angle of remote image. | |
Start displaying the substream image of remote user. | |
Stop displaying the substream image of remote user. | |
Set the fill mode of substream image. | |
Set the clockwise rotation angle of substream image. | |
Set sound quality. | |
Specify whether to view the big or small image. | |
Set mic volume. | |
Start background music. | |
Stop background music. | |
Stop background music. | |
Stop background music. | |
Get the total length of background music in ms. | |
Set background music playback progress. | |
Set background music volume. | |
Set the local playback volume of background music. | |
Set the remote playback volume of background music. | |
Play sound effect. | |
Set sound effect volume. | |
Stop sound effect. | |
Stop all sound effects. | |
Set the volume of all sound effects. | |
Pause sound effect. | |
Pause sound effect. | |
Enable custom video capturing mode. | |
Deliver captured video data to SDK. | |
Pause/Resume publishing local video stream. | |
Pause/Resume subscribing to remote user's video stream. | |
Start network speed test (used before room entry). | |
Start screen sharing. | |
Set video data callback for third-party beauty filters. | |
Get the list of cameras. | |
Set the camera to be used currently. | |
Get the currently used camera. | |
Get the list of mics. | |
Get the current mic device. | |
Select the currently used mic. | |
Get the current mic volume. | |
Set the current mic volume. | |
Set the mute status of the current system mic. | |
Get the mute status of the current system mic. | |
Get the list of speakers. | |
Get the currently used speaker. | |
Set the speaker to use. | |
Get the current speaker volume. | |
Set the current speaker volume. | |
Get the mute status of the current system speaker. | |
Set whether to mute the current system speaker. | |
Start camera test. | |
| |
Start camera test. | |
Start mic test. | |
Start mic test. | |
Start speaker test. | |
Stop speaker test. | |
start in-app screen sharing (for iOS 13.0 and above only). | |
Set the direction of image output by video encoder. | |
Set the mirror mode of image output by encoder. | |
Start publishing audio/video streams to Tencent Cloud CSS CDN. | |
Stop publishing audio/video streams to Tencent Cloud CSS CDN. | |
Start publishing audio/video streams to non-Tencent Cloud CDN. | |
Stop publishing audio/video streams to non-Tencent Cloud CDN. | |
Set the layout and transcoding parameters of On-Cloud MixTranscoding. |
void enableAudioVolumeEvaluation | (uint32_t interval) |
void enableAudioVolumeEvaluation | (uint32_t interval |
| bool enable_vad) |
void startRemoteView | (const char* userId |
| TXView rendView) |
void stopRemoteView | (const char* userId) |
void setLocalViewFillMode |
void setLocalViewRotation |
void setLocalViewMirror | (bool mirror) |
void setRemoteViewFillMode | (const char* userId |
|
void setRemoteViewRotation | (const char* userId |
|
void startRemoteSubStreamView | (const char* userId |
| TXView rendView) |
void stopRemoteSubStreamView | (const char* userId) |
void setRemoteSubStreamViewFillMode | (const char* userId |
|
void setRemoteSubStreamViewRotation | (const char* userId |
|
void setAudioQuality |
void setPriorRemoteVideoStreamType |
void setMicVolumeOnMixing | (uint32_t volume) |
void playBGM | (const char* path) |
uint32_t getBGMDuration | (const char* path) |
void setBGMPosition | (uint32_t pos) |
void setBGMVolume | (uint32_t volume) |
void setBGMPlayoutVolume | (uint32_t volume) |
void setBGMPublishVolume | (uint32_t volume) |
void playAudioEffect |
void setAudioEffectVolume | (int effectId |
| int volume) |
void stopAudioEffect | (int effectId) |
void setAllAudioEffectsVolume | (int volume) |
void pauseAudioEffect | (int effectId) |
void resumeAudioEffect | (int effectId) |
void enableCustomVideoCapture | (bool enable) |
void sendCustomVideoData |
void muteLocalVideo | (bool mute) |
void muteRemoteVideoStream | (const char* userId |
| bool mute) |
void startSpeedTest | (uint32_t sdkAppId |
| const char* userId |
| const char* userSig) |
void startScreenCapture | (TXView rendView) |
startScreenCapture:streamType:encParam: instead.int setLocalVideoProcessCallback | |
| |
|
void setCurrentCameraDevice | (const char* deviceId) |
void setCurrentMicDevice | (const char* micId) |
void setCurrentMicDeviceVolume | (uint32_t volume) |
void setCurrentMicDeviceMute | (bool mute) |
void setCurrentSpeakerDevice | (const char* speakerId) |
void setCurrentSpeakerVolume | (uint32_t volume) |
void setCurrentSpeakerDeviceMute | (bool mute) |
void startCameraDeviceTest | (TXView renderView) |
void startMicDeviceTest | (uint32_t interval) |
void startSpeakerDeviceTest | (const char* testAudioFilePath) |
void selectScreenCaptureTarget | (const TRTCScreenCaptureSourceInfo& source |
| const RECT& captureRect |
| bool captureMouse = true |
| bool highlightWindow = true) |
void setVideoEncoderRotation |
void setVideoEncoderMirror | (bool mirror) |
void startPublishing | (const char* streamId |
|
void startPublishCDNStream |
void setMixTranscodingConfig |
Feedback