Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Y Z _ 

A

AccountInfo - Class in io.agora.rtc
 
AccountInfo(int, String) - Constructor for class io.agora.rtc.AccountInfo
 
activePercent - Variable in class io.agora.rtc.AgoraAudioVadConfig
active percent, if over this percent, will be recognized as speaking, default value is 0.6
activePercent - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
The percentage of active frames required in startRecognizeCount frames to enter speaking state.
addAudioSink(AgoraAudioSink, AudioSinkWants) - Method in class io.agora.rtc.AgoraAudioTrack
 
addImageSource(String, MixerLayoutConfig, int) - Method in class io.agora.rtc.AgoraVideoMixer
 
addPcmData(int, int, int) - Method in class io.agora.rtc.PcmConsumeStateUtils
 
addPublishStreamUrl(String, int) - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
addRenderer(AgoraVideoRenderer, int) - Method in class io.agora.rtc.AgoraVideoTrack
 
addVadInstance(String, String) - Method in class io.agora.rtc.AgoraAudioVadManager
Adds a new VAD instance
addVideoTrack(String, AgoraVideoTrack) - Method in class io.agora.rtc.AgoraVideoMixer
 
adjustLocalAudioTrackPublishVolume(int) - Method in class io.agora.rtc.AgoraRtcConn
Adjusts the publish volume of the local audio track.
adjustPlaybackSignalVolume(int) - Method in class io.agora.rtc.AgoraLocalUser
Adjusts the playback signal volume.
adjustPlayoutVolume(int) - Method in class io.agora.rtc.AgoraAudioTrack
 
adjustPublishVolume(int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Adjusts the publish volume of the local audio track.
AecConfig - Class in io.agora.rtc.audio3a
 
AecConfig() - Constructor for class io.agora.rtc.audio3a.AecConfig
 
AecConfig(boolean, boolean, boolean, int, Constants.AecFilterLength, Constants.AecModelType, Constants.AecSuppressionMode, Constants.AIAecSuppressionMode) - Constructor for class io.agora.rtc.audio3a.AecConfig
All-args constructor.
aecConfig - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
The configuration for Acoustic Echo Cancellation (AEC).
AecFilterLength(int) - Constructor for enum io.agora.rtc.Constants.AecFilterLength
 
aecModelType - Variable in class io.agora.rtc.audio3a.AecConfig
The Aec Model Type.
AecModelType(int) - Constructor for enum io.agora.rtc.Constants.AecModelType
 
aecStartupMaxSuppressTimeInMs - Variable in class io.agora.rtc.audio3a.AecConfig
When Aec is in startup state, an extreme Aec suppression is needed.
aecSuppressionMode - Variable in class io.agora.rtc.audio3a.AecConfig
The Aec suppression level.
AecSuppressionMode(int) - Constructor for enum io.agora.rtc.Constants.AecSuppressionMode
 
AgcConfig - Class in io.agora.rtc.audio3a
Configuration for Automatic Gain Control (AGC).
AgcConfig() - Constructor for class io.agora.rtc.audio3a.AgcConfig
 
AgcConfig(boolean, boolean, int, int, int) - Constructor for class io.agora.rtc.audio3a.AgcConfig
Constructs an AgcConfig object.
agcConfig - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
The configuration for Automatic Gain Control (AGC).
aggressive - Variable in class io.agora.rtc.AgoraAudioVadConfig
aggressive factor, greater value means more aggressive, default value is 5.0
AgoraAudioDeviceManager - Class in io.agora.rtc
 
AgoraAudioDeviceManager(long) - Constructor for class io.agora.rtc.AgoraAudioDeviceManager
 
AgoraAudioEncodedFrameSender - Class in io.agora.rtc
 
AgoraAudioEncodedFrameSender(long) - Constructor for class io.agora.rtc.AgoraAudioEncodedFrameSender
 
AgoraAudioFrame - Class in io.agora.rtc.audio3a
Represents an audio frame with various properties such as type, sample rate, channels, etc.
AgoraAudioFrame() - Constructor for class io.agora.rtc.audio3a.AgoraAudioFrame
 
AgoraAudioFrame(int, int, int, int, int, ByteBuffer) - Constructor for class io.agora.rtc.audio3a.AgoraAudioFrame
Constructs an AgoraAudioFrame with the specified parameters.
agoraAudioFrameObserver - Variable in class io.agora.rtc.AgoraLocalUser
 
AgoraAudioFrameObserverWrapper - Class in io.agora.rtc
 
AgoraAudioFrameObserverWrapper(IAudioFrameObserver, boolean, AgoraAudioVadConfigV2) - Constructor for class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
AgoraAudioPcmDataSender - Class in io.agora.rtc
 
AgoraAudioPcmDataSender(long) - Constructor for class io.agora.rtc.AgoraAudioPcmDataSender
 
AgoraAudioProcessor - Class in io.agora.rtc.audio3a
The AgoraAudioProcessor class.
AgoraAudioProcessor() - Constructor for class io.agora.rtc.audio3a.AgoraAudioProcessor
 
AgoraAudioProcessorConfig - Class in io.agora.rtc.audio3a
 
AgoraAudioProcessorConfig() - Constructor for class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
AgoraAudioProcessorConfig(String, AecConfig, AnsConfig, AgcConfig, BghvsConfig) - Constructor for class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
AgoraAudioProcessorEventType(int) - Constructor for enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
 
AgoraAudioSink - Class in io.agora.rtc
 
AgoraAudioSink() - Constructor for class io.agora.rtc.AgoraAudioSink
 
AgoraAudioTrack - Class in io.agora.rtc
 
AgoraAudioTrack(long) - Constructor for class io.agora.rtc.AgoraAudioTrack
 
AgoraAudioVad - Class in io.agora.rtc
 
AgoraAudioVad() - Constructor for class io.agora.rtc.AgoraAudioVad
 
AgoraAudioVadConfig - Class in io.agora.rtc
 
AgoraAudioVadConfig() - Constructor for class io.agora.rtc.AgoraAudioVadConfig
 
AgoraAudioVadConfig(int, int, int, int, int, float, float, float, float, int, int, int, float, float) - Constructor for class io.agora.rtc.AgoraAudioVadConfig
 
AgoraAudioVadConfigV2 - Class in io.agora.rtc
Configuration class for Agora Audio Voice Activity Detection (VAD) V2.
AgoraAudioVadConfigV2() - Constructor for class io.agora.rtc.AgoraAudioVadConfigV2
 
AgoraAudioVadConfigV2(int, int, int, float, float, int, int, int, int) - Constructor for class io.agora.rtc.AgoraAudioVadConfigV2
 
AgoraAudioVadManager - Class in io.agora.rtc
 
AgoraAudioVadManager(AgoraAudioVadConfigV2) - Constructor for class io.agora.rtc.AgoraAudioVadManager
Constructor for AudioVadManager
AgoraAudioVadV2 - Class in io.agora.rtc
 
AgoraAudioVadV2(AgoraAudioVadConfigV2) - Constructor for class io.agora.rtc.AgoraAudioVadV2
 
AgoraAudioVadV2.VadData - Class in io.agora.rtc
 
AgoraCameraCapturer - Class in io.agora.rtc
 
AgoraCameraCapturer(long) - Constructor for class io.agora.rtc.AgoraCameraCapturer
 
AgoraDeviceInfo - Class in io.agora.rtc
 
AgoraDeviceInfo(long) - Constructor for class io.agora.rtc.AgoraDeviceInfo
 
AgoraExtensionControl - Class in io.agora.rtc
 
AgoraExtensionControl(long) - Constructor for class io.agora.rtc.AgoraExtensionControl
 
AgoraExtensionProvider - Class in io.agora.rtc
 
AgoraExtensionProvider(long) - Constructor for class io.agora.rtc.AgoraExtensionProvider
 
AgoraFileUploaderService - Class in io.agora.rtc
 
AgoraFileUploaderService(long) - Constructor for class io.agora.rtc.AgoraFileUploaderService
 
AgoraLocalAudioTrack - Class in io.agora.rtc
 
AgoraLocalAudioTrack(long) - Constructor for class io.agora.rtc.AgoraLocalAudioTrack
Constructor for AgoraLocalAudioTrack.
agoraLocalAudioTracks - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
AgoraLocalUser - Class in io.agora.rtc
 
AgoraLocalUser(long) - Constructor for class io.agora.rtc.AgoraLocalUser
 
AgoraLocalVideoTrack - Class in io.agora.rtc
 
AgoraLocalVideoTrack(long) - Constructor for class io.agora.rtc.AgoraLocalVideoTrack
Constructor for AgoraLocalVideoTrack.
agoraLocalVideoTracks - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
AgoraLogger - Class in io.agora.rtc
High-performance logging utility class designed for Agora SDK.
AgoraLogger() - Constructor for class io.agora.rtc.AgoraLogger
 
AgoraMediaCtrlPacketReceiver - Class in io.agora.rtc
 
AgoraMediaCtrlPacketReceiver() - Constructor for class io.agora.rtc.AgoraMediaCtrlPacketReceiver
 
AgoraMediaCtrlPacketSender - Class in io.agora.rtc
 
AgoraMediaCtrlPacketSender(long) - Constructor for class io.agora.rtc.AgoraMediaCtrlPacketSender
 
AgoraMediaNodeFactory - Class in io.agora.rtc
 
AgoraMediaNodeFactory(long) - Constructor for class io.agora.rtc.AgoraMediaNodeFactory
Constructor for AgoraMediaNodeFactory.
AgoraMediaPacketReceiver - Class in io.agora.rtc
 
AgoraMediaPacketReceiver() - Constructor for class io.agora.rtc.AgoraMediaPacketReceiver
 
AgoraMediaPacketSender - Class in io.agora.rtc
 
AgoraMediaPacketSender(long) - Constructor for class io.agora.rtc.AgoraMediaPacketSender
 
AgoraMediaPlayerSource - Class in io.agora.rtc
 
AgoraMediaPlayerSource(long) - Constructor for class io.agora.rtc.AgoraMediaPlayerSource
 
AgoraMediaRelayService - Class in io.agora.rtc
 
AgoraMediaRelayService(long) - Constructor for class io.agora.rtc.AgoraMediaRelayService
 
AgoraMediaStreamingSource - Class in io.agora.rtc
 
AgoraMediaStreamingSource(long) - Constructor for class io.agora.rtc.AgoraMediaStreamingSource
 
AgoraParameter - Class in io.agora.rtc
 
AgoraParameter(long) - Constructor for class io.agora.rtc.AgoraParameter
Constructor for AgoraParameter.
agoraParameter - Variable in class io.agora.rtc.AgoraRtcConn
 
agoraParameter - Variable in class io.agora.rtc.AgoraService
 
AgoraRecordDevice - Class in io.agora.rtc
 
AgoraRecordDevice(long) - Constructor for class io.agora.rtc.AgoraRecordDevice
 
AgoraRemoteAudioMixerSource - Class in io.agora.rtc
 
AgoraRemoteAudioMixerSource(long) - Constructor for class io.agora.rtc.AgoraRemoteAudioMixerSource
 
AgoraRemoteAudioTrack - Class in io.agora.rtc
 
AgoraRemoteAudioTrack(long) - Constructor for class io.agora.rtc.AgoraRemoteAudioTrack
 
agoraRemoteAudioTracks - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
AgoraRemoteVideoTrack - Class in io.agora.rtc
 
AgoraRemoteVideoTrack(long) - Constructor for class io.agora.rtc.AgoraRemoteVideoTrack
 
agoraRemoteVideoTracks - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
AgoraRtcConn - Class in io.agora.rtc
 
AgoraRtcConn(long) - Constructor for class io.agora.rtc.AgoraRtcConn
Constructor
AgoraRtcConn.InternalCapabilitesObserver - Class in io.agora.rtc
Internal capabilities observer.
agoraRtcConnCreate(RtcConnConfig, RtcConnPublishConfig) - Method in class io.agora.rtc.AgoraService
Creates an RTC connection.
AgoraRtmChannel - Class in io.agora.rtc
 
AgoraRtmChannel(long) - Constructor for class io.agora.rtc.AgoraRtmChannel
 
AgoraRtmChannelAttributes - Class in io.agora.rtc
 
AgoraRtmChannelAttributes(long) - Constructor for class io.agora.rtc.AgoraRtmChannelAttributes
 
AgoraRtmChannelMember - Class in io.agora.rtc
 
AgoraRtmChannelMember(long) - Constructor for class io.agora.rtc.AgoraRtmChannelMember
 
AgoraRtmMessage - Class in io.agora.rtc
 
AgoraRtmMessage(long) - Constructor for class io.agora.rtc.AgoraRtmMessage
 
AgoraRtmpConn - Class in io.agora.rtc
 
AgoraRtmpConn(long) - Constructor for class io.agora.rtc.AgoraRtmpConn
 
AgoraRtmpLocalUser - Class in io.agora.rtc
 
AgoraRtmpLocalUser(long) - Constructor for class io.agora.rtc.AgoraRtmpLocalUser
 
AgoraRtmpStreamingService - Class in io.agora.rtc
 
AgoraRtmpStreamingService(long) - Constructor for class io.agora.rtc.AgoraRtmpStreamingService
 
AgoraRtmService - Class in io.agora.rtc
 
AgoraRtmService(long) - Constructor for class io.agora.rtc.AgoraRtmService
 
AgoraScreenCapturer - Class in io.agora.rtc
 
AgoraScreenCapturer(long) - Constructor for class io.agora.rtc.AgoraScreenCapturer
 
agoraService - Variable in class io.agora.rtc.AgoraRtcConn
 
AgoraService - Class in io.agora.rtc
 
AgoraService() - Constructor for class io.agora.rtc.AgoraService
 
AgoraServiceConfig - Class in io.agora.rtc
 
AgoraServiceConfig() - Constructor for class io.agora.rtc.AgoraServiceConfig
 
AgoraServiceConfig(int, int, int, Object, String, int, int, int, int, String, int, int, int, String, String) - Constructor for class io.agora.rtc.AgoraServiceConfig
 
AgoraVideoBeautyFilter - Class in io.agora.rtc
 
AgoraVideoBeautyFilter(long) - Constructor for class io.agora.rtc.AgoraVideoBeautyFilter
 
agoraVideoEncodedFrameObserver - Variable in class io.agora.rtc.AgoraLocalUser
 
AgoraVideoEncodedFrameObserver - Class in io.agora.rtc
 
AgoraVideoEncodedFrameObserver(IVideoEncodedFrameObserver) - Constructor for class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
AgoraVideoEncodedImageReceiver - Class in io.agora.rtc
 
AgoraVideoEncodedImageReceiver() - Constructor for class io.agora.rtc.AgoraVideoEncodedImageReceiver
 
AgoraVideoEncodedImageSender - Class in io.agora.rtc
 
AgoraVideoEncodedImageSender(long) - Constructor for class io.agora.rtc.AgoraVideoEncodedImageSender
 
AgoraVideoFrame - Class in io.agora.rtc
 
AgoraVideoFrame(long) - Constructor for class io.agora.rtc.AgoraVideoFrame
 
AgoraVideoFrameMemoryPool - Class in io.agora.rtc
 
AgoraVideoFrameMemoryPool(long) - Constructor for class io.agora.rtc.AgoraVideoFrameMemoryPool
 
AgoraVideoFrameObserver - Class in io.agora.rtc
 
AgoraVideoFrameObserver() - Constructor for class io.agora.rtc.AgoraVideoFrameObserver
 
agoraVideoFrameObserver2 - Variable in class io.agora.rtc.AgoraLocalUser
 
AgoraVideoFrameObserver2 - Class in io.agora.rtc
 
AgoraVideoFrameObserver2(IVideoFrameObserver2) - Constructor for class io.agora.rtc.AgoraVideoFrameObserver2
 
AgoraVideoFrameSender - Class in io.agora.rtc
 
AgoraVideoFrameSender(long) - Constructor for class io.agora.rtc.AgoraVideoFrameSender
 
AgoraVideoMixer - Class in io.agora.rtc
 
AgoraVideoMixer(long) - Constructor for class io.agora.rtc.AgoraVideoMixer
 
AgoraVideoRenderer - Class in io.agora.rtc
 
AgoraVideoRenderer(long) - Constructor for class io.agora.rtc.AgoraVideoRenderer
 
AgoraVideoSink - Class in io.agora.rtc
 
AgoraVideoSink(long) - Constructor for class io.agora.rtc.AgoraVideoSink
 
AgoraVideoTrack - Class in io.agora.rtc
 
AgoraVideoTrack(long) - Constructor for class io.agora.rtc.AgoraVideoTrack
 
aiAecSuppressionMode - Variable in class io.agora.rtc.audio3a.AecConfig
The AIAec suppression mode.
AIAecSuppressionMode(int) - Constructor for enum io.agora.rtc.Constants.AIAecSuppressionMode
 
allLogsEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
allowBluetooth - Variable in class io.agora.rtc.AudioSessionConfig
 
allowBluetoothA2dp - Variable in class io.agora.rtc.AudioSessionConfig
 
allowMixWithOthers - Variable in class io.agora.rtc.AudioSessionConfig
 
alpha - Variable in class io.agora.rtc.MixerLayoutConfig
 
alpha - Variable in class io.agora.rtc.TranscodingUser
 
alpha - Variable in class io.agora.rtc.TranscodingVideoStream
 
alphaBuffer - Variable in class io.agora.rtc.ExternalVideoFrame
Portrait Segmentation meta buffer, dimension of which is the same as VideoFrame.
alphaBuffer - Variable in class io.agora.rtc.VideoFrame
Portrait Segmentation meta buffer, dimension of which is the same as VideoFrame.
alphaMode - Variable in class io.agora.rtc.ExternalVideoFrame
The relative position between alphabuffer and the frame.
alphaMode - Variable in class io.agora.rtc.VideoFrame
The relative position between alphabuffer and the frame.
anaStatistics - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
AnaStats - Class in io.agora.rtc
 
AnaStats() - Constructor for class io.agora.rtc.AnaStats
 
AnaStats(int, int, int, int, int, int, float) - Constructor for class io.agora.rtc.AnaStats
 
anaWindowSz - Variable in class io.agora.rtc.AgoraAudioVadConfig
fft-window Size, will be used to calc rms, default value is 768
ansConfig - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
The configuration for Automatic Noise Suppression (ANS).
AnsConfig - Class in io.agora.rtc.audio3a
Configuration for Automatic Noise Suppression (ANS).
AnsConfig() - Constructor for class io.agora.rtc.audio3a.AnsConfig
 
AnsConfig(boolean, Constants.AnsSuppressionMode, Constants.AnsModelType, int) - Constructor for class io.agora.rtc.audio3a.AnsConfig
Constructs an AnsConfig object.
ansModelType - Variable in class io.agora.rtc.audio3a.AnsConfig
The ANS Model Type.
AnsModelType(int) - Constructor for enum io.agora.rtc.Constants.AnsModelType
 
AnsSuppressionMode(int) - Constructor for enum io.agora.rtc.Constants.AnsSuppressionMode
 
apmStatistics - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
appId - Variable in class io.agora.rtc.AgoraServiceConfig
The App ID of your project.
AREA_CODE_AS - Static variable in class io.agora.rtc.Constants
Asia, excluding Mainland China.
AREA_CODE_CN - Static variable in class io.agora.rtc.Constants
Mainland China.
AREA_CODE_EU - Static variable in class io.agora.rtc.Constants
Europe.
AREA_CODE_GLOB - Static variable in class io.agora.rtc.Constants
(Default) Global.
AREA_CODE_IN - Static variable in class io.agora.rtc.Constants
India.
AREA_CODE_JP - Static variable in class io.agora.rtc.Constants
Japan.
AREA_CODE_NA - Static variable in class io.agora.rtc.Constants
North America.
areaCode - Variable in class io.agora.rtc.AgoraServiceConfig
The supported area code, default is AREA_CODE_GLOB
AUDIENCE_LATENCY_LEVEL_LOW_LATENCY - Static variable in class io.agora.rtc.Constants
1: Low latency.
AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY - Static variable in class io.agora.rtc.Constants
2: Ultra low latency.
AUDIO_CODEC_AACLC - Static variable in class io.agora.rtc.Constants
 
AUDIO_CODEC_HEAAC - Static variable in class io.agora.rtc.Constants
 
AUDIO_CODEC_HEAAC2 - Static variable in class io.agora.rtc.Constants
 
AUDIO_CODEC_OPUS - Static variable in class io.agora.rtc.Constants
 
AUDIO_CONSUMER_FAILED - Static variable in class io.agora.rtc.Constants
4: Failed.
AUDIO_CONSUMER_INVALID_PARAM - Static variable in class io.agora.rtc.Constants
1: Invalid parameter.
AUDIO_CONSUMER_NOT_READY - Static variable in class io.agora.rtc.Constants
2: Not ready.
AUDIO_CONSUMER_PENDING - Static variable in class io.agora.rtc.Constants
3: Pending.
AUDIO_EFFECT_OFF - Static variable in class io.agora.rtc.Constants
Turn off audio effects and use the original voice.
AUDIO_ENCODED_FRAME_OBSERVER_POSITION_MIC - Static variable in class io.agora.rtc.Constants
1: mic audio frame observer
AUDIO_ENCODED_FRAME_OBSERVER_POSITION_MIXED - Static variable in class io.agora.rtc.Constants
3: mixed audio frame observer
AUDIO_ENCODED_FRAME_OBSERVER_POSITION_PLAYBACK - Static variable in class io.agora.rtc.Constants
2: playback audio frame observer
AUDIO_ENCODING_TYPE_AAC_16000_LOW - Static variable in class io.agora.rtc.Constants
1: codecType AAC; sampleRate 16000; quality low which around 1.2 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_16000_MEDIUM - Static variable in class io.agora.rtc.Constants
2: codecType AAC; sampleRate 16000; quality medium which around 2 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_32000_HIGH - Static variable in class io.agora.rtc.Constants
5: codecType AAC; sampleRate 32000; quality high which around 3.5 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_32000_LOW - Static variable in class io.agora.rtc.Constants
3: codecType AAC; sampleRate 32000; quality low which around 1.2 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_32000_MEDIUM - Static variable in class io.agora.rtc.Constants
4: codecType AAC; sampleRate 32000; quality medium which around 2 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_48000_HIGH - Static variable in class io.agora.rtc.Constants
7: codecType AAC; sampleRate 48000; quality high which around 3.5 MB after 10 minutes
AUDIO_ENCODING_TYPE_AAC_48000_MEDIUM - Static variable in class io.agora.rtc.Constants
6: codecType AAC; sampleRate 48000; quality medium which around 2 MB after 10 minutes
AUDIO_ENCODING_TYPE_OPUS_16000_LOW - Static variable in class io.agora.rtc.Constants
11: codecType OPUS; sampleRate 16000; quality low which around 1.2 MB after 10 minutes
AUDIO_ENCODING_TYPE_OPUS_16000_MEDIUM - Static variable in class io.agora.rtc.Constants
12: codecType OPUS; sampleRate 16000; quality medium which around 2 MB after 10 minutes
AUDIO_ENCODING_TYPE_OPUS_48000_HIGH - Static variable in class io.agora.rtc.Constants
14: codecType OPUS; sampleRate 48000; quality high which around 3.5 MB after 10 minutes
AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM - Static variable in class io.agora.rtc.Constants
13: codecType OPUS; sampleRate 48000; quality medium which around 2 MB after 10 minutes
AUDIO_EQUALIZATION_BAND_FREQUENCY(int) - Constructor for enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
 
AUDIO_FILE_RECORDING_MIC - Static variable in class io.agora.rtc.Constants
1: mic audio file recording.
AUDIO_FILE_RECORDING_MIXED - Static variable in class io.agora.rtc.Constants
3: mixed audio file recording, include mic and playback.
AUDIO_FILE_RECORDING_PLAYBACK - Static variable in class io.agora.rtc.Constants
2: playback audio file recording.
AUDIO_MIXING_ERROR_CAN_NOT_OPEN - Static variable in class io.agora.rtc.Constants
701: An error occurs in opening the audio mixing file.
AUDIO_MIXING_ERROR_INTERRUPTED_EOF - Static variable in class io.agora.rtc.Constants
703: The audio mixing file playback is interrupted.
AUDIO_MIXING_ERROR_OK - Static variable in class io.agora.rtc.Constants
0: No error.
AUDIO_MIXING_ERROR_TOO_FREQUENT_CALL - Static variable in class io.agora.rtc.Constants
702: The SDK opens the audio mixing file too frequently.
AUDIO_MIXING_STATE_ALL_LOOPS_COMPLETED - Static variable in class io.agora.rtc.Constants
716: The audio mixing file is all played out.
AUDIO_MIXING_STATE_COMPLETED - Static variable in class io.agora.rtc.Constants
715: The audio mixing file is played once.
AUDIO_MIXING_STATE_FAILED - Static variable in class io.agora.rtc.Constants
714: An exception occurs when playing the audio mixing file.
AUDIO_MIXING_STATE_PAUSED - Static variable in class io.agora.rtc.Constants
711: The audio mixing file pauses playing.
AUDIO_MIXING_STATE_PLAYING - Static variable in class io.agora.rtc.Constants
710: The audio mixing file is playing.
AUDIO_MIXING_STATE_STOPPED - Static variable in class io.agora.rtc.Constants
713: The audio mixing file stops playing.
AUDIO_PROFILE_DEFAULT - Static variable in class io.agora.rtc.Constants
0: The default audio profile.
AUDIO_PROFILE_MUSIC_HIGH_QUALITY - Static variable in class io.agora.rtc.Constants
4: A sample rate of 48 kHz, music encoding, mono, and a bitrate of up to 96 Kbps.
AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO - Static variable in class io.agora.rtc.Constants
5: A sample rate of 48 kHz, music encoding, stereo, and a bitrate of up to 128 Kbps.
AUDIO_PROFILE_MUSIC_STANDARD - Static variable in class io.agora.rtc.Constants
2: A sample rate of 48 kHz, music encoding, mono, and a bitrate of up to 64 Kbps.
AUDIO_PROFILE_MUSIC_STANDARD_STEREO - Static variable in class io.agora.rtc.Constants
3: A sample rate of 48 kHz, music encoding, stereo, and a bitrate of up to 80 Kbps.
AUDIO_PROFILE_SPEECH_STANDARD - Static variable in class io.agora.rtc.Constants
1: A sample rate of 32 kHz, audio encoding, mono, and a bitrate up to 18 Kbps.
AUDIO_RECORDING_QUALITY_HIGH - Static variable in class io.agora.rtc.Constants
High quality, file size is around 3.75 MB after 10 minutes of recording.
AUDIO_RECORDING_QUALITY_LOW - Static variable in class io.agora.rtc.Constants
Low quality, file size is around 1.2 MB after 10 minutes of recording.
AUDIO_RECORDING_QUALITY_MEDIUM - Static variable in class io.agora.rtc.Constants
Medium quality, file size is around 2 MB after 10 minutes of recording.
AUDIO_REVERB_FX_KTV - Static variable in class io.agora.rtc.Constants
The reverberation style typical of a KTV venue (enhanced).
AUDIO_REVERB_FX_PHONOGRAPH - Static variable in class io.agora.rtc.Constants
The reverberation style typical of the vintage phonograph.
AUDIO_REVERB_FX_POPULAR - Static variable in class io.agora.rtc.Constants
The reverberation style typical of popular music (enhanced).
AUDIO_REVERB_FX_RNB - Static variable in class io.agora.rtc.Constants
The reverberation style typical of RNB music (enhanced).
AUDIO_REVERB_FX_SISTER - Static variable in class io.agora.rtc.Constants
The reverberation style typical of a little sister's voice.
AUDIO_REVERB_FX_STUDIO - Static variable in class io.agora.rtc.Constants
The reverberation style typical of a recording studio (enhanced).
AUDIO_REVERB_FX_UNCLE - Static variable in class io.agora.rtc.Constants
The reverberation style typical of an uncle's voice.
AUDIO_REVERB_FX_VOCAL_CONCERT - Static variable in class io.agora.rtc.Constants
The reverberation style typical of a concert hall (enhanced).
AUDIO_REVERB_OFF - Static variable in class io.agora.rtc.Constants
Turn off local voice reverberation, that is, to use the original voice.
AUDIO_REVERB_TYPE(int) - Constructor for enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
 
AUDIO_ROUTE_DEFAULT - Static variable in class io.agora.rtc.Constants
-1: The default audio route.
AUDIO_ROUTE_EARPIECE - Static variable in class io.agora.rtc.Constants
1: Earpiece.
AUDIO_ROUTE_HEADSET - Static variable in class io.agora.rtc.Constants
0: Headset.
AUDIO_ROUTE_HEADSETBLUETOOTH - Static variable in class io.agora.rtc.Constants
5: Bluetooth headset.
AUDIO_ROUTE_HEADSETNOMIC - Static variable in class io.agora.rtc.Constants
2: Headset with no microphone.
AUDIO_ROUTE_LOUDSPEAKER - Static variable in class io.agora.rtc.Constants
4: Loudspeaker
AUDIO_ROUTE_SPEAKERPHONE - Static variable in class io.agora.rtc.Constants
3: Speakerphone.
AUDIO_SCENARIO_AI_CLIENT - Static variable in class io.agora.rtc.Constants
10: AI Client.
AUDIO_SCENARIO_AI_SERVER - Static variable in class io.agora.rtc.Constants
9: AI Server.
AUDIO_SCENARIO_CHATROOM - Static variable in class io.agora.rtc.Constants
5: The chatroom scenario, which needs to keep recording when setClientRole to audience.
AUDIO_SCENARIO_CHORUS - Static variable in class io.agora.rtc.Constants
7: The chorus scenario.
AUDIO_SCENARIO_DEFAULT - Static variable in class io.agora.rtc.Constants
0: (Recommended) The default audio scenario.
AUDIO_SCENARIO_GAME_STREAMING - Static variable in class io.agora.rtc.Constants
3: (Recommended) The live gaming scenario, which needs to enable the gaming audio effects in the speaker mode in a live broadcast scenario.
AUDIO_SCENARIO_HIGH_DEFINITION - Static variable in class io.agora.rtc.Constants
6: (Recommended) The scenario requiring high-quality audio.
AUDIO_SCENARIO_MEETING - Static variable in class io.agora.rtc.Constants
8: Meeting
audioBitrate - Variable in class io.agora.rtc.LiveTranscoding
 
audioBitsPerSample - Variable in class io.agora.rtc.MediaStreamInfo
 
audioChannel - Variable in class io.agora.rtc.TranscodingUser
 
audioChannels - Variable in class io.agora.rtc.LiveTranscoding
 
audioChannels - Variable in class io.agora.rtc.MediaStreamInfo
 
audioCodecProfile - Variable in class io.agora.rtc.LiveTranscoding
 
AudioConsumerUtils - Class in io.agora.rtc.utils
Base class for consuming PCM data and pushing it to RTC channels.
AudioConsumerUtils(AgoraRtcConn, int, int) - Constructor for class io.agora.rtc.utils.AudioConsumerUtils
Constructor.
audioDeviceInitRecording() - Method in class io.agora.rtc.AgoraRecordDevice
 
audioEncodedFrameObserver - Variable in class io.agora.rtc.AgoraLocalUser
 
audioEncodedFrameSender - Variable in class io.agora.rtc.AgoraRtcConn
 
AudioEncoderConfig - Class in io.agora.rtc
 
AudioEncoderConfig() - Constructor for class io.agora.rtc.AudioEncoderConfig
 
AudioEncoderConfig(int) - Constructor for class io.agora.rtc.AudioEncoderConfig
 
audioFrame - Variable in class io.agora.rtc.AgoraRtcConn
 
AudioFrame - Class in io.agora.rtc
 
AudioFrame() - Constructor for class io.agora.rtc.AudioFrame
 
AudioFrame(int, int, int, int, int, ByteBuffer, long, long, int, int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.AudioFrame
 
audioFrameObserver - Variable in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
audioFrameSender - Variable in class io.agora.rtc.AgoraRtcConn
 
AudioFrameType(int) - Constructor for enum io.agora.rtc.Constants.AudioFrameType
 
audioLevel - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
audioLevelIndication - Variable in class io.agora.rtc.PacketOptions
 
audioLossRate - Variable in class io.agora.rtc.RemoteAudioTrackStats
The audio frame loss rate in the reported interval.
AudioParams - Class in io.agora.rtc
 
AudioParams(int, int, int, int) - Constructor for class io.agora.rtc.AudioParams
 
AudioPcmFrame - Class in io.agora.rtc
 
AudioPcmFrame() - Constructor for class io.agora.rtc.AudioPcmFrame
 
AudioPcmFrame(int, int, int, int, int, short) - Constructor for class io.agora.rtc.AudioPcmFrame
 
AudioProcessingStats - Class in io.agora.rtc
 
AudioProcessingStats() - Constructor for class io.agora.rtc.AudioProcessingStats
 
AudioProcessingStats(double, double, double, int, int, double, double, int) - Constructor for class io.agora.rtc.AudioProcessingStats
 
audioProfile - Variable in class io.agora.rtc.AudioEncoderConfig
 
audioProfile - Variable in class io.agora.rtc.RtcConnPublishConfig
 
AudioPublishType(int) - Constructor for enum io.agora.rtc.Constants.AudioPublishType
 
audioPublishType - Variable in class io.agora.rtc.RtcConnPublishConfig
 
audioRecvEncodedFrame - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to receive audio encoded frame or not.
audioRecvMediaPacket - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to receive audio media packet or not.
audioSampleRate - Variable in class io.agora.rtc.LiveTranscoding
 
audioSampleRate - Variable in class io.agora.rtc.MediaStreamInfo
 
audioScenario - Variable in class io.agora.rtc.AgoraServiceConfig
The audio scenario.
audioScenario - Variable in class io.agora.rtc.PcmConsumeStateUtils
 
audioScenario - Variable in class io.agora.rtc.RtcConnPublishConfig
 
AudioSessionConfig - Class in io.agora.rtc
 
AudioSessionConfig() - Constructor for class io.agora.rtc.AudioSessionConfig
 
AudioSessionConfig(int, int, int, int, int, int, int, double, double, int, int) - Constructor for class io.agora.rtc.AudioSessionConfig
 
AudioSinkWants - Class in io.agora.rtc
 
AudioSinkWants() - Constructor for class io.agora.rtc.AudioSinkWants
 
AudioSinkWants(int, int) - Constructor for class io.agora.rtc.AudioSinkWants
 
AudioSpectrumData - Class in io.agora.rtc
 
AudioSpectrumData() - Constructor for class io.agora.rtc.AudioSpectrumData
 
AudioSpectrumData(float[], int) - Constructor for class io.agora.rtc.AudioSpectrumData
 
audioSpectrumData - Variable in class io.agora.rtc.AudioSpectrumData
 
AudioSubscriptionOptions - Class in io.agora.rtc
 
AudioSubscriptionOptions() - Constructor for class io.agora.rtc.AudioSubscriptionOptions
 
AudioSubscriptionOptions(int, int, int, int, int) - Constructor for class io.agora.rtc.AudioSubscriptionOptions
 
audioSubsOptions - Variable in class io.agora.rtc.RtcConnConfig
The options for audio subscription: AudioSubscriptionOptions.
audioTrackNumber - Variable in class io.agora.rtc.AudioFrame
 
AudioVolumeInfo - Class in io.agora.rtc
 
AudioVolumeInfo() - Constructor for class io.agora.rtc.AudioVolumeInfo
 
AudioVolumeInfo(String, int, int, double) - Constructor for class io.agora.rtc.AudioVolumeInfo
 
autoSubscribeAudio - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to subscribe to all audio streams automatically.
autoSubscribeVideo - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to subscribe to all video streams automatically.
availableBandwidth - Variable in class io.agora.rtc.LastmileProbeOneWayResult
 
avSyncTimeMs - Variable in class io.agora.rtc.RemoteVideoTrackStats
The offset (ms) between audio and video stream.
avsyncType - Variable in class io.agora.rtc.AudioFrame
 
avsyncType - Variable in class io.agora.rtc.VideoFrame
 

B

backgroundColor - Variable in class io.agora.rtc.LiveTranscoding
 
backgroundImage - Variable in class io.agora.rtc.LiveTranscoding
 
backgroundImageCount - Variable in class io.agora.rtc.LiveTranscoding
 
bandwidthEstimationBps - Variable in class io.agora.rtc.DownlinkNetworkInfo
 
bghvsConfig - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
The configuration for Background Human Voice Suppression (BGHVS).
BghvsConfig - Class in io.agora.rtc.audio3a
Configuration for BGHVS (Background Noise High-Volume Suppression).
BghvsConfig() - Constructor for class io.agora.rtc.audio3a.BghvsConfig
 
BghvsConfig(boolean, int, int, Constants.BghvsSuppressionMode, int) - Constructor for class io.agora.rtc.audio3a.BghvsConfig
Constructs a BghvsConfig object.
bghvsDelayInFrmNums - Variable in class io.agora.rtc.audio3a.BghvsConfig
BGHVS algorithm delay, frame number, 10ms per frame.
bghvsEosLenInMs - Variable in class io.agora.rtc.audio3a.BghvsConfig
How long to trigger EOS (End of Speech), in ms.
bghvsSosLenInMs - Variable in class io.agora.rtc.audio3a.BghvsConfig
How long to trigger SOS (Start of Speech), in ms.
bghvsSppMode - Variable in class io.agora.rtc.audio3a.BghvsConfig
BGHVS aggressive level.
BghvsSuppressionMode(int) - Constructor for enum io.agora.rtc.Constants.BghvsSuppressionMode
 
bitrate - Variable in class io.agora.rtc.RtmpStreamingAudioConf
 
bitrate - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
bitrate - Variable in class io.agora.rtc.SimulcastStreamConfig
 
bitrate - Variable in class io.agora.rtc.VideoEncoderConfig
Video encoding target bitrate (Kbps).
bitrateActionCounter - Variable in class io.agora.rtc.AnaStats
 
bitrateInKbps - Variable in class io.agora.rtc.SrcInfo
 
buffer - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The data buffer of the audio frame.
buffer - Variable in class io.agora.rtc.AudioFrame
 
buffer - Variable in class io.agora.rtc.ExternalVideoFrame
The video buffer.Must be DirectByteBuffer
buffer - Variable in class io.agora.rtc.Packet
 
buffer - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
bufferedPcmDataListSize - Variable in class io.agora.rtc.LocalAudioTrackStats
 
BYTES_PER_SAMPLE - Static variable in class io.agora.rtc.utils.AudioConsumerUtils
 
bytesMajorStream - Variable in class io.agora.rtc.LocalVideoTrackStats
The bytes of the major stream.
bytesMinorStream - Variable in class io.agora.rtc.LocalVideoTrackStats
The bytes of the minor stream.
bytesPerSample - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The number of bytes per sample.
bytesPerSample - Variable in class io.agora.rtc.AudioFrame
 
bytesPerSample - Variable in class io.agora.rtc.AudioPcmFrame
 
bytesPerSample - Variable in class io.agora.rtc.AudioSubscriptionOptions
 
BytesPerSample(int) - Constructor for enum io.agora.rtc.Constants.BytesPerSample
 
bytesPerSample - Variable in class io.agora.rtc.RtmpStreamingAudioConf
 
bytesSent - Variable in class io.agora.rtc.LocalAudioDetailedStats
 

C

cacheSize - Variable in class io.agora.rtc.CacheStatistics
 
CacheStatistics - Class in io.agora.rtc
 
CacheStatistics() - Constructor for class io.agora.rtc.CacheStatistics
 
CacheStatistics(long, long, long) - Constructor for class io.agora.rtc.CacheStatistics
 
cacheStatistics - Variable in class io.agora.rtc.PlayerUpdatedInfo
 
capabilitesObserver - Variable in class io.agora.rtc.AgoraLocalUser
 
Capabilities - Class in io.agora.rtc
 
Capabilities() - Constructor for class io.agora.rtc.Capabilities
 
Capabilities(CapabilityItem[], int) - Constructor for class io.agora.rtc.Capabilities
 
capabilities - Variable in class io.agora.rtc.Capabilities
 
capabilitiesObserver - Variable in class io.agora.rtc.AgoraRtcConn
 
CapabilityItem - Class in io.agora.rtc
 
CapabilityItem() - Constructor for class io.agora.rtc.CapabilityItem
 
CapabilityItem(int, String) - Constructor for class io.agora.rtc.CapabilityItem
 
capabilityType - Variable in class io.agora.rtc.Capabilities
 
CapabilityType(int) - Constructor for enum io.agora.rtc.Constants.CapabilityType
 
captureFrameRate - Variable in class io.agora.rtc.LocalVideoTrackStats
The capture frame rate (fps).
captureHeight - Variable in class io.agora.rtc.LocalVideoTrackStats
The capture frame height (pixel).
captureTimeMs - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
captureTimeMs - Variable in class io.agora.rtc.EncodedVideoFrameInfo
This is a input parameter which means the timestamp for capturing the video.
captureTimestamp - Variable in class io.agora.rtc.AudioPcmFrame
 
captureWidth - Variable in class io.agora.rtc.LocalVideoTrackStats
The capture frame width (pixel).
ccMode - Variable in class io.agora.rtc.SenderOptions
 
channel - Variable in class io.agora.rtc.AudioParams
The number of audio channels, which can be set as either of the following values: - `1`: Mono (Default) - `2`: Stereo
CHANNEL_PROFILE_CLOUD_GAMING - Static variable in class io.agora.rtc.Constants
Deprecated.
CHANNEL_PROFILE_COMMUNICATION - Static variable in class io.agora.rtc.Constants
0: Communication.
CHANNEL_PROFILE_COMMUNICATION_1v1 - Static variable in class io.agora.rtc.Constants
Deprecated.
CHANNEL_PROFILE_GAME - Static variable in class io.agora.rtc.Constants
Deprecated.
CHANNEL_PROFILE_LIVE_BROADCASTING - Static variable in class io.agora.rtc.Constants
1: (Default) Live Broadcast.
CHANNEL_PROFILE_LIVE_BROADCASTING_2 - Static variable in class io.agora.rtc.Constants
5: Live Broadcast 2.
channelActionCounter - Variable in class io.agora.rtc.AnaStats
 
channelId - Variable in class io.agora.rtc.RtcConnInfo
 
channelId - Variable in class io.agora.rtc.VideoTrackInfo
 
ChannelMediaInfo - Class in io.agora.rtc
 
ChannelMediaInfo() - Constructor for class io.agora.rtc.ChannelMediaInfo
 
ChannelMediaInfo(String, String, int) - Constructor for class io.agora.rtc.ChannelMediaInfo
 
channelName - Variable in class io.agora.rtc.ChannelMediaInfo
 
channelProfile - Variable in class io.agora.rtc.AgoraServiceConfig
The channel profile.
channelProfile - Variable in class io.agora.rtc.RtcConnConfig
 
channels - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The number of audio channels (interleaved if stereo).
channels - Variable in class io.agora.rtc.AudioFrame
 
channels - Variable in class io.agora.rtc.AudioSinkWants
 
CHAT_BEAUTIFIER_FRESH - Static variable in class io.agora.rtc.Constants
A fresher voice.
CHAT_BEAUTIFIER_MAGNETIC - Static variable in class io.agora.rtc.Constants
A more magnetic voice.
CHAT_BEAUTIFIER_VITALITY - Static variable in class io.agora.rtc.Constants
A more vital voice.
chatMode - Variable in class io.agora.rtc.AudioSessionConfig
 
checkDirectoryExists(String) - Method in class io.agora.rtc.utils.VadDumpUtils
 
checkPlatformArchitecture() - Method in class io.agora.rtc.AgoraService
 
clear() - Method in class io.agora.rtc.utils.AudioConsumerUtils
Clear the cache.
clearSenderBuffer() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Clears the sender buffer.
CLIENT_ROLE_AUDIENCE - Static variable in class io.agora.rtc.Constants
The audience.
CLIENT_ROLE_BROADCASTER - Static variable in class io.agora.rtc.Constants
The broadcaster.
ClientRoleType(int) - Constructor for enum io.agora.rtc.Constants.ClientRoleType
 
clientRoleType - Variable in class io.agora.rtc.RtcConnConfig
The role of the user: #CLIENT_ROLE_TYPE.
closeVadFile() - Method in class io.agora.rtc.utils.VadDumpUtils
 
codec - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
codec - Variable in class io.agora.rtc.EncodedAudioFrameReceiverInfo
The codec of the packet.
codecName - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
codecName - Variable in class io.agora.rtc.MediaStreamInfo
 
codecPayloadType - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
codecType - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The video codec: #VIDEO_CODEC_TYPE.
codecType - Variable in class io.agora.rtc.SenderOptions
 
codecType - Variable in class io.agora.rtc.VideoEncoderConfig
The video encoder code type: #VIDEO_CODEC_TYPE.
codecType - Variable in class io.agora.rtc.VideoTrackInfo
 
ColorSpace - Class in io.agora.rtc
 
ColorSpace() - Constructor for class io.agora.rtc.ColorSpace
 
ColorSpace(int, int, int, int) - Constructor for class io.agora.rtc.ColorSpace
 
colorSpace - Variable in class io.agora.rtc.ExternalVideoFrame
 
configDir - Variable in class io.agora.rtc.AgoraServiceConfig
The config file path, default is NULL for default config path
configureLogLevel(Level) - Static method in class io.agora.rtc.AgoraLogger
Configure log level.
conn - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
connect(String, String, String) - Method in class io.agora.rtc.AgoraRtcConn
Connects to a channel
CONNECTION_STATE_CONNECTED - Static variable in class io.agora.rtc.Constants
3: The SDK is connected to Agora edge server and has joined a channel.
CONNECTION_STATE_CONNECTING - Static variable in class io.agora.rtc.Constants
2: The SDK is connecting to Agora edge server.
CONNECTION_STATE_DISCONNECTED - Static variable in class io.agora.rtc.Constants
1: The SDK is disconnected from Agora edge server.
CONNECTION_STATE_FAILED - Static variable in class io.agora.rtc.Constants
5: The SDK fails to connect to Agora edge server or join the channel.
CONNECTION_STATE_RECONNECTING - Static variable in class io.agora.rtc.Constants
4: The SDK keeps rejoining the channel after being disconnected from a joined channel because of network issues.
ConnectionChangedReasonType(int) - Constructor for enum io.agora.rtc.Constants.ConnectionChangedReasonType
 
connectionId - Variable in class io.agora.rtc.RtcStats
 
connectTimeMs - Variable in class io.agora.rtc.RtcStats
 
Constants - Class in io.agora.rtc
Rating of the media or network quality.
Constants() - Constructor for class io.agora.rtc.Constants
 
Constants.AecFilterLength - Enum in io.agora.rtc
The Aec linear filter length.
Constants.AecModelType - Enum in io.agora.rtc
The AEC Model Type.
Constants.AecSuppressionMode - Enum in io.agora.rtc
The Aec Suppression Level.
Constants.AgoraAudioProcessorEventType - Enum in io.agora.rtc
The event code of Agora uplink audio processing library.
Constants.AIAecSuppressionMode - Enum in io.agora.rtc
The AIAEC Suppression Mode.
Constants.AnsModelType - Enum in io.agora.rtc
The ANS Model Type.
Constants.AnsSuppressionMode - Enum in io.agora.rtc
The ANS noise suppression mode.
Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY - Enum in io.agora.rtc
The audio equalization band frequency.
Constants.AUDIO_REVERB_TYPE - Enum in io.agora.rtc
 
Constants.AudioFrameType - Enum in io.agora.rtc
Audio frame types.
Constants.AudioPublishType - Enum in io.agora.rtc
Audio publish types.
Constants.BghvsSuppressionMode - Enum in io.agora.rtc
The BGHVS suppression mode.
Constants.BytesPerSample - Enum in io.agora.rtc
Bytes per sample.
Constants.CapabilityType - Enum in io.agora.rtc
Capability types.
Constants.ClientRoleType - Enum in io.agora.rtc
User role types.
Constants.ConnectionChangedReasonType - Enum in io.agora.rtc
Reasons causing the change of the connection state.
Constants.ContentInspectResult - Enum in io.agora.rtc
 
Constants.EncryptionErrorType - Enum in io.agora.rtc
Encryption error type.
Constants.ErrorCodeType - Enum in io.agora.rtc
The error codes.
Constants.ExternalVideoSourceType - Enum in io.agora.rtc
External video source types definition.
Constants.LogLevel - Enum in io.agora.rtc
Log Level.
Constants.MatrixID - Enum in io.agora.rtc
 
Constants.MediaSourceType - Enum in io.agora.rtc
The type of media device.
Constants.MediaType - Enum in io.agora.rtc
Media type.
Constants.NetworkType - Enum in io.agora.rtc
The network type.
Constants.PrimaryID - Enum in io.agora.rtc
 
Constants.QualityType - Enum in io.agora.rtc
The network quality types.
Constants.RangeID - Enum in io.agora.rtc
 
Constants.RemoteAudioState - Enum in io.agora.rtc
Remote audio states.
Constants.RemoteAudioStateReason - Enum in io.agora.rtc
Reasons for a remote audio state change.
Constants.ThreadPriorityType - Enum in io.agora.rtc
Thread priority type.
Constants.TMixMode - Enum in io.agora.rtc
The audio mixing mode.
Constants.TransferID - Enum in io.agora.rtc
 
Constants.UploadErrorReason - Enum in io.agora.rtc
The upload error reasons.
Constants.UserOfflineReasonType - Enum in io.agora.rtc
Reasons for a user being offline.
Constants.VadState - Enum in io.agora.rtc
 
Constants.VideoPublishType - Enum in io.agora.rtc
Video publish types.
Constants.VideoSourceType - Enum in io.agora.rtc
Video source types definition.
consume() - Method in class io.agora.rtc.utils.AudioConsumerUtils
Consume data from the cache and return consume frame count.
consumedFrameCount - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
ContentInspectModule - Class in io.agora.rtc
 
ContentInspectModule() - Constructor for class io.agora.rtc.ContentInspectModule
 
ContentInspectModule(int, int) - Constructor for class io.agora.rtc.ContentInspectModule
 
ContentInspectResult(int) - Constructor for enum io.agora.rtc.Constants.ContentInspectResult
 
context - Variable in class io.agora.rtc.AgoraServiceConfig
The user context.
count - Variable in class io.agora.rtc.utils.VadDumpUtils
 
cptr - Variable in class io.agora.rtc.AgoraAudioDeviceManager
 
cptr - Variable in class io.agora.rtc.AgoraAudioEncodedFrameSender
 
cptr - Variable in class io.agora.rtc.AgoraAudioPcmDataSender
 
cptr - Variable in class io.agora.rtc.AgoraAudioSink
 
cptr - Variable in class io.agora.rtc.AgoraAudioTrack
 
cptr - Variable in class io.agora.rtc.AgoraAudioVad
 
cptr - Variable in class io.agora.rtc.AgoraCameraCapturer
 
cptr - Variable in class io.agora.rtc.AgoraDeviceInfo
 
cptr - Variable in class io.agora.rtc.AgoraExtensionControl
 
cptr - Variable in class io.agora.rtc.AgoraExtensionProvider
 
cptr - Variable in class io.agora.rtc.AgoraFileUploaderService
 
cptr - Variable in class io.agora.rtc.AgoraLocalAudioTrack
 
cptr - Variable in class io.agora.rtc.AgoraLocalUser
 
cptr - Variable in class io.agora.rtc.AgoraLocalVideoTrack
 
cptr - Variable in class io.agora.rtc.AgoraMediaCtrlPacketReceiver
 
cptr - Variable in class io.agora.rtc.AgoraMediaCtrlPacketSender
 
cptr - Variable in class io.agora.rtc.AgoraMediaNodeFactory
 
cptr - Variable in class io.agora.rtc.AgoraMediaPacketReceiver
 
cptr - Variable in class io.agora.rtc.AgoraMediaPacketSender
 
cptr - Variable in class io.agora.rtc.AgoraMediaPlayerSource
 
cptr - Variable in class io.agora.rtc.AgoraMediaRelayService
 
cptr - Variable in class io.agora.rtc.AgoraMediaStreamingSource
 
cptr - Variable in class io.agora.rtc.AgoraParameter
 
cptr - Variable in class io.agora.rtc.AgoraRecordDevice
 
cptr - Variable in class io.agora.rtc.AgoraRemoteAudioMixerSource
 
cptr - Variable in class io.agora.rtc.AgoraRemoteAudioTrack
 
cptr - Variable in class io.agora.rtc.AgoraRemoteVideoTrack
 
cptr - Variable in class io.agora.rtc.AgoraRtcConn
 
cptr - Variable in class io.agora.rtc.AgoraRtmChannel
 
cptr - Variable in class io.agora.rtc.AgoraRtmChannelAttributes
 
cptr - Variable in class io.agora.rtc.AgoraRtmChannelMember
 
cptr - Variable in class io.agora.rtc.AgoraRtmMessage
 
cptr - Variable in class io.agora.rtc.AgoraRtmpConn
 
cptr - Variable in class io.agora.rtc.AgoraRtmpLocalUser
 
cptr - Variable in class io.agora.rtc.AgoraRtmpStreamingService
 
cptr - Variable in class io.agora.rtc.AgoraRtmService
 
cptr - Variable in class io.agora.rtc.AgoraScreenCapturer
 
cptr - Variable in class io.agora.rtc.AgoraService
 
cptr - Variable in class io.agora.rtc.AgoraVideoBeautyFilter
 
cptr - Variable in class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
cptr - Variable in class io.agora.rtc.AgoraVideoEncodedImageReceiver
 
cptr - Variable in class io.agora.rtc.AgoraVideoEncodedImageSender
 
cptr - Variable in class io.agora.rtc.AgoraVideoFrame
 
cptr - Variable in class io.agora.rtc.AgoraVideoFrameMemoryPool
 
cptr - Variable in class io.agora.rtc.AgoraVideoFrameObserver
 
cptr - Variable in class io.agora.rtc.AgoraVideoFrameObserver2
 
cptr - Variable in class io.agora.rtc.AgoraVideoFrameSender
 
cptr - Variable in class io.agora.rtc.AgoraVideoMixer
 
cptr - Variable in class io.agora.rtc.AgoraVideoRenderer
 
cptr - Variable in class io.agora.rtc.AgoraVideoSink
 
cptr - Variable in class io.agora.rtc.AgoraVideoTrack
 
cptr - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
cpuAppUsage - Variable in class io.agora.rtc.RtcStats
 
cpuTotalUsage - Variable in class io.agora.rtc.RtcStats
 
createAudioDeviceManager() - Method in class io.agora.rtc.AgoraService
Creates an audio device manager.
createAudioEncodedFrameSender() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraAudioEncodedFrameSender.
createAudioPcmDataSender() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraAudioPcmDataSender.
createCameraCapturer() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraCameraCapturer.
createCameraVideoTrack(AgoraCameraCapturer) - Method in class io.agora.rtc.AgoraService
Creates a camera video track.
createCustomAudioTrackEncoded(AgoraAudioEncodedFrameSender, int) - Method in class io.agora.rtc.AgoraService
Creates a custom audio track with encoded frame sender.
createCustomAudioTrackPacket(AgoraMediaPacketSender) - Method in class io.agora.rtc.AgoraService
Creates a custom audio track with media packet sender.
createCustomAudioTrackPcm(AgoraAudioPcmDataSender, int) - Method in class io.agora.rtc.AgoraService
Creates a custom audio track with PCM data sender.
createCustomVideoTrackEncoded(AgoraVideoEncodedImageSender, SenderOptions) - Method in class io.agora.rtc.AgoraService
Creates a custom video track with encoded image sender.
createCustomVideoTrackFrame(AgoraVideoFrameSender) - Method in class io.agora.rtc.AgoraService
Creates a custom video track with frame sender.
createCustomVideoTrackPacket(AgoraMediaPacketSender) - Method in class io.agora.rtc.AgoraService
Creates a custom video track with media packet sender.
createDataStream(Out, int, int) - Method in class io.agora.rtc.AgoraRtcConn
Creates data stream
createDeviceInfo() - Method in class io.agora.rtc.AgoraCameraCapturer
 
createLocalAudioTrack() - Method in class io.agora.rtc.AgoraService
Creates a local audio track.
createMediaNodeFactory() - Method in class io.agora.rtc.AgoraService
Creates a media node factory.
createMediaPacketSender() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraMediaPacketSender.
createMediaPlayerAudioTrack(AgoraMediaPlayerSource) - Method in class io.agora.rtc.AgoraService
Creates a media player audio track.
createMediaPlayerSource(int) - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraMediaPlayerSource.
createMediaPlayerVideoTrack(AgoraMediaPlayerSource) - Method in class io.agora.rtc.AgoraService
Creates a media player video track.
createMixedVideoTrack(AgoraVideoMixer) - Method in class io.agora.rtc.AgoraService
Creates a mixed video track.
createRecordingDeviceAudioTrack(AgoraRecordDevice) - Method in class io.agora.rtc.AgoraService
Creates a recording device audio track.
createRecordingDeviceSource(String) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
createRtmpStreamingService(AgoraRtcConn, String) - Method in class io.agora.rtc.AgoraService
Creates an RTMP streaming service.
createRtmService() - Method in class io.agora.rtc.AgoraService
Creates an RTM service.
createScreenCapturer() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraScreenCapturer.
createScreenVideoTrack(AgoraScreenCapturer) - Method in class io.agora.rtc.AgoraService
Creates a screen video track.
createVadFile() - Method in class io.agora.rtc.utils.VadDumpUtils
 
createVideoEncodedImageSender() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraVideoEncodedImageSender.
createVideoFrameSender() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraVideoFrameSender.
createVideoMixer() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraVideoMixer.
createVideoRenderer() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Creates an instance of AgoraVideoRenderer.
cropBottom - Variable in class io.agora.rtc.ExternalVideoFrame
[Raw data related parameter] The number of pixels trimmed from the bottom.
cropLeft - Variable in class io.agora.rtc.ExternalVideoFrame
[Raw data related parameter] The number of pixels trimmed from the left.
cropRight - Variable in class io.agora.rtc.ExternalVideoFrame
[Raw data related parameter] The number of pixels trimmed from the right.
cropTop - Variable in class io.agora.rtc.ExternalVideoFrame
[Raw data related parameter] The number of pixels trimmed from the top.
currentDownscaleLevel - Variable in class io.agora.rtc.PeerDownlinkInfo
 
currentDownscaleLevel - Variable in class io.agora.rtc.RemoteVideoStreamInfo
 
currentState - Variable in class io.agora.rtc.AgoraAudioVadV2
 
curveSlope - Variable in class io.agora.rtc.audio3a.AgcConfig
Digital AGC slope.
customAudioTrack - Variable in class io.agora.rtc.AgoraRtcConn
 
customEncodedImageSender - Variable in class io.agora.rtc.AgoraRtcConn
 
customVideoTrack - Variable in class io.agora.rtc.AgoraRtcConn
 

D

data - Variable in class io.agora.rtc.AgoraAudioVadV2.VadData
 
data - Variable in class io.agora.rtc.AudioPcmFrame
 
data - Variable in class io.agora.rtc.PaddedRawPixelBuffer
 
dataDir - Variable in class io.agora.rtc.AgoraServiceConfig
The data file path, default is NULL for default data path
dataLength - Variable in class io.agora.rtc.AudioSpectrumData
 
dataStreamId - Variable in class io.agora.rtc.AgoraRtcConn
 
debug(String) - Static method in class io.agora.rtc.AgoraLogger
Debug level log - output only in debug mode.
debug(String, Object...) - Static method in class io.agora.rtc.AgoraLogger
Debug level log - optimized for delayed string concatenation.
debugEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
decoderOutputFrameRate - Variable in class io.agora.rtc.RemoteVideoTrackStats
The decoder output frame rate (fps) of the remote video.
decodeTimeMs - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The timestamp for rendering the video.
DEFAULT_CONNECTION_ID - Static variable in class io.agora.rtc.Constants
The default connection ID.
defaultToSpeaker - Variable in class io.agora.rtc.AudioSessionConfig
 
degradationPreference - Variable in class io.agora.rtc.VideoEncoderConfig
The video degradation preference when the bandwidth is a constraint: #DEGRADATION_PREFERENCE.
delay - Variable in class io.agora.rtc.RemoteVideoTrackStats
**DEPRECATED** Time delay (ms).
delayMedianMs - Variable in class io.agora.rtc.AudioProcessingStats
 
delayMs - Variable in class io.agora.rtc.AudioProcessingStats
 
delayStandardDeviationMs - Variable in class io.agora.rtc.AudioProcessingStats
 
delStreamLayout(String) - Method in class io.agora.rtc.AgoraVideoMixer
 
delVadInstance(String, String) - Method in class io.agora.rtc.AgoraAudioVadManager
Removes and destroys the specified VAD instance
destroy() - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
destroy() - Method in class io.agora.rtc.AgoraAudioEncodedFrameSender
Destroys the audio encoded frame sender
destroy() - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
destroy() - Method in class io.agora.rtc.AgoraAudioPcmDataSender
Destroys the audio data sender
destroy() - Method in class io.agora.rtc.AgoraAudioSink
 
destroy() - Method in class io.agora.rtc.AgoraAudioVad
Destroy the VAD module
destroy() - Method in class io.agora.rtc.AgoraAudioVadManager
Destroys the manager Cleans up all VAD instances and releases resources Thread-safe method
destroy() - Method in class io.agora.rtc.AgoraAudioVadV2
 
destroy() - Method in class io.agora.rtc.AgoraCameraCapturer
 
destroy() - Method in class io.agora.rtc.AgoraDeviceInfo
 
destroy() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Destroys the local audio track.
destroy() - Method in class io.agora.rtc.AgoraLocalUser
Destroys the AgoraLocalUser instance and unregisters all observers.
destroy() - Method in class io.agora.rtc.AgoraLocalVideoTrack
Destroys the local video track.
destroy() - Method in class io.agora.rtc.AgoraMediaCtrlPacketReceiver
 
destroy() - Method in class io.agora.rtc.AgoraMediaCtrlPacketSender
 
destroy() - Method in class io.agora.rtc.AgoraMediaNodeFactory
Destroys the media node factory.
destroy() - Method in class io.agora.rtc.AgoraMediaPacketReceiver
 
destroy() - Method in class io.agora.rtc.AgoraMediaPacketSender
 
destroy() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
destroy() - Method in class io.agora.rtc.AgoraParameter
Destroys the AgoraParameter object.
destroy() - Method in class io.agora.rtc.AgoraRecordDevice
 
destroy() - Method in class io.agora.rtc.AgoraRemoteAudioTrack
Destroys the remote audio track.
destroy() - Method in class io.agora.rtc.AgoraRemoteVideoTrack
Destroys the remote video track.
destroy() - Method in class io.agora.rtc.AgoraRtcConn
Destroys the RtcConnection instance
destroy() - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
destroy() - Method in class io.agora.rtc.AgoraRtmService
 
destroy() - Method in class io.agora.rtc.AgoraScreenCapturer
 
destroy() - Method in class io.agora.rtc.AgoraService
Destroys the Agora service.
destroy() - Method in class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
destroy() - Method in class io.agora.rtc.AgoraVideoEncodedImageReceiver
 
destroy() - Method in class io.agora.rtc.AgoraVideoEncodedImageSender
Destroys the video encoded image sender
destroy() - Method in class io.agora.rtc.AgoraVideoFrame
 
destroy() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
destroy() - Method in class io.agora.rtc.AgoraVideoFrameObserver2
 
destroy() - Method in class io.agora.rtc.AgoraVideoFrameSender
Destroys the video frame sender
destroy() - Method in class io.agora.rtc.AgoraVideoMixer
 
destroy() - Method in class io.agora.rtc.AgoraVideoRenderer
 
destroy() - Method in class io.agora.rtc.AgoraVideoTrack
 
destroy() - Method in class io.agora.rtc.LocalUserObserverWrapper
 
destroyAudioSessionConfig(AudioSessionConfig) - Method in class io.agora.rtc.AgoraService
Destroys the audio session configuration.
destroyCaptureFormat(VideoFormat) - Method in class io.agora.rtc.AgoraCameraCapturer
 
destroyConnInfo(RtcConnInfo) - Method in class io.agora.rtc.AgoraRtcConn
Destroys connection information object
destroyLocalAudioStatistics(LocalAudioDetailedStats) - Method in class io.agora.rtc.AgoraLocalUser
Destroys the local audio statistics.
destroyLocalAudioTrackStats(LocalAudioTrackStats) - Method in class io.agora.rtc.AgoraRtcConn
Destroys the provided LocalAudioTrackStats object.
destroyLocalVideoTrackStatistics(LocalVideoTrackStats) - Method in class io.agora.rtc.AgoraRtcConn
Destroys the provided LocalVideoTrackStats object.
destroyStatistics(LocalVideoTrackStats) - Method in class io.agora.rtc.AgoraLocalVideoTrack
Destroys the provided LocalVideoTrackStats object.
destroyStatistics(RemoteAudioTrackStats) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
destroyStatistics(RemoteVideoTrackStats) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
destroyStats(LocalAudioTrackStats) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Destroys the provided LocalAudioTrackStats object.
destroyStreamInfo(MediaStreamInfo) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
destroyTextureId(TextureId) - Method in class io.agora.rtc.AgoraVideoFrame
 
destroyTrackInfo(VideoTrackInfo) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
destroyTransportStats(RtcStats) - Method in class io.agora.rtc.AgoraRtcConn
Destroys transport statistics object
destroyUserInfo(UserInfo) - Method in class io.agora.rtc.AgoraRtcConn
Destroys user information object
deviceId - Variable in class io.agora.rtc.PlayerUpdatedInfo
 
dimensions - Variable in class io.agora.rtc.SimulcastStreamConfig
 
dimensions - Variable in class io.agora.rtc.VideoEncoderConfig
The video frame dimension used to specify the video quality and measured by the total number of pixels along a frame's width and height: VideoDimensions.
directConsume() - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
disableExtension(String, String, String) - Method in class io.agora.rtc.AgoraService
Disables an extension.
disconnect() - Method in class io.agora.rtc.AgoraRtcConn
Disconnects from current channel
divergentFilterFraction - Variable in class io.agora.rtc.AudioProcessingStats
 
domainLimit - Variable in class io.agora.rtc.AgoraServiceConfig
Determines whether to enable domain limit.
DownlinkNetworkInfo - Class in io.agora.rtc
 
DownlinkNetworkInfo() - Constructor for class io.agora.rtc.DownlinkNetworkInfo
 
DownlinkNetworkInfo(int, int, int, PeerDownlinkInfo, int) - Constructor for class io.agora.rtc.DownlinkNetworkInfo
 
downlinkProcessTimeMs - Variable in class io.agora.rtc.RemoteVideoTrackStats
The average offset(ms) between receive first packet which composite the frame and the frame ready to render.
downlinkReport - Variable in class io.agora.rtc.LastmileProbeResult
 
downloadSize - Variable in class io.agora.rtc.CacheStatistics
 
droppedAudioFrames - Variable in class io.agora.rtc.LocalAudioTrackStats
 
dtxActionCounter - Variable in class io.agora.rtc.AnaStats
 
duration - Variable in class io.agora.rtc.MediaStreamInfo
 
duration - Variable in class io.agora.rtc.PcmConsumeStateUtils
 
duration - Variable in class io.agora.rtc.RtcStats
 

E

E2E_DELAY_MS - Static variable in class io.agora.rtc.PcmConsumeStateUtils
 
EAR_MONITORING_FILTER_BUILT_IN_AUDIO_FILTERS - Static variable in class io.agora.rtc.Constants
2: Add an audio filter to the in-ear monitor.
EAR_MONITORING_FILTER_NOISE_SUPPRESSION - Static variable in class io.agora.rtc.Constants
4: Enable noise suppression to the in-ear monitor.
EAR_MONITORING_FILTER_NONE - Static variable in class io.agora.rtc.Constants
1: Do not add an audio filter to the in-ear monitor.
echoReturnLoss - Variable in class io.agora.rtc.AudioProcessingStats
 
echoReturnLossEnhancement - Variable in class io.agora.rtc.AudioProcessingStats
 
eglContext - Variable in class io.agora.rtc.ExternalVideoFrame
[Texture-related parameter] When using the OpenGL interface (javax.microedition.khronos.egl.*) defined by Khronos, set EGLContext to this field.
eglType - Variable in class io.agora.rtc.ExternalVideoFrame
[Texture related parameter] Texture ID used by the video frame.
enableAecAutoReset - Variable in class io.agora.rtc.audio3a.AecConfig
Whether to enable Aec auto-reset when Aec is unavailable.
enableAudioDevice - Variable in class io.agora.rtc.AgoraServiceConfig
Whether to enable the audio device module.
enableAudioProcessor - Variable in class io.agora.rtc.AgoraServiceConfig
Whether to enable the audio processing module.
enableAudioRecordingOrPlayout - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to enable audio recording or playout.
enabled - Variable in class io.agora.rtc.audio3a.AecConfig
Whether to enable Aec.
enabled - Variable in class io.agora.rtc.audio3a.AgcConfig
Whether to enable AGC.
enabled - Variable in class io.agora.rtc.audio3a.AnsConfig
Whether to enable ANS.
enabled - Variable in class io.agora.rtc.audio3a.BghvsConfig
Whether to enable sessCtrl and BGHVS.
enabled - Variable in class io.agora.rtc.LocalAudioTrackStats
 
enableEarMonitor(int, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Enables or disables ear monitoring.
enableEncryption(int, EncryptionConfig) - Method in class io.agora.rtc.AgoraRtcConn
Enables/disables encryption
enableExtension(String, String, String, boolean) - Method in class io.agora.rtc.AgoraService
Enables an extension.
enableLocalAudioTrackEarMonitor(int, int) - Method in class io.agora.rtc.AgoraRtcConn
Enables or disables ear monitoring.
enableLocalAudioTrackPlayback(int) - Method in class io.agora.rtc.AgoraRtcConn
Enables or disables local playback of the audio track.
enableLocalPlayback(int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Enables or disables local playback of the audio track.
enablePerformanceLogging(boolean) - Static method in class io.agora.rtc.AgoraLogger
Enable or disable performance logging.
enableSimulcastStream(int, SimulcastStreamConfig) - Method in class io.agora.rtc.AgoraLocalVideoTrack
Enables or disables the simulcast stream.
enableSimulcastStream(int, SimulcastStreamConfig) - Method in class io.agora.rtc.AgoraRtcConn
Enables or disables the simulcast stream.
enableVad - Variable in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
enableVideo - Variable in class io.agora.rtc.AgoraServiceConfig
Whether to enable video.
encodeAlpha - Variable in class io.agora.rtc.VideoEncoderConfig
Whether to encode and send the alpha data to the remote when alpha data is present.
EncodedAudioFrameAdvancedSettings - Class in io.agora.rtc
 
EncodedAudioFrameAdvancedSettings() - Constructor for class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
EncodedAudioFrameAdvancedSettings(int, int) - Constructor for class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
EncodedAudioFrameInfo - Class in io.agora.rtc
 
EncodedAudioFrameInfo() - Constructor for class io.agora.rtc.EncodedAudioFrameInfo
 
EncodedAudioFrameInfo(int, int, int, int, int, int, long) - Constructor for class io.agora.rtc.EncodedAudioFrameInfo
 
EncodedAudioFrameReceiverInfo - Class in io.agora.rtc
 
EncodedAudioFrameReceiverInfo() - Constructor for class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
EncodedAudioFrameReceiverInfo(long, int) - Constructor for class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
encodedFrameOnly - Variable in class io.agora.rtc.VideoSubscriptionOptions
 
encodedFrameOnly - Variable in class io.agora.rtc.VideoTrackInfo
 
EncodedVideoFrameInfo - Class in io.agora.rtc
 
EncodedVideoFrameInfo() - Constructor for class io.agora.rtc.EncodedVideoFrameInfo
 
EncodedVideoFrameInfo(int, int, int, int, int, int, int, long, long, int, int, long) - Constructor for class io.agora.rtc.EncodedVideoFrameInfo
 
encodeFrameRate - Variable in class io.agora.rtc.LocalVideoTrackStats
The encoder output frame rate (fps).
encoderType - Variable in class io.agora.rtc.LocalVideoTrackStats
The encoder type.
ENCRYPTION_MODE_AES_128_ECB - Static variable in class io.agora.rtc.Constants
2: 128-bit AES encryption, ECB mode.
ENCRYPTION_MODE_AES_128_GCM - Static variable in class io.agora.rtc.Constants
5: 128-bit AES encryption, GCM mode.
ENCRYPTION_MODE_AES_128_GCM2 - Static variable in class io.agora.rtc.Constants
7: (Default) 128-bit AES encryption, GCM mode, with KDF salt.
ENCRYPTION_MODE_AES_128_XTS - Static variable in class io.agora.rtc.Constants
 
ENCRYPTION_MODE_AES_256_GCM - Static variable in class io.agora.rtc.Constants
6: 256-bit AES encryption, GCM mode.
ENCRYPTION_MODE_AES_256_GCM2 - Static variable in class io.agora.rtc.Constants
8: 256-bit AES encryption, GCM mode, with KDF salt.
ENCRYPTION_MODE_AES_256_XTS - Static variable in class io.agora.rtc.Constants
3: 256-bit AES encryption, XTS mode.
ENCRYPTION_MODE_SM4_128_ECB - Static variable in class io.agora.rtc.Constants
4: 128-bit SM4 encryption, ECB mode.
EncryptionConfig - Class in io.agora.rtc
 
EncryptionConfig() - Constructor for class io.agora.rtc.EncryptionConfig
 
EncryptionConfig(int, String, byte[]) - Constructor for class io.agora.rtc.EncryptionConfig
 
EncryptionErrorType(int) - Constructor for enum io.agora.rtc.Constants.EncryptionErrorType
 
encryptionKdfSalt - Variable in class io.agora.rtc.EncryptionConfig
 
encryptionKey - Variable in class io.agora.rtc.EncryptionConfig
 
encryptionMode - Variable in class io.agora.rtc.EncryptionConfig
 
error(String) - Static method in class io.agora.rtc.AgoraLogger
Error level log.
error(String, Object...) - Static method in class io.agora.rtc.AgoraLogger
Error level log - optimized for delayed string concatenation.
error(String, Throwable) - Static method in class io.agora.rtc.AgoraLogger
Error level log - includes exception information.
ErrorCodeType(int) - Constructor for enum io.agora.rtc.Constants.ErrorCodeType
 
errorEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
executorService - Variable in class io.agora.rtc.AgoraService
 
expectedBitrateBps - Variable in class io.agora.rtc.PeerDownlinkInfo
 
expectedDownlinkBitrate - Variable in class io.agora.rtc.LastmileProbeConfig
 
expectedUplinkBitrate - Variable in class io.agora.rtc.LastmileProbeConfig
 
EXTERNAL_VIDEO_FRAME_BUFFER_TYPE_RAW_DATA - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_BGRA - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_I420 - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_I422 - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_NV12 - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_NV21 - Static variable in class io.agora.rtc.Constants
 
EXTERNAL_VIDEO_FRAME_PIXEL_FORMAT_RGBA - Static variable in class io.agora.rtc.Constants
 
ExternalVideoFrame - Class in io.agora.rtc
 
ExternalVideoFrame() - Constructor for class io.agora.rtc.ExternalVideoFrame
 
ExternalVideoFrame(int, int, ByteBuffer, int, int, int, int, int, int, int, long, Object, int, int, float, ByteBuffer, ByteBuffer, int, int, ColorSpace) - Constructor for class io.agora.rtc.ExternalVideoFrame
 
ExternalVideoSourceType(int) - Constructor for enum io.agora.rtc.Constants.ExternalVideoSourceType
 
extractData(int, long) - Method in class io.agora.rtc.utils.AudioConsumerUtils
Extract data from the buffer.
extSeqnum - Variable in class io.agora.rtc.LocalAudioDetailedStats
 

F

farFiledFlag - Variable in class io.agora.rtc.AudioFrame
 
fecActionCounter - Variable in class io.agora.rtc.AnaStats
 
fftSz - Variable in class io.agora.rtc.AgoraAudioVadConfig
fft-size, only support: 128, 256, 512, 1024, default value is 1024
filePath - Variable in class io.agora.rtc.utils.VadDumpUtils
 
fileSize - Variable in class io.agora.rtc.CacheStatistics
 
fillAlphaBuffer - Variable in class io.agora.rtc.ExternalVideoFrame
[For bgra or rgba only] Extract alphaBuffer from bgra or rgba data.
fillTexture(int, int, int, int, TextureId) - Method in class io.agora.rtc.AgoraVideoFrame
 
filterLength - Variable in class io.agora.rtc.audio3a.AecConfig
The Aec linear filter length.
firstAudioPacketDuration - Variable in class io.agora.rtc.RtcStats
 
firstAudioPacketDurationAfterUnmute - Variable in class io.agora.rtc.RtcStats
 
firstVideoKeyFrameDecodedDurationAfterUnmute - Variable in class io.agora.rtc.RtcStats
 
firstVideoKeyFramePacketDuration - Variable in class io.agora.rtc.RtcStats
 
firstVideoKeyFramePacketDurationAfterUnmute - Variable in class io.agora.rtc.RtcStats
 
firstVideoKeyFrameRenderedDurationAfterUnmute - Variable in class io.agora.rtc.RtcStats
 
firstVideoPacketDuration - Variable in class io.agora.rtc.RtcStats
 
firstVideoPacketDurationAfterUnmute - Variable in class io.agora.rtc.RtcStats
 
format() - Method in class io.agora.rtc.AgoraVideoFrame
 
format - Variable in class io.agora.rtc.ExternalVideoFrame
The pixel format.
format - Variable in class io.agora.rtc.PaddedRawPixelBuffer
 
fps - Variable in class io.agora.rtc.VideoFormat
 
fractionLost - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
frameCount - Variable in class io.agora.rtc.utils.VadDumpUtils
 
frameLengthDecreaseCounter - Variable in class io.agora.rtc.AnaStats
 
frameLengthIncreaseCounter - Variable in class io.agora.rtc.AnaStats
 
frameLossRate - Variable in class io.agora.rtc.RemoteVideoTrackStats
The video frame loss rate (%) of the remote video stream in the reported interval.
framerate - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
framerate - Variable in class io.agora.rtc.SimulcastStreamConfig
 
frameRate - Variable in class io.agora.rtc.VideoEncoderConfig
Frame rate of the video: int type, but can accept #FRAME_RATE for backward compatibility.
frameRenderDelayMs - Variable in class io.agora.rtc.RemoteVideoTrackStats
The average time cost in renderer.
framesEncoded - Variable in class io.agora.rtc.LocalVideoTrackStats
The number of frames encoded.
framesPerSecond - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The number of video frames per second.
frameType - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The frame type of the encoded video frame: #VIDEO_FRAME_TYPE.
frequency - Variable in class io.agora.rtc.ContentInspectModule
 
fromInt(int) - Static method in enum io.agora.rtc.Constants.AecFilterLength
Converts an integer value to its corresponding AecFilterLength enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AecModelType
Converts an integer value to its corresponding AecModelType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AecSuppressionMode
Converts an integer value to its corresponding AecSuppressionMode enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
Converts an integer value to its corresponding AgoraAudioProcessingEventType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AIAecSuppressionMode
Converts an integer value to its corresponding AIAecSuppressionMode enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AnsModelType
Converts an integer value to its corresponding AnsModelType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AnsSuppressionMode
Converts an integer value to its corresponding AnsSuppressionMode enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
 
fromInt(int) - Static method in enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
 
fromInt(int) - Static method in enum io.agora.rtc.Constants.AudioFrameType
 
fromInt(int) - Static method in enum io.agora.rtc.Constants.AudioPublishType
Converts an integer value to its corresponding AudioPublishType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.BghvsSuppressionMode
Converts an integer value to its corresponding BghvsSuppressionMode enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.BytesPerSample
Converts an integer value to its corresponding BytesPerSample enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.CapabilityType
Converts an integer value to its corresponding CapabilityType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.ClientRoleType
Converts an integer value to its corresponding ClientRoleType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.ConnectionChangedReasonType
Converts an integer value to its corresponding ConnectionChangedReasonType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.ContentInspectResult
Converts an integer value to its corresponding CONTENT_INSPECT_RESULT enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.EncryptionErrorType
Converts an integer value to its corresponding EncryptionErrorType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.ErrorCodeType
 
fromInt(int) - Static method in enum io.agora.rtc.Constants.NetworkType
Converts an integer value to its corresponding NetworkType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.QualityType
Converts an integer value to its corresponding QualityType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.UploadErrorReason
Converts an integer value to its corresponding UploadErrorReason enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.UserOfflineReasonType
Converts an integer value to its corresponding UserOfflineReasonType enum constant.
fromInt(int) - Static method in enum io.agora.rtc.Constants.VideoPublishType
Converts an integer value to its corresponding VideoPublishType enum constant.
frozenRate - Variable in class io.agora.rtc.RemoteAudioTrackStats
The total audio freeze time as a percentage (%) of the total time when the audio is available.
frozenRate - Variable in class io.agora.rtc.RemoteVideoTrackStats
The total video freeze time as a percentage (%) of the total time when the video is available.
frqInputAvailableFlag - Variable in class io.agora.rtc.AgoraAudioVadConfig
whether Aed_InputData will contain external freq.

G

gatewayRtt - Variable in class io.agora.rtc.RtcStats
 
GENERAL_BEAUTY_VOICE_FEMALE_FRESH - Static variable in class io.agora.rtc.Constants
(For female only) A fresher voice.
GENERAL_BEAUTY_VOICE_FEMALE_VITALITY - Static variable in class io.agora.rtc.Constants
(For female only) A more vital voice.
GENERAL_BEAUTY_VOICE_MALE_MAGNETIC - Static variable in class io.agora.rtc.Constants
(For male only) A more magnetic voice.
get() - Method in class io.agora.rtc.Out
 
getActivePercent() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getActivePercent() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getAecConfig() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
getAecModelType() - Method in class io.agora.rtc.audio3a.AecConfig
 
getAecStartupMaxSuppressTimeInMs() - Method in class io.agora.rtc.audio3a.AecConfig
 
getAecSuppressionMode() - Method in class io.agora.rtc.audio3a.AecConfig
 
getAgcConfig() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
getAggressive() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getAgoraParameter() - Method in class io.agora.rtc.AgoraRtcConn
Gets Agora parameter object
getAgoraParameter() - Method in class io.agora.rtc.AgoraService
Gets the Agora parameter.
getAiAecSuppressionMode() - Method in class io.agora.rtc.audio3a.AecConfig
 
getAllowBluetooth() - Method in class io.agora.rtc.AudioSessionConfig
 
getAllowBluetoothA2dp() - Method in class io.agora.rtc.AudioSessionConfig
 
getAllowMixWithOthers() - Method in class io.agora.rtc.AudioSessionConfig
 
getAlpha() - Method in class io.agora.rtc.MixerLayoutConfig
 
getAlpha() - Method in class io.agora.rtc.TranscodingUser
 
getAlpha() - Method in class io.agora.rtc.TranscodingVideoStream
 
getAlphaBuffer() - Method in class io.agora.rtc.ExternalVideoFrame
 
getAlphaBuffer() - Method in class io.agora.rtc.VideoFrame
 
getAlphaMode() - Method in class io.agora.rtc.ExternalVideoFrame
 
getAlphaMode() - Method in class io.agora.rtc.VideoFrame
 
getAnaStatistics() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getAnaWindowSz() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getAnsConfig() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
getAnsModelType() - Method in class io.agora.rtc.audio3a.AnsConfig
Gets the ANS model type.
getApmStatistics() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getAppId() - Method in class io.agora.rtc.AgoraServiceConfig
 
getAreaCode() - Method in class io.agora.rtc.AgoraServiceConfig
 
getAudioBitrate() - Method in class io.agora.rtc.LiveTranscoding
 
getAudioBitsPerSample() - Method in class io.agora.rtc.MediaStreamInfo
 
getAudioChannel() - Method in class io.agora.rtc.TranscodingUser
 
getAudioChannels() - Method in class io.agora.rtc.LiveTranscoding
 
getAudioChannels() - Method in class io.agora.rtc.MediaStreamInfo
 
getAudioCodecProfile() - Method in class io.agora.rtc.LiveTranscoding
 
getAudioLevel() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getAudioLevelIndication() - Method in class io.agora.rtc.PacketOptions
 
getAudioLossRate() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getAudioProfile() - Method in class io.agora.rtc.AudioEncoderConfig
 
getAudioProfile() - Method in class io.agora.rtc.RtcConnPublishConfig
 
getAudioPublishType() - Method in class io.agora.rtc.RtcConnPublishConfig
 
getAudioRecvEncodedFrame() - Method in class io.agora.rtc.RtcConnConfig
 
getAudioRecvMediaPacket() - Method in class io.agora.rtc.RtcConnConfig
 
getAudioSampleRate() - Method in class io.agora.rtc.LiveTranscoding
 
getAudioSampleRate() - Method in class io.agora.rtc.MediaStreamInfo
 
getAudioScenario() - Method in class io.agora.rtc.AgoraServiceConfig
 
getAudioScenario() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
getAudioScenario() - Method in class io.agora.rtc.RtcConnPublishConfig
 
getAudioSessionConfig() - Method in class io.agora.rtc.AgoraService
Gets the audio session configuration.
getAudioSpectrumData() - Method in class io.agora.rtc.AudioSpectrumData
 
getAudioSubsOptions() - Method in class io.agora.rtc.RtcConnConfig
 
getAudioTrackNumber() - Method in class io.agora.rtc.AudioFrame
 
getAutoSubscribeAudio() - Method in class io.agora.rtc.RtcConnConfig
 
getAutoSubscribeVideo() - Method in class io.agora.rtc.RtcConnConfig
 
getAvailableBandwidth() - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
getAvSyncTimeMs() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getAvsyncType() - Method in class io.agora.rtc.AudioFrame
 
getAvsyncType() - Method in class io.agora.rtc.VideoFrame
 
getBackgroundColor() - Method in class io.agora.rtc.LiveTranscoding
 
getBackgroundImage() - Method in class io.agora.rtc.LiveTranscoding
 
getBackgroundImageCount() - Method in class io.agora.rtc.LiveTranscoding
 
getBandwidthEstimationBps() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
getBghvsConfig() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
getBghvsDelayInFrmNums() - Method in class io.agora.rtc.audio3a.BghvsConfig
Gets the BGHVS algorithm delay in frame numbers.
getBghvsEosLenInMs() - Method in class io.agora.rtc.audio3a.BghvsConfig
Gets the EOS trigger length in milliseconds.
getBghvsSosLenInMs() - Method in class io.agora.rtc.audio3a.BghvsConfig
Gets the SOS trigger length in milliseconds.
getBghvsSppMode() - Method in class io.agora.rtc.audio3a.BghvsConfig
Gets the BGHVS suppression mode.
getBitrate() - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
getBitrate() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getBitrate() - Method in class io.agora.rtc.SimulcastStreamConfig
 
getBitrate() - Method in class io.agora.rtc.VideoEncoderConfig
 
getBitrateActionCounter() - Method in class io.agora.rtc.AnaStats
 
getBitrateInKbps() - Method in class io.agora.rtc.SrcInfo
 
getBool(String, Out) - Method in class io.agora.rtc.AgoraParameter
Gets a boolean parameter.
getBuffer() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getBuffer() - Method in class io.agora.rtc.AudioFrame
 
getBuffer() - Method in class io.agora.rtc.ExternalVideoFrame
 
getBuffer() - Method in class io.agora.rtc.Packet
 
getBufferedPcmDataListSize() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getBufferSize() - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
getBytes(ByteBuffer) - Static method in class io.agora.rtc.utils.Utils
 
getBytesMajorStream() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getBytesMinorStream() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getBytesPerSample() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getBytesPerSample() - Method in class io.agora.rtc.AudioFrame
 
getBytesPerSample() - Method in class io.agora.rtc.AudioPcmFrame
 
getBytesPerSample() - Method in class io.agora.rtc.AudioSubscriptionOptions
 
getBytesPerSample() - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
getBytesSent() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getCacheSize() - Method in class io.agora.rtc.CacheStatistics
 
getCacheStatistics() - Method in class io.agora.rtc.PlayerUpdatedInfo
 
getCapabilities() - Method in class io.agora.rtc.Capabilities
 
getCapability(String, int, Out) - Method in class io.agora.rtc.AgoraDeviceInfo
 
getCapabilityType() - Method in class io.agora.rtc.Capabilities
 
getCaptureFormat() - Method in class io.agora.rtc.AgoraCameraCapturer
 
getCaptureFrameRate() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getCaptureHeight() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getCaptureTimeMs() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getCaptureTimeMs() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getCaptureTimestamp() - Method in class io.agora.rtc.AudioPcmFrame
 
getCaptureWidth() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getCcMode() - Method in class io.agora.rtc.SenderOptions
 
getChannel() - Method in class io.agora.rtc.AudioParams
 
getChannelActionCounter() - Method in class io.agora.rtc.AnaStats
 
getChannelId() - Method in class io.agora.rtc.RtcConnInfo
 
getChannelId() - Method in class io.agora.rtc.VideoTrackInfo
 
getChannelName() - Method in class io.agora.rtc.ChannelMediaInfo
 
getChannelProfile() - Method in class io.agora.rtc.AgoraServiceConfig
 
getChannelProfile() - Method in class io.agora.rtc.RtcConnConfig
 
getChannels() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getChannels() - Method in class io.agora.rtc.AudioFrame
 
getChannels() - Method in class io.agora.rtc.AudioSinkWants
 
getChatMode() - Method in class io.agora.rtc.AudioSessionConfig
 
getClientRoleType() - Method in class io.agora.rtc.RtcConnConfig
 
getCodec() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getCodec() - Method in class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
getCodecName() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getCodecName() - Method in class io.agora.rtc.MediaStreamInfo
 
getCodecPayloadType() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getCodecType() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getCodecType() - Method in class io.agora.rtc.SenderOptions
 
getCodecType() - Method in class io.agora.rtc.VideoEncoderConfig
 
getCodecType() - Method in class io.agora.rtc.VideoTrackInfo
 
getColorSpace() - Method in class io.agora.rtc.ExternalVideoFrame
 
getConfigDir() - Method in class io.agora.rtc.AgoraServiceConfig
 
getConnectionId() - Method in class io.agora.rtc.RtcStats
 
getConnectTimeMs() - Method in class io.agora.rtc.RtcStats
 
getConnId() - Method in class io.agora.rtc.AgoraRtcConn
Gets connection ID
getConnInfo() - Method in class io.agora.rtc.AgoraRtcConn
Gets connection information
getContext() - Method in class io.agora.rtc.AgoraServiceConfig
 
getCpuAppUsage() - Method in class io.agora.rtc.RtcStats
 
getCpuTotalUsage() - Method in class io.agora.rtc.RtcStats
 
getCropBottom() - Method in class io.agora.rtc.ExternalVideoFrame
 
getCropLeft() - Method in class io.agora.rtc.ExternalVideoFrame
 
getCropRight() - Method in class io.agora.rtc.ExternalVideoFrame
 
getCropTop() - Method in class io.agora.rtc.ExternalVideoFrame
 
getCurrentAudioScenario() - Method in class io.agora.rtc.AgoraRtcConn
Gets the current audio scenario.
getCurrentDownscaleLevel() - Method in class io.agora.rtc.PeerDownlinkInfo
 
getCurrentDownscaleLevel() - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
getCurveSlope() - Method in class io.agora.rtc.audio3a.AgcConfig
Gets the digital AGC slope.
getData() - Method in class io.agora.rtc.AudioPcmFrame
 
getData() - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
getDataDir() - Method in class io.agora.rtc.AgoraServiceConfig
 
getDataLength() - Method in class io.agora.rtc.AudioSpectrumData
 
getDecoderOutputFrameRate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getDecodeTimeMs() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getDefaultToSpeaker() - Method in class io.agora.rtc.AudioSessionConfig
 
getDegradationPreference() - Method in class io.agora.rtc.VideoEncoderConfig
 
getDelay() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getDelayMedianMs() - Method in class io.agora.rtc.AudioProcessingStats
 
getDelayMs() - Method in class io.agora.rtc.AudioProcessingStats
 
getDelayStandardDeviationMs() - Method in class io.agora.rtc.AudioProcessingStats
 
getDeviceId() - Method in class io.agora.rtc.PlayerUpdatedInfo
 
getDeviceName(int, Out<String>, Out<String>, Out<String>) - Method in class io.agora.rtc.AgoraDeviceInfo
 
getDimensions() - Method in class io.agora.rtc.SimulcastStreamConfig
 
getDimensions() - Method in class io.agora.rtc.VideoEncoderConfig
 
getDivergentFilterFraction() - Method in class io.agora.rtc.AudioProcessingStats
 
getDomainLimit() - Method in class io.agora.rtc.AgoraServiceConfig
 
getDownlinkProcessTimeMs() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getDownlinkReport() - Method in class io.agora.rtc.LastmileProbeResult
 
getDownloadSize() - Method in class io.agora.rtc.CacheStatistics
 
getDroppedAudioFrames() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getDtxActionCounter() - Method in class io.agora.rtc.AnaStats
 
getDuration() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getDuration() - Method in class io.agora.rtc.MediaStreamInfo
 
getDuration() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
getDuration() - Method in class io.agora.rtc.RtcStats
 
getEchoReturnLoss() - Method in class io.agora.rtc.AudioProcessingStats
 
getEchoReturnLossEnhancement() - Method in class io.agora.rtc.AudioProcessingStats
 
getEglContext() - Method in class io.agora.rtc.ExternalVideoFrame
 
getEglType() - Method in class io.agora.rtc.ExternalVideoFrame
 
getEnableAudioDevice() - Method in class io.agora.rtc.AgoraServiceConfig
 
getEnableAudioProcessor() - Method in class io.agora.rtc.AgoraServiceConfig
 
getEnableAudioRecordingOrPlayout() - Method in class io.agora.rtc.RtcConnConfig
 
getEnabled() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getEnableVideo() - Method in class io.agora.rtc.AgoraServiceConfig
 
getEncodeAlpha() - Method in class io.agora.rtc.VideoEncoderConfig
 
getEncodedFrameOnly() - Method in class io.agora.rtc.VideoSubscriptionOptions
 
getEncodedFrameOnly() - Method in class io.agora.rtc.VideoTrackInfo
 
getEncodeFrameRate() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getEncoderType() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getEncryptionKdfSalt() - Method in class io.agora.rtc.EncryptionConfig
 
getEncryptionKey() - Method in class io.agora.rtc.EncryptionConfig
 
getEncryptionMode() - Method in class io.agora.rtc.EncryptionConfig
 
getExecutorService() - Method in class io.agora.rtc.AgoraService
 
getExpectedBitrateBps() - Method in class io.agora.rtc.PeerDownlinkInfo
 
getExpectedDownlinkBitrate() - Method in class io.agora.rtc.LastmileProbeConfig
 
getExpectedUplinkBitrate() - Method in class io.agora.rtc.LastmileProbeConfig
 
getExtSeqnum() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getFarFiledFlag() - Method in class io.agora.rtc.AudioFrame
 
getFecActionCounter() - Method in class io.agora.rtc.AnaStats
 
getFftSz() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getFileSize() - Method in class io.agora.rtc.CacheStatistics
 
getFillAlphaBuffer() - Method in class io.agora.rtc.ExternalVideoFrame
 
getFilterLength() - Method in class io.agora.rtc.audio3a.AecConfig
 
getFirstAudioPacketDuration() - Method in class io.agora.rtc.RtcStats
 
getFirstAudioPacketDurationAfterUnmute() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoKeyFrameDecodedDurationAfterUnmute() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoKeyFramePacketDuration() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoKeyFramePacketDurationAfterUnmute() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoKeyFrameRenderedDurationAfterUnmute() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoPacketDuration() - Method in class io.agora.rtc.RtcStats
 
getFirstVideoPacketDurationAfterUnmute() - Method in class io.agora.rtc.RtcStats
 
getFormat() - Method in class io.agora.rtc.ExternalVideoFrame
 
getFormat() - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
getFps() - Method in class io.agora.rtc.VideoFormat
 
getFractionLost() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getFrameLengthDecreaseCounter() - Method in class io.agora.rtc.AnaStats
 
getFrameLengthIncreaseCounter() - Method in class io.agora.rtc.AnaStats
 
getFrameLossRate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getFramerate() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getFramerate() - Method in class io.agora.rtc.SimulcastStreamConfig
 
getFrameRate() - Method in class io.agora.rtc.VideoEncoderConfig
 
getFrameRenderDelayMs() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getFramesEncoded() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getFramesPerSecond() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getFrameType() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getFrequency() - Method in class io.agora.rtc.ContentInspectModule
 
getFrozenRate() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getFrozenRate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getFrqInputAvailableFlag() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getGatewayRtt() - Method in class io.agora.rtc.RtcStats
 
getGopInMs() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getHasAudio() - Method in class io.agora.rtc.UserInfo
 
getHasVideo() - Method in class io.agora.rtc.UserInfo
 
getHeight() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getHeight() - Method in class io.agora.rtc.ExternalVideoFrame
 
getHeight() - Method in class io.agora.rtc.LiveTranscoding
 
getHeight() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getHeight() - Method in class io.agora.rtc.MixerLayoutConfig
 
getHeight() - Method in class io.agora.rtc.Rectangle
 
getHeight() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getHeight() - Method in class io.agora.rtc.RtcImage
 
getHeight() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getHeight() - Method in class io.agora.rtc.TranscodingUser
 
getHeight() - Method in class io.agora.rtc.TranscodingVideoStream
 
getHeight() - Method in class io.agora.rtc.VideoDimensions
 
getHeight() - Method in class io.agora.rtc.VideoFormat
 
getHeight() - Method in class io.agora.rtc.VideoFrame
 
getHopSz() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getId() - Method in class io.agora.rtc.CapabilityItem
 
getId() - Method in class io.agora.rtc.RtcConnInfo
 
getId() - Method in class io.agora.rtc.TextureId
 
getImagePath() - Method in class io.agora.rtc.MixerLayoutConfig
 
getImageUrl() - Method in class io.agora.rtc.TranscodingVideoStream
 
getInactivePercent() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getInactivePercent() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getInputFrameRate() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getInputNumberOfChannels() - Method in class io.agora.rtc.AudioSessionConfig
 
getInt(String, Out) - Method in class io.agora.rtc.AgoraParameter
Gets an integer parameter.
getInternalCodec() - Method in class io.agora.rtc.LocalAudioStats
 
getInternalUid() - Method in class io.agora.rtc.RtcConnInfo
 
getIoBufferDuration() - Method in class io.agora.rtc.AudioSessionConfig
 
getIsLocal() - Method in class io.agora.rtc.VideoTrackInfo
 
getJitter() - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
getJitterBufferDelay() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getJitterMs() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getJointThr() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getLanguage() - Method in class io.agora.rtc.MediaStreamInfo
 
getLastmileBufferDelayTimeMs() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
getLastmileDelay() - Method in class io.agora.rtc.RtcStats
 
getLeft() - Method in class io.agora.rtc.MixerLayoutConfig
 
getLocalAudioStatistics() - Method in class io.agora.rtc.AgoraLocalUser
Gets the local audio statistics.
getLocalAudioTrackPublishVolume(Out) - Method in class io.agora.rtc.AgoraRtcConn
Gets the current publish volume of the local audio track.
getLocalAudioTrackState() - Method in class io.agora.rtc.AgoraRtcConn
Gets the current state of the local audio track.
getLocalAudioTrackStats() - Method in class io.agora.rtc.AgoraRtcConn
Retrieves the statistics of the local audio track.
getLocalSsrc() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getLocalUser() - Method in class io.agora.rtc.AgoraRtcConn
Gets local user object
getLocalUserId() - Method in class io.agora.rtc.RtcConnInfo
 
getLocalVideoTrackState() - Method in class io.agora.rtc.AgoraRtcConn
Gets the current state of the local audio track.
getLocalVideoTrackStatistics() - Method in class io.agora.rtc.AgoraRtcConn
Retrieves the statistics of the local video track.
getLogFilePath() - Method in class io.agora.rtc.AgoraServiceConfig
 
getLogFileSize() - Method in class io.agora.rtc.AgoraServiceConfig
 
getLogFilters() - Method in class io.agora.rtc.AgoraServiceConfig
 
getLowLatency() - Method in class io.agora.rtc.LiveTranscoding
 
getMatrix() - Method in class io.agora.rtc.ColorSpace
 
getMatrix() - Method in class io.agora.rtc.ExternalVideoFrame
 
getMatrix() - Method in class io.agora.rtc.VideoFrame
 
getMaxBitrate() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getMaxDigitalGaindB() - Method in class io.agora.rtc.audio3a.AgcConfig
Gets the maximum digital AGC gain in dB.
getMaxPort() - Method in class io.agora.rtc.RtcConnConfig
 
getMaxSendBitrate() - Method in class io.agora.rtc.RtcConnConfig
 
getMediaBitrateBps() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getMediaControlPacketSender() - Method in class io.agora.rtc.AgoraLocalUser
Gets the media control packet sender.
getMemoryAppUsageInKbytes() - Method in class io.agora.rtc.RtcStats
 
getMemoryAppUsageRatio() - Method in class io.agora.rtc.RtcStats
 
getMemoryTotalUsageRatio() - Method in class io.agora.rtc.RtcStats
 
getMetadata() - Method in class io.agora.rtc.LiveTranscoding
 
getMetadataBuffer() - Method in class io.agora.rtc.ExternalVideoFrame
 
getMetadataBuffer() - Method in class io.agora.rtc.VideoFrame
 
getMicrophoneMute(Out) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
getMicrophoneVolume(Out) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
getMinBitrate() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getMinBitrate() - Method in class io.agora.rtc.VideoEncoderConfig
 
getMinPort() - Method in class io.agora.rtc.RtcConnConfig
 
getMirror() - Method in class io.agora.rtc.MixerLayoutConfig
 
getMirror() - Method in class io.agora.rtc.TranscodingVideoStream
 
getMirrorApplied() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
getMirrorMode() - Method in class io.agora.rtc.VideoEncoderConfig
 
getMissedAudioFrames() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getMode() - Method in class io.agora.rtc.AudioParams
 
getModelPath() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
getMusicProb() - Method in class io.agora.rtc.AudioFrame
 
getName() - Method in class io.agora.rtc.CapabilityItem
 
getName() - Method in class io.agora.rtc.SrcInfo
 
getNativeHandle() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Gets the native handle of the local audio track.
getNativeHandle() - Method in class io.agora.rtc.AgoraLocalVideoTrack
Gets the native handle of the local video track.
getNativeHandle() - Method in class io.agora.rtc.AgoraRemoteAudioTrack
Gets the native handle of the remote audio track.
getNativeHandle() - Method in class io.agora.rtc.AgoraRemoteVideoTrack
Gets the native handle of the remote video track.
getNetworkTransportDelay() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getNumber(String, Out) - Method in class io.agora.rtc.AgoraParameter
Gets a numeric parameter.
getNumberOfChannels() - Method in class io.agora.rtc.AudioSubscriptionOptions
 
getNumberOfChannels() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getNumberOfChannels() - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
getNumberOfStreams() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getNumChannels() - Method in class io.agora.rtc.AudioPcmFrame
 
getNumChannels() - Method in class io.agora.rtc.LocalAudioStats
 
getNumChannels() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getObservationPosition() - Method in class io.agora.rtc.VideoTrackInfo
 
getObservedAudioFramePosition() - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
getObservedAudioFramePosition() - Method in interface io.agora.rtc.IAudioFrameObserver
 
getOneFrameSize() - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
getOrientationMode() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getOrientationMode() - Method in class io.agora.rtc.VideoEncoderConfig
 
getOutFrame() - Method in class io.agora.rtc.VadProcessResult
Gets the output frame.
getOutputNumberOfChannels() - Method in class io.agora.rtc.AudioSessionConfig
 
getOverrideSpeaker() - Method in class io.agora.rtc.AudioSessionConfig
 
getOwnerUid() - Method in class io.agora.rtc.VideoTrackInfo
 
getPacketLossRate() - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
getPacketLossRate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getPacketOnly() - Method in class io.agora.rtc.AudioSubscriptionOptions
 
getPacketsBeforeFirstKeyFramePacket() - Method in class io.agora.rtc.RtcStats
 
getPacketsLost() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getPacketsSent() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getPcmDataOnly() - Method in class io.agora.rtc.AudioSubscriptionOptions
 
getPeerDownlinkInfo() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
getPitch() - Method in class io.agora.rtc.AudioFrame
 
getPlaybackAndRecord() - Method in class io.agora.rtc.AudioSessionConfig
 
getPlaybackSignalVolume(Out) - Method in class io.agora.rtc.AgoraLocalUser
Gets the playback signal volume.
getPlayerId() - Method in class io.agora.rtc.PlayerUpdatedInfo
 
getPlayoutVolume(Out) - Method in class io.agora.rtc.AgoraAudioTrack
 
getPlayPosition() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getPresentationMs() - Method in class io.agora.rtc.AudioFrame
 
getPresentationMs() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getPreStartRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getPreStartRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getPrimaries() - Method in class io.agora.rtc.ColorSpace
 
getProbeDownlink() - Method in class io.agora.rtc.LastmileProbeConfig
 
getProbeUplink() - Method in class io.agora.rtc.LastmileProbeConfig
 
getPublishDuration() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getPublishVolume(Out) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Gets the current publish volume of the local audio track.
getPushedAudioFrames() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getQuality() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getQualityAdaptIndication() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getRange() - Method in class io.agora.rtc.ColorSpace
 
getReceivedBitrate() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getReceivedBitrate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getReceivedBytes() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getReceivedSampleRate() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getRegulatedCaptureFrameRate() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getRegulatedCaptureHeight() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getRegulatedCaptureWidth() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getRemainingCacheDurationInMs() - Method in class io.agora.rtc.utils.AudioConsumerUtils
Gets the remaining cache duration in milliseconds.
getRemoteUserUid() - Method in class io.agora.rtc.TranscodingVideoStream
 
getRendererOutputFrameRate() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getRenderFrameRate() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getRenderTimeMs() - Method in class io.agora.rtc.AudioFrame
 
getRenderTimeMs() - Method in class io.agora.rtc.VideoFrame
 
getResidualEchoLikelihood() - Method in class io.agora.rtc.AudioProcessingStats
 
getResidualEchoLikelihoodRecentMax() - Method in class io.agora.rtc.AudioProcessingStats
 
getRms() - Method in class io.agora.rtc.AudioFrame
 
getRmsThr() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getRotation() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getRotation() - Method in class io.agora.rtc.ExternalVideoFrame
 
getRotation() - Method in class io.agora.rtc.VideoFrame
 
getRotationApplied() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
getRtpTimestamp() - Method in class io.agora.rtc.AudioFrame
 
getRtt() - Method in class io.agora.rtc.LastmileProbeResult
 
getRttMs() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getRxAudioBytes() - Method in class io.agora.rtc.RtcStats
 
getRxAudioKBitRate() - Method in class io.agora.rtc.RtcStats
 
getRxBytes() - Method in class io.agora.rtc.RtcStats
 
getRxKBitRate() - Method in class io.agora.rtc.RtcStats
 
getRxPacketLossRate() - Method in class io.agora.rtc.RtcStats
 
getRxStreamType() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getRxVideoBytes() - Method in class io.agora.rtc.RtcStats
 
getRxVideoKBitRate() - Method in class io.agora.rtc.RtcStats
 
getSampleRate() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getSampleRate() - Method in class io.agora.rtc.AudioParams
 
getSampleRate() - Method in class io.agora.rtc.AudioSessionConfig
 
getSampleRateHz() - Method in class io.agora.rtc.AudioPcmFrame
 
getSampleRateHz() - Method in class io.agora.rtc.AudioSubscriptionOptions
 
getSampleRateHz() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getSampleRateHz() - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
getSamplesPerCall() - Method in class io.agora.rtc.AudioParams
 
getSamplesPerChannel() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getSamplesPerChannel() - Method in class io.agora.rtc.AudioFrame
 
getSamplesPerChannel() - Method in class io.agora.rtc.AudioPcmFrame
 
getSamplesPerChannel() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getSamplesPerChannel(int) - Method in class io.agora.rtc.utils.AudioConsumerUtils
Calculate samples per channel.
getSamplesPerSec() - Method in class io.agora.rtc.AudioFrame
 
getSamplesPerSec() - Method in class io.agora.rtc.AudioSinkWants
 
getSdkVersion() - Static method in class io.agora.rtc.AgoraService
Gets the SDK version
getSdkVersion() - Static method in class io.agora.rtc.audio3a.AgoraAudioProcessor
Gets the SDK version.
getSenderOptions() - Method in class io.agora.rtc.RtcConnPublishConfig
 
getSendEvenIfEmpty() - Method in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
getSendEvenIfEmpty() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getSendTs() - Method in class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
getSentAudioFrames() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getSentBitrate() - Method in class io.agora.rtc.LocalAudioStats
 
getSentSampleRate() - Method in class io.agora.rtc.LocalAudioStats
 
getSharedContext() - Method in class io.agora.rtc.VideoFrame
 
getSilenceCount(Deque<AgoraAudioVadV2.VadData>, int) - Method in class io.agora.rtc.AgoraAudioVadV2
 
getSize() - Method in class io.agora.rtc.Packet
 
getSize() - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
getSourceId() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getSourceId() - Method in class io.agora.rtc.LocalAudioTrackStats
 
getSourceType() - Method in class io.agora.rtc.TranscodingVideoStream
 
getSourceType() - Method in class io.agora.rtc.VideoTrackInfo
 
getSpeakerMute(Out) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
getSpeakerVolume(Out) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
getSpectrumData() - Method in class io.agora.rtc.UserAudioSpectrumInfo
 
getSpeech() - Method in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
getSpeech() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
getSpeechProtectThreshold() - Method in class io.agora.rtc.audio3a.AnsConfig
Gets the ANS speech protect threshold.
getSsrcMajorStream() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getSsrcMinorStream() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getStartRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getStartRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getStartRmsThreshold() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getStartTime() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
getStartVoiceProb() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getState() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Gets the current state of the local audio track.
getState() - Method in class io.agora.rtc.AgoraLocalVideoTrack
Gets the current state of the local video track.
getState() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getState() - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
getState() - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
getState() - Method in class io.agora.rtc.LastmileProbeResult
 
getState() - Method in class io.agora.rtc.RtcConnInfo
 
getState() - Method in class io.agora.rtc.RtmpConnInfo
 
getState() - Method in class io.agora.rtc.VadProcessResult
Gets the state of the VAD process.
getStatistics() - Method in class io.agora.rtc.AgoraLocalVideoTrack
Retrieves the statistics of the local video track.
getStatistics() - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
getStatistics() - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
getStats() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Retrieves the statistics of the local audio track.
getStopRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getStopRecognizeCount() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getStopRmsThreshold() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getStopVoiceProb() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
getStreamCount() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getStreamIndex() - Method in class io.agora.rtc.MediaStreamInfo
 
getStreamInfo(long) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
getStreamType() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getStreamType() - Method in class io.agora.rtc.MediaStreamInfo
 
getStreamType() - Method in class io.agora.rtc.PeerDownlinkInfo
 
getStreamType() - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
getStreamType() - Method in class io.agora.rtc.VideoTrackInfo
 
getStride() - Method in class io.agora.rtc.ExternalVideoFrame
 
getStride() - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
getString(String, Out) - Method in class io.agora.rtc.AgoraParameter
Gets a string parameter.
getSuppressionMode() - Method in class io.agora.rtc.audio3a.AnsConfig
Gets the ANS noise suppression mode.
getTargetBitrate() - Method in class io.agora.rtc.SenderOptions
 
getTargetleveldB() - Method in class io.agora.rtc.audio3a.AgcConfig
Gets the target digital AGC level in dB.
getTargetMediaBitrateBps() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getTextureId() - Method in class io.agora.rtc.ExternalVideoFrame
 
getTextureId() - Method in class io.agora.rtc.VideoFrame
 
getTimestamp() - Method in class io.agora.rtc.ExternalVideoFrame
 
getTimestamp() - Method in class io.agora.rtc.PacketOptions
 
getToken() - Method in class io.agora.rtc.ChannelMediaInfo
 
getTop() - Method in class io.agora.rtc.MixerLayoutConfig
 
getTotalActiveTime() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getTotalBitrateBps() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getTotalDecodedFrames() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getTotalDownscaleLevelCount() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
getTotalDownscaleLevelCounts() - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
getTotalFrozenTime() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getTotalFrozenTime() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getTotalInputDuration() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getTotalInputEnergy() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getTotalLength() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
getTotalReceivedVideoCount() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
getTrackId() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getTrackId() - Method in class io.agora.rtc.VideoTrackInfo
 
getTrackInfo() - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
getTranscodingExtraInfo() - Method in class io.agora.rtc.LiveTranscoding
 
getTranscodingUsers() - Method in class io.agora.rtc.LiveTranscoding
 
getTransfer() - Method in class io.agora.rtc.ColorSpace
 
getTransportStats() - Method in class io.agora.rtc.AgoraRtcConn
Gets transport statistics
getTxAudioBytes() - Method in class io.agora.rtc.RtcStats
 
getTxAudioKBitRate() - Method in class io.agora.rtc.RtcStats
 
getTxBytes() - Method in class io.agora.rtc.RtcStats
 
getTxKBitRate() - Method in class io.agora.rtc.RtcStats
 
getTxPacketLossRate() - Method in class io.agora.rtc.RtcStats
 
getTxVideoBytes() - Method in class io.agora.rtc.RtcStats
 
getTxVideoKBitRate() - Method in class io.agora.rtc.RtcStats
 
getType() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
getType() - Method in class io.agora.rtc.AudioFrame
 
getType() - Method in class io.agora.rtc.ContentInspectModule
 
getType() - Method in class io.agora.rtc.ExternalVideoFrame
 
getType() - Method in class io.agora.rtc.VideoFrame
 
getType() - Method in class io.agora.rtc.VideoSubscriptionOptions
 
getTypingNoiseDetected() - Method in class io.agora.rtc.LocalAudioDetailedStats
 
getUBuffer() - Method in class io.agora.rtc.VideoFrame
 
getUid() - Method in class io.agora.rtc.AccountInfo
 
getUid() - Method in class io.agora.rtc.ChannelMediaInfo
 
getUid() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getUid() - Method in class io.agora.rtc.PeerDownlinkInfo
 
getUid() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
getUid() - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
getUid() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getUid() - Method in class io.agora.rtc.TranscodingUser
 
getUid() - Method in class io.agora.rtc.UserAudioSpectrumInfo
 
getUint(String, Out) - Method in class io.agora.rtc.AgoraParameter
Gets an unsigned integer parameter.
getUplinkCostTimeMs() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getUplinkPacketLossFraction() - Method in class io.agora.rtc.AnaStats
 
getUplinkReport() - Method in class io.agora.rtc.LastmileProbeResult
 
getUrl() - Method in class io.agora.rtc.RtcImage
 
getUseCVersionAIModule() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getUserAccount() - Method in class io.agora.rtc.AccountInfo
 
getUserCount() - Method in class io.agora.rtc.LiveTranscoding
 
getUserCount() - Method in class io.agora.rtc.RtcStats
 
getUserId() - Method in class io.agora.rtc.AudioVolumeInfo
 
getUserId() - Method in class io.agora.rtc.TranscodingUser
 
getUserId() - Method in class io.agora.rtc.UserInfo
 
getUserInfo(String) - Method in class io.agora.rtc.AgoraRtcConn
Gets user information by user ID
getUserInfoByUid(String) - Method in class io.agora.rtc.AgoraRtcConn
Gets user information by UID
getUserInfoByUserAccount(String) - Method in class io.agora.rtc.AgoraRtcConn
Gets user information by user account
getUserRole() - Method in class io.agora.rtc.AgoraLocalUser
Gets the user role.
getUseStringUid() - Method in class io.agora.rtc.AgoraServiceConfig
 
getUStride() - Method in class io.agora.rtc.VideoFrame
 
getVad() - Method in class io.agora.rtc.AudioVolumeInfo
 
getVadInstance(String, String) - Method in class io.agora.rtc.AgoraAudioVadManager
Retrieves the VAD instance for specified channel and user
getValue() - Method in enum io.agora.rtc.Constants.AecFilterLength
Gets the integer value of the AecFilterLength.
getValue() - Method in enum io.agora.rtc.Constants.AecModelType
Gets the integer value of the AecModelType.
getValue() - Method in enum io.agora.rtc.Constants.AecSuppressionMode
Gets the integer value of the AecSuppressionMode.
getValue() - Method in enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
Gets the integer value of the AgoraAudioProcessingEventType.
getValue() - Method in enum io.agora.rtc.Constants.AIAecSuppressionMode
Gets the integer value of the AIAecSuppressionMode.
getValue() - Method in enum io.agora.rtc.Constants.AnsModelType
Gets the integer value of the AnsModelType.
getValue() - Method in enum io.agora.rtc.Constants.AnsSuppressionMode
Gets the integer value of the AnsSuppressionMode.
getValue() - Method in enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
 
getValue() - Method in enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
 
getValue() - Method in enum io.agora.rtc.Constants.AudioFrameType
 
getValue() - Method in enum io.agora.rtc.Constants.AudioPublishType
Gets the integer value of the audio publish type.
getValue() - Method in enum io.agora.rtc.Constants.BghvsSuppressionMode
Gets the integer value of the BghvsSuppressionMode.
getValue() - Method in enum io.agora.rtc.Constants.BytesPerSample
Gets the integer value of the bytes per sample.
getValue() - Method in enum io.agora.rtc.Constants.CapabilityType
Gets the integer value of the capability type.
getValue() - Method in enum io.agora.rtc.Constants.ClientRoleType
Gets the integer value of the client role type.
getValue() - Method in enum io.agora.rtc.Constants.ConnectionChangedReasonType
Gets the integer value of the connection changed reason type.
getValue() - Method in enum io.agora.rtc.Constants.ContentInspectResult
Gets the integer value of the content inspect result.
getValue() - Method in enum io.agora.rtc.Constants.EncryptionErrorType
Gets the integer value of the encryption error type.
getValue() - Method in enum io.agora.rtc.Constants.ErrorCodeType
 
getValue(Constants.ExternalVideoSourceType) - Static method in enum io.agora.rtc.Constants.ExternalVideoSourceType
 
getValue(Constants.LogLevel) - Static method in enum io.agora.rtc.Constants.LogLevel
 
getValue(Constants.MatrixID) - Static method in enum io.agora.rtc.Constants.MatrixID
 
getValue(Constants.MediaSourceType) - Static method in enum io.agora.rtc.Constants.MediaSourceType
 
getValue(Constants.MediaType) - Static method in enum io.agora.rtc.Constants.MediaType
 
getValue() - Method in enum io.agora.rtc.Constants.NetworkType
Gets the integer value of the network type.
getValue(Constants.PrimaryID) - Static method in enum io.agora.rtc.Constants.PrimaryID
 
getValue() - Method in enum io.agora.rtc.Constants.QualityType
Gets the integer value of the network quality type.
getValue(Constants.RangeID) - Static method in enum io.agora.rtc.Constants.RangeID
 
getValue(Constants.RemoteAudioState) - Static method in enum io.agora.rtc.Constants.RemoteAudioState
 
getValue(Constants.RemoteAudioStateReason) - Static method in enum io.agora.rtc.Constants.RemoteAudioStateReason
 
getValue(Constants.ThreadPriorityType) - Static method in enum io.agora.rtc.Constants.ThreadPriorityType
 
getValue(Constants.TMixMode) - Static method in enum io.agora.rtc.Constants.TMixMode
 
getValue(Constants.TransferID) - Static method in enum io.agora.rtc.Constants.TransferID
 
getValue() - Method in enum io.agora.rtc.Constants.UploadErrorReason
Gets the integer value of the upload error reason.
getValue() - Method in enum io.agora.rtc.Constants.UserOfflineReasonType
Gets the integer value of the user offline reason type.
getValue(Constants.VadState) - Static method in enum io.agora.rtc.Constants.VadState
 
getValue() - Method in enum io.agora.rtc.Constants.VideoPublishType
Gets the integer value of the video publish type.
getValue(Constants.VideoSourceType) - Static method in enum io.agora.rtc.Constants.VideoSourceType
 
getVBuffer() - Method in class io.agora.rtc.VideoFrame
 
getVideoBitrate() - Method in class io.agora.rtc.LiveTranscoding
 
getVideoBitRate() - Method in class io.agora.rtc.MediaStreamInfo
 
getVideoCodecProfile() - Method in class io.agora.rtc.LiveTranscoding
 
getVideoEncoderTargetBitrateBps() - Method in class io.agora.rtc.UplinkNetworkInfo
 
getVideoFrameRate() - Method in class io.agora.rtc.LiveTranscoding
 
getVideoFrameRate() - Method in class io.agora.rtc.MediaStreamInfo
 
getVideoGop() - Method in class io.agora.rtc.LiveTranscoding
 
getVideoHeight() - Method in class io.agora.rtc.MediaStreamInfo
 
getVideoPixelFormatPreference() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
getVideoPublishType() - Method in class io.agora.rtc.RtcConnPublishConfig
 
getVideoRecvMediaPacket() - Method in class io.agora.rtc.RtcConnConfig
 
getVideoRotation() - Method in class io.agora.rtc.MediaStreamInfo
 
getVideoWidth() - Method in class io.agora.rtc.MediaStreamInfo
 
getVoicePitch() - Method in class io.agora.rtc.AudioVolumeInfo
 
getVoicePitch() - Method in class io.agora.rtc.LocalAudioStats
 
getVoiceProb() - Method in class io.agora.rtc.AudioFrame
 
getVoiceProbThr() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
getVolume() - Method in class io.agora.rtc.AudioVolumeInfo
 
getVStride() - Method in class io.agora.rtc.VideoFrame
 
getWatermark() - Method in class io.agora.rtc.LiveTranscoding
 
getWatermarkCount() - Method in class io.agora.rtc.LiveTranscoding
 
getWidth() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
getWidth() - Method in class io.agora.rtc.LiveTranscoding
 
getWidth() - Method in class io.agora.rtc.LocalVideoTrackStats
 
getWidth() - Method in class io.agora.rtc.MixerLayoutConfig
 
getWidth() - Method in class io.agora.rtc.Rectangle
 
getWidth() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
getWidth() - Method in class io.agora.rtc.RtcImage
 
getWidth() - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
getWidth() - Method in class io.agora.rtc.TranscodingUser
 
getWidth() - Method in class io.agora.rtc.TranscodingVideoStream
 
getWidth() - Method in class io.agora.rtc.VideoDimensions
 
getWidth() - Method in class io.agora.rtc.VideoFormat
 
getWidth() - Method in class io.agora.rtc.VideoFrame
 
getWidthRatio() - Method in class io.agora.rtc.WatermarkRatio
 
getX() - Method in class io.agora.rtc.Rectangle
 
getX() - Method in class io.agora.rtc.RtcImage
 
getX() - Method in class io.agora.rtc.TranscodingUser
 
getX() - Method in class io.agora.rtc.TranscodingVideoStream
 
getXRatio() - Method in class io.agora.rtc.WatermarkRatio
 
getY() - Method in class io.agora.rtc.Rectangle
 
getY() - Method in class io.agora.rtc.RtcImage
 
getY() - Method in class io.agora.rtc.TranscodingUser
 
getY() - Method in class io.agora.rtc.TranscodingVideoStream
 
getYBuffer() - Method in class io.agora.rtc.VideoFrame
 
getYRatio() - Method in class io.agora.rtc.WatermarkRatio
 
getYStride() - Method in class io.agora.rtc.VideoFrame
 
getZOrder() - Method in class io.agora.rtc.MixerLayoutConfig
 
getZOrder() - Method in class io.agora.rtc.RtcImage
 
getZOrder() - Method in class io.agora.rtc.TranscodingUser
 
getZOrder() - Method in class io.agora.rtc.TranscodingVideoStream
 
gopInMs - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 

H

HARDWARE_ENCODER - Static variable in class io.agora.rtc.Constants
Hardware encoder.
hasAudio - Variable in class io.agora.rtc.UserInfo
 
hasVideo - Variable in class io.agora.rtc.UserInfo
 
height() - Method in class io.agora.rtc.AgoraVideoFrame
 
height - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The height (px) of the video.
height - Variable in class io.agora.rtc.ExternalVideoFrame
Height of the incoming video frame.
height - Variable in class io.agora.rtc.LiveTranscoding
 
height - Variable in class io.agora.rtc.LocalVideoTrackStats
The frame height (pixel).
height - Variable in class io.agora.rtc.MixerLayoutConfig
 
height - Variable in class io.agora.rtc.Rectangle
 
height - Variable in class io.agora.rtc.RemoteVideoTrackStats
Height (pixels) of the video stream.
height - Variable in class io.agora.rtc.RtcImage
 
height - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
height - Variable in class io.agora.rtc.TranscodingUser
 
height - Variable in class io.agora.rtc.TranscodingVideoStream
 
height - Variable in class io.agora.rtc.VideoDimensions
 
height - Variable in class io.agora.rtc.VideoFormat
 
height - Variable in class io.agora.rtc.VideoFrame
Video pixel height.
hopSz - Variable in class io.agora.rtc.AgoraAudioVadConfig
fft-Hop Size, will be used to check, default value is 160

I

IAgoraAudioProcessorEventHandler - Interface in io.agora.rtc.audio3a
The IAgoraAudioProcessorEventHandler interface.
IAgoraMediaPlayerSourceObserver - Interface in io.agora.rtc
 
IAudioDeviceManagerObserver - Interface in io.agora.rtc
 
IAudioEncodedFrameObserver - Interface in io.agora.rtc
 
IAudioFrameObserver - Interface in io.agora.rtc
 
IAudioSink - Interface in io.agora.rtc
 
ICapabilitesObserver - Interface in io.agora.rtc
 
id - Variable in class io.agora.rtc.CapabilityItem
 
id - Variable in class io.agora.rtc.RtcConnInfo
 
id - Variable in class io.agora.rtc.TextureId
 
ILocalUserObserver - Interface in io.agora.rtc
 
imagePath - Variable in class io.agora.rtc.MixerLayoutConfig
 
imageUrl - Variable in class io.agora.rtc.TranscodingVideoStream
 
IMediaCtrlPacketReceiver - Interface in io.agora.rtc
 
IMediaPacketReceiver - Interface in io.agora.rtc
 
inactivePercent - Variable in class io.agora.rtc.AgoraAudioVadConfig
inactive percent, if below this percent, will be recognized as non-speaking, default value is 0.2
inactivePercent - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
The percentage of inactive frames required in stopRecognizeCount frames to enter stop speaking state.
INetworkObserver - Interface in io.agora.rtc
 
info(String) - Static method in class io.agora.rtc.AgoraLogger
Info level log.
info(String, Object...) - Static method in class io.agora.rtc.AgoraLogger
Info level log - optimized for delayed string concatenation.
infoEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
init() - Method in class io.agora.rtc.AgoraAudioSink
 
init() - Method in class io.agora.rtc.AgoraMediaCtrlPacketReceiver
 
init() - Method in class io.agora.rtc.AgoraService
 
init(String, String, IAgoraAudioProcessorEventHandler, AgoraAudioProcessorConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
Initializes the audio processor with the specified parameters.
initData() - Method in class io.agora.rtc.AgoraAudioVadV2
 
initDataStream() - Method in class io.agora.rtc.AgoraRtcConn
 
initialize(AgoraAudioVadConfig) - Method in class io.agora.rtc.AgoraAudioVad
Initialize the VAD module
initialize(AgoraServiceConfig) - Method in class io.agora.rtc.AgoraService
Initializes the Agora service with the specified configuration.
initRtcConn(AgoraService, AgoraMediaNodeFactory, RtcConnPublishConfig) - Method in class io.agora.rtc.AgoraRtcConn
Initializes the RTC connection.
initWithDeviceId(String) - Method in class io.agora.rtc.AgoraCameraCapturer
 
initWithDeviceName(String) - Method in class io.agora.rtc.AgoraCameraCapturer
 
initWithWindowId(long, Rectangle) - Method in class io.agora.rtc.AgoraScreenCapturer
 
INJECT_STREAM_STATUS_BROKEN - Static variable in class io.agora.rtc.Constants
The external video stream is broken.
INJECT_STREAM_STATUS_START_ALREADY_EXISTS - Static variable in class io.agora.rtc.Constants
The external video stream already exists.
INJECT_STREAM_STATUS_START_FAILED - Static variable in class io.agora.rtc.Constants
The external video stream failed to import.
INJECT_STREAM_STATUS_START_SUCCESS - Static variable in class io.agora.rtc.Constants
The external video stream imported successfully.
INJECT_STREAM_STATUS_START_TIMEDOUT - Static variable in class io.agora.rtc.Constants
Import external video stream timeout.
INJECT_STREAM_STATUS_START_UNAUTHORIZED - Static variable in class io.agora.rtc.Constants
The external video stream import is unauthorized
INJECT_STREAM_STATUS_STOP_FAILED - Static variable in class io.agora.rtc.Constants
Importing the external video stream failed.
INJECT_STREAM_STATUS_STOP_NOT_FOUND - Static variable in class io.agora.rtc.Constants
No external video stream is found.
INJECT_STREAM_STATUS_STOP_SUCCESS - Static variable in class io.agora.rtc.Constants
The xternal video stream imports successfully.
INJECT_STREAM_STATUS_STOP_TIMEDOUT - Static variable in class io.agora.rtc.Constants
Importing the external video stream timeout.
INJECT_STREAM_STATUS_STOP_UNAUTHORIZED - Static variable in class io.agora.rtc.Constants
The external video stream is stopped from being unauthorized.
inputFrameRate - Variable in class io.agora.rtc.LocalVideoTrackStats
The input frame rate (fps).
inputNumberOfChannels - Variable in class io.agora.rtc.AudioSessionConfig
 
InternalCapabilitesObserver() - Constructor for class io.agora.rtc.AgoraRtcConn.InternalCapabilitesObserver
 
internalCodec - Variable in class io.agora.rtc.LocalAudioStats
The internal payload codec.
internalUid - Variable in class io.agora.rtc.RtcConnInfo
 
interruptAudio() - Method in class io.agora.rtc.AgoraRtcConn
Interrupts the audio track.
INTERVAL_ONE_FRAME - Static variable in class io.agora.rtc.utils.AudioConsumerUtils
 
INTERVAL_PCM_INTERRUPT - Static variable in class io.agora.rtc.utils.AudioConsumerUtils
 
io.agora.rtc - package io.agora.rtc
 
io.agora.rtc.audio3a - package io.agora.rtc.audio3a
 
io.agora.rtc.utils - package io.agora.rtc.utils
 
ioBufferDuration - Variable in class io.agora.rtc.AudioSessionConfig
 
IRtcConnObserver - Interface in io.agora.rtc
The observer interface for RTC connection events.
IRtmpStreamingObserver - Interface in io.agora.rtc
 
isActivity - Variable in class io.agora.rtc.AgoraAudioVadV2.VadData
 
isDebugEnabled() - Static method in class io.agora.rtc.AgoraLogger
Check if the specified log level is enabled.
isDirectSend - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
isEnableAecAutoReset() - Method in class io.agora.rtc.audio3a.AecConfig
 
isEnabled() - Method in class io.agora.rtc.AgoraLocalAudioTrack
Checks if the local audio track is enabled.
isEnabled() - Method in class io.agora.rtc.audio3a.AecConfig
 
isEnabled() - Method in class io.agora.rtc.audio3a.AgcConfig
Checks if AGC is enabled.
isEnabled() - Method in class io.agora.rtc.audio3a.AnsConfig
Checks if ANS is enabled.
isEnabled() - Method in class io.agora.rtc.audio3a.BghvsConfig
Checks if BGHVS is enabled.
isErrorEnabled() - Static method in class io.agora.rtc.AgoraLogger
Check if the ERROR log level is enabled.
isInfoEnabled() - Static method in class io.agora.rtc.AgoraLogger
Check if the INFO log level is enabled.
isInitialized - Variable in class io.agora.rtc.AgoraAudioVadManager
Flag indicating whether the manager has been initialized
isLoaded - Static variable in class io.agora.rtc.SDK
 
isLocal - Variable in class io.agora.rtc.VideoTrackInfo
 
isNewRound() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
isNullOrEmpty(String) - Static method in class io.agora.rtc.utils.Utils
 
isPublishAudio - Variable in class io.agora.rtc.RtcConnPublishConfig
 
isPublishAudio() - Method in class io.agora.rtc.RtcConnPublishConfig
 
isPublishedAudio - Variable in class io.agora.rtc.AgoraLocalUser
 
isPublishedVideo - Variable in class io.agora.rtc.AgoraLocalUser
 
isPublishVideo - Variable in class io.agora.rtc.RtcConnPublishConfig
 
isPublishVideo() - Method in class io.agora.rtc.RtcConnPublishConfig
 
isPushCompleted() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
isPushToRtcCompleted() - Method in class io.agora.rtc.AgoraRtcConn
 
isRegistered - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
isRegistered() - Method in class io.agora.rtc.LocalUserObserverWrapper
 
isStereoAecEnabled() - Method in class io.agora.rtc.audio3a.AecConfig
 
isUseAnalogMode() - Method in class io.agora.rtc.audio3a.AgcConfig
Checks if analog AGC mode is used.
isVadActive(AudioFrame, AgoraAudioVadConfigV2) - Method in class io.agora.rtc.AgoraAudioVadV2
 
isWarnEnabled() - Static method in class io.agora.rtc.AgoraLogger
Check if the WARN log level is enabled.
IVideoEncodedFrameObserver - Interface in io.agora.rtc
 
IVideoEncodedImageReceiver - Interface in io.agora.rtc
 
IVideoFrameObserver - Interface in io.agora.rtc
 
IVideoFrameObserver2 - Interface in io.agora.rtc
 

J

jitter - Variable in class io.agora.rtc.LastmileProbeOneWayResult
 
jitterBufferDelay - Variable in class io.agora.rtc.RemoteAudioTrackStats
Delay (ms) from the receiver to the jitter buffer.
jitterMs - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
jointThr - Variable in class io.agora.rtc.AgoraAudioVadConfig
joint threshold in dB, default value is 0.0

L

labelFile - Variable in class io.agora.rtc.utils.VadDumpUtils
 
language - Variable in class io.agora.rtc.MediaStreamInfo
 
LASTMILE_PROBE_RESULT_COMPLETE - Static variable in class io.agora.rtc.Constants
1: The last-mile probe result is complete.
LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE - Static variable in class io.agora.rtc.Constants
2: The last-mile network probe test is incomplete and the bandwidth estimation is not available, probably due to limited test resources.
LASTMILE_PROBE_RESULT_UNAVAILABLE - Static variable in class io.agora.rtc.Constants
3: The last-mile network probe test is not carried out, probably due to poor network conditions.
lastmileBufferDelayTimeMs - Variable in class io.agora.rtc.DownlinkNetworkInfo
 
lastmileDelay - Variable in class io.agora.rtc.RtcStats
 
LastmileProbeConfig - Class in io.agora.rtc
 
LastmileProbeConfig() - Constructor for class io.agora.rtc.LastmileProbeConfig
 
LastmileProbeConfig(int, int, int, int) - Constructor for class io.agora.rtc.LastmileProbeConfig
 
LastmileProbeOneWayResult - Class in io.agora.rtc
 
LastmileProbeOneWayResult() - Constructor for class io.agora.rtc.LastmileProbeOneWayResult
 
LastmileProbeOneWayResult(int, int, int) - Constructor for class io.agora.rtc.LastmileProbeOneWayResult
 
LastmileProbeResult - Class in io.agora.rtc
 
LastmileProbeResult() - Constructor for class io.agora.rtc.LastmileProbeResult
 
LastmileProbeResult(int, LastmileProbeOneWayResult, LastmileProbeOneWayResult, int) - Constructor for class io.agora.rtc.LastmileProbeResult
 
lastSendTimestamp - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
left - Variable in class io.agora.rtc.MixerLayoutConfig
 
LiveTranscoding - Class in io.agora.rtc
 
LiveTranscoding() - Constructor for class io.agora.rtc.LiveTranscoding
 
LiveTranscoding(int, int, int, int, int, int, int, int, int, TranscodingUser, String, String, RtcImage, int, RtcImage, int, int, int, int, int) - Constructor for class io.agora.rtc.LiveTranscoding
 
load() - Static method in class io.agora.rtc.SDK
 
loadExtensionProvider(String, boolean) - Method in class io.agora.rtc.AgoraService
Loads an extension provider.
LOCAL_VIDEO_STREAM_ERROR_CAPTURE_FAILURE - Static variable in class io.agora.rtc.Constants
4: The local video capture fails.
LOCAL_VIDEO_STREAM_ERROR_DEVICE_BUSY - Static variable in class io.agora.rtc.Constants
3: The local video capturer is in use.
LOCAL_VIDEO_STREAM_ERROR_DEVICE_NO_PERMISSION - Static variable in class io.agora.rtc.Constants
2: No permission to use the local video device.
LOCAL_VIDEO_STREAM_ERROR_ENCODE_FAILURE - Static variable in class io.agora.rtc.Constants
5: The local video encoding fails.
LOCAL_VIDEO_STREAM_ERROR_FAILURE - Static variable in class io.agora.rtc.Constants
1: No specified reason for the local video failure.
LOCAL_VIDEO_STREAM_ERROR_OK - Static variable in class io.agora.rtc.Constants
0: The local video is normal.
LOCAL_VIDEO_STREAM_STATE_CAPTURING - Static variable in class io.agora.rtc.Constants
The capturer starts successfully.
LOCAL_VIDEO_STREAM_STATE_ENCODING - Static variable in class io.agora.rtc.Constants
The first video frame is successfully encoded.
LOCAL_VIDEO_STREAM_STATE_FAILED - Static variable in class io.agora.rtc.Constants
The local video fails to start.
LOCAL_VIDEO_STREAM_STATE_STOPPED - Static variable in class io.agora.rtc.Constants
Initial state
LocalAudioDetailedStats - Class in io.agora.rtc
 
LocalAudioDetailedStats() - Constructor for class io.agora.rtc.LocalAudioDetailedStats
 
LocalAudioDetailedStats(int, long, int, int, float, byte, int, int, int, long, int, double, double, int, AnaStats, AudioProcessingStats) - Constructor for class io.agora.rtc.LocalAudioDetailedStats
 
LocalAudioStats - Class in io.agora.rtc
 
LocalAudioStats() - Constructor for class io.agora.rtc.LocalAudioStats
 
LocalAudioStats(int, int, int, int, double) - Constructor for class io.agora.rtc.LocalAudioStats
 
LocalAudioTrackStats - Class in io.agora.rtc
 
LocalAudioTrackStats() - Constructor for class io.agora.rtc.LocalAudioTrackStats
 
LocalAudioTrackStats(int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.LocalAudioTrackStats
 
localSsrc - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
localUser - Variable in class io.agora.rtc.AgoraRtcConn
 
localUserId - Variable in class io.agora.rtc.RtcConnInfo
 
localUserObserver - Variable in class io.agora.rtc.AgoraLocalUser
 
LocalUserObserverWrapper - Class in io.agora.rtc
 
LocalUserObserverWrapper(ILocalUserObserver) - Constructor for class io.agora.rtc.LocalUserObserverWrapper
 
LocalVideoTrackStats - Class in io.agora.rtc
 
LocalVideoTrackStats() - Constructor for class io.agora.rtc.LocalVideoTrackStats
 
LocalVideoTrackStats(long, long, long, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.LocalVideoTrackStats
 
LOG_FILTER_CRITICAL - Static variable in class io.agora.rtc.Constants
Output logs of the CRITICAL level.
LOG_FILTER_DEBUG - Static variable in class io.agora.rtc.Constants
Output all the API logs.
LOG_FILTER_ERROR - Static variable in class io.agora.rtc.Constants
Output logs of the CRITICAL and ERROR level.
LOG_FILTER_INFO - Static variable in class io.agora.rtc.Constants
Output logs of the CRITICAL, ERROR, WARNING, and INFO level.
LOG_FILTER_OFF - Static variable in class io.agora.rtc.Constants
Do not output any log.
LOG_FILTER_WARNING - Static variable in class io.agora.rtc.Constants
Output logs of the CRITICAL, ERROR, and WARNING level.
logFilePath - Variable in class io.agora.rtc.AgoraServiceConfig
The log file path, default is NULL for default log path
logFileSize - Variable in class io.agora.rtc.AgoraServiceConfig
The log file size, KB , set 2048KB to use default log size
logFilters - Variable in class io.agora.rtc.AgoraServiceConfig
The log level, set LOG_LEVEL_INFO to use default log level
logger - Static variable in class io.agora.rtc.AgoraLogger
 
LogLevel(int) - Constructor for enum io.agora.rtc.Constants.LogLevel
 
lowLatency - Variable in class io.agora.rtc.LiveTranscoding
 

M

makeKey(String, String) - Method in class io.agora.rtc.AgoraAudioVadManager
Generates a unique key for VAD instance identification
matrix - Variable in class io.agora.rtc.ColorSpace
 
matrix - Variable in class io.agora.rtc.ExternalVideoFrame
[Texture related parameter] Incoming 4 × 4 transformational matrix.
matrix - Variable in class io.agora.rtc.VideoFrame
[Texture related parameter], Incoming 4 × 4 transformational matrix.
MatrixID(int) - Constructor for enum io.agora.rtc.Constants.MatrixID
 
MAX_CROSS_DEST_CHANNEL_SIZE - Static variable in class io.agora.rtc.Constants
media relay max dest channel size
maxBitrate - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
maxDigitalGaindB - Variable in class io.agora.rtc.audio3a.AgcConfig
Maximum digital AGC gain in dB.
maxPort - Variable in class io.agora.rtc.RtcConnConfig
The maximum port.
maxSendBitrate - Variable in class io.agora.rtc.RtcConnConfig
The maximum sending bitrate.
MEDIA_ENGINE_AUDIO_FILE_MIX_FINISH - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_PLAYOUT_ERROR - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_PLAYOUT_WARNING - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_RECORDING_ERROR - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_RECORDING_WARNING - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_ROLE_AUDIENCE - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_ROLE_BROADCASTER_INTERACTIVE - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_ROLE_BROADCASTER_SOLO - Static variable in class io.agora.rtc.Constants
 
MEDIA_ENGINE_ROLE_COMM_PEER - Static variable in class io.agora.rtc.Constants
 
MEDIA_TYPE_AUDIO_AND_VIDEO - Static variable in class io.agora.rtc.Constants
Audio and video
MEDIA_TYPE_AUDIO_ONLY - Static variable in class io.agora.rtc.Constants
Audio only
MEDIA_TYPE_NONE - Static variable in class io.agora.rtc.Constants
None
MEDIA_TYPE_VIDEO_ONLY - Static variable in class io.agora.rtc.Constants
Video only
mediaBitrateBps - Variable in class io.agora.rtc.LocalVideoTrackStats
The frame rate excluding FEC.
mediaNodeFactory - Variable in class io.agora.rtc.AgoraRtcConn
 
mediaNodeFactory - Variable in class io.agora.rtc.AgoraService
 
mediaPacketReceiver - Variable in class io.agora.rtc.AgoraRemoteVideoTrack
 
MediaSourceType(int) - Constructor for enum io.agora.rtc.Constants.MediaSourceType
 
MediaStreamInfo - Class in io.agora.rtc
 
MediaStreamInfo() - Constructor for class io.agora.rtc.MediaStreamInfo
 
MediaStreamInfo(int, int, byte, byte, int, int, int, int, int, int, int, int, long) - Constructor for class io.agora.rtc.MediaStreamInfo
 
MediaType(int) - Constructor for enum io.agora.rtc.Constants.MediaType
 
memoryAppUsageInKbytes - Variable in class io.agora.rtc.RtcStats
 
memoryAppUsageRatio - Variable in class io.agora.rtc.RtcStats
 
memoryTotalUsageRatio - Variable in class io.agora.rtc.RtcStats
 
metadata - Variable in class io.agora.rtc.LiveTranscoding
 
metadataBuffer - Variable in class io.agora.rtc.ExternalVideoFrame
[Texture related parameter] The MetaData buffer.
metadataBuffer - Variable in class io.agora.rtc.VideoFrame
[Texture related parameter] The MetaData buffer.
minBitrate - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
minBitrate - Variable in class io.agora.rtc.VideoEncoderConfig
(For future use) The minimum encoding bitrate (Kbps).
minPort - Variable in class io.agora.rtc.RtcConnConfig
The minimum port.
mirror - Variable in class io.agora.rtc.MixerLayoutConfig
 
mirror - Variable in class io.agora.rtc.TranscodingVideoStream
 
mirrorMode - Variable in class io.agora.rtc.VideoEncoderConfig
If mirror_type is set to VIDEO_MIRROR_MODE_ENABLED, then the video frame would be mirrored before encoding.
missedAudioFrames - Variable in class io.agora.rtc.LocalAudioTrackStats
 
MixerLayoutConfig - Class in io.agora.rtc
 
MixerLayoutConfig() - Constructor for class io.agora.rtc.MixerLayoutConfig
 
MixerLayoutConfig(int, int, int, int, int, float, byte, String) - Constructor for class io.agora.rtc.MixerLayoutConfig
 
mode - Variable in class io.agora.rtc.AudioParams
The use mode of the audio data: - RAW_AUDIO_FRAME_OP_MODE_READ_ONLY(0): (Default) Read-only mode, in which users can only read the AudioFrame without modifying anything.
modelPath - Variable in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
The file path to the audio processing model.
musicProb - Variable in class io.agora.rtc.AudioFrame
 

N

name - Variable in class io.agora.rtc.CapabilityItem
 
name - Variable in class io.agora.rtc.SrcInfo
 
nativeAddAudioSink(long, AgoraAudioSink, AudioSinkWants) - Method in class io.agora.rtc.AgoraAudioTrack
 
nativeAddRenderer(long, AgoraVideoRenderer, int) - Method in class io.agora.rtc.AgoraVideoTrack
 
nativeAdjustPlaybackSignalVolume(long, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeAdjustPlayoutVolume(long, int) - Method in class io.agora.rtc.AgoraAudioTrack
 
nativeAdjustPublishVolume(long, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeAgoraRtcConnCreate(long, RtcConnConfig) - Method in class io.agora.rtc.AgoraService
 
nativeClearSenderBuffer(long) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeConnect(long, String, String, String) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeCreate() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
nativeCreateAudioDeviceManager(long) - Method in class io.agora.rtc.AgoraService
 
nativeCreateAudioEncodedFrameSender(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateAudioPcmDataSender(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateCameraCapturer(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateCameraVideoTrack(long, AgoraCameraCapturer) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomAudioTrackEncoded(long, AgoraAudioEncodedFrameSender, int) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomAudioTrackPacket(long, AgoraMediaPacketSender) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomAudioTrackPcm(long, AgoraAudioPcmDataSender) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomVideoTrackEncoded(long, AgoraVideoEncodedImageSender, SenderOptions) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomVideoTrackFrame(long, AgoraVideoFrameSender) - Method in class io.agora.rtc.AgoraService
 
nativeCreateCustomVideoTrackPacket(long, AgoraMediaPacketSender) - Method in class io.agora.rtc.AgoraService
 
nativeCreateDataStream(long, Out, int, int) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeCreateDirectCustomAudioTrackPcm(long, AgoraAudioPcmDataSender) - Method in class io.agora.rtc.AgoraService
 
nativeCreateLocalAudioTrack(long) - Method in class io.agora.rtc.AgoraService
 
nativeCreateMediaNodeFactory(long) - Method in class io.agora.rtc.AgoraService
 
nativeCreateMediaPacketSender(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateMediaPlayerAudioTrack(long, AgoraMediaPlayerSource) - Method in class io.agora.rtc.AgoraService
 
nativeCreateMediaPlayerSource(long, int) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateMediaPlayerVideoTrack(long, AgoraMediaPlayerSource) - Method in class io.agora.rtc.AgoraService
 
nativeCreateMixedVideoTrack(long, AgoraVideoMixer) - Method in class io.agora.rtc.AgoraService
 
nativeCreateRecordingDeviceAudioTrack(long, AgoraRecordDevice) - Method in class io.agora.rtc.AgoraService
 
nativeCreateRtmpStreamingService(long, AgoraRtcConn, String) - Method in class io.agora.rtc.AgoraService
 
nativeCreateRtmService(long) - Method in class io.agora.rtc.AgoraService
 
nativeCreateScreenCapturer(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateScreenVideoTrack(long, AgoraScreenCapturer) - Method in class io.agora.rtc.AgoraService
 
nativeCreateVideoEncodedImageSender(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateVideoFrameSender(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateVideoMixer(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeCreateVideoRenderer(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeDestory(long[]) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraAudioEncodedFrameSender
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraAudioPcmDataSender
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraAudioVad
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraMediaCtrlPacketSender
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraMediaNodeFactory
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraMediaPacketReceiver
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraParameter
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraService
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoEncodedImageReceiver
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoEncodedImageSender
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver2
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoFrameSender
 
nativeDestroy(long) - Method in class io.agora.rtc.AgoraVideoTrack
 
nativeDestroyAudioSessionConfig(long, AudioSessionConfig) - Method in class io.agora.rtc.AgoraService
 
nativeDestroyConnInfo(long, RtcConnInfo) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeDestroyLocalAudioStatistics(long, LocalAudioDetailedStats) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeDestroyStatistics(long, LocalVideoTrackStats) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeDestroyStatistics(long, RemoteAudioTrackStats) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeDestroyStatistics(long, RemoteVideoTrackStats) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeDestroyStats(long, LocalAudioTrackStats) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeDestroyTextureId(long, TextureId) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeDestroyTrackInfo(long, VideoTrackInfo) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeDestroyTransportStats(long, RtcStats) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeDestroyUserInfo(long, UserInfo) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeDisableExtension(long, String, String, String) - Method in class io.agora.rtc.AgoraService
 
nativeDisconnect(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeEnableEarMonitor(long, int, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeEnableEncryption(long, int, EncryptionConfig) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeEnableExtension(long, String, String, String, boolean) - Method in class io.agora.rtc.AgoraService
 
nativeEnableLocalPlayback(long, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeEnableSimulcastStream(long, int, SimulcastStreamConfig) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeFillTexture(long, int, int, int, int, TextureId) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeFormat(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeGetAgoraParameter(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetAgoraParameter(long) - Method in class io.agora.rtc.AgoraService
 
nativeGetAudioSessionConfig(long) - Method in class io.agora.rtc.AgoraService
 
nativeGetBool(long, String, Out) - Method in class io.agora.rtc.AgoraParameter
 
nativeGetConnId(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetConnInfo(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetInt(long, String, Out) - Method in class io.agora.rtc.AgoraParameter
 
nativeGetLocalAudioStatistics(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeGetLocalUser(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetMediaControlPacketSender(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeGetMirrorApplied(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeGetNumber(long, String, Out) - Method in class io.agora.rtc.AgoraParameter
 
nativeGetPlaybackSignalVolume(long, Out) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeGetPlayoutVolume(long, Out) - Method in class io.agora.rtc.AgoraAudioTrack
 
nativeGetPublishVolume(long, Out) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeGetRotationApplied(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeGetSdkVersion() - Static method in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
nativeGetState(long) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeGetState(long) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeGetState(long) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeGetState(long) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeGetStatistics(long) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeGetStatistics(long) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeGetStatistics(long) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeGetStats(long) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeGetString(long, String, Out) - Method in class io.agora.rtc.AgoraParameter
 
nativeGetTrackInfo(long) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeGetTransportStats(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetUint(long, String, Out) - Method in class io.agora.rtc.AgoraParameter
 
nativeGetUserInfo(long, String) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetUserInfoByUid(long, String) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetUserInfoByUserAccount(long, String) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeGetUserRole(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeGetVideoPixelFormatPreference(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeHeight(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeInit() - Method in class io.agora.rtc.AgoraMediaPacketReceiver
 
nativeInit(IVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
nativeInit() - Method in class io.agora.rtc.AgoraVideoEncodedImageReceiver
 
nativeInit() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeInit(IVideoFrameObserver2) - Method in class io.agora.rtc.AgoraVideoFrameObserver2
 
nativeInit(long, String, String, IAgoraAudioProcessorEventHandler, AgoraAudioProcessorConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
nativeInitialize(AgoraAudioVadConfig) - Method in class io.agora.rtc.AgoraAudioVad
 
nativeInitialize(long, AgoraServiceConfig) - Method in class io.agora.rtc.AgoraService
 
nativeIsEnabled(long) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeLoad() - Static method in class io.agora.rtc.SDK
 
nativeLoadExtensionProvider(long, String, boolean) - Method in class io.agora.rtc.AgoraService
 
nativeProcess(long, AgoraAudioFrame, AgoraAudioFrame) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
nativeProcessPcmFrame(byte[]) - Method in class io.agora.rtc.AgoraAudioVad
 
nativePublishAudio(long, AgoraLocalAudioTrack) - Method in class io.agora.rtc.AgoraLocalUser
 
nativePublishVideo(long, AgoraLocalVideoTrack) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterAudioEncodedFrameObserver(long, IAudioEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterAudioFrameObserver(long, AgoraAudioFrameObserverWrapper) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterCapabilitesObserver(long, ICapabilitesObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterMediaControlPacketReceiver(long, AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterMediaPacketReceiver(long, AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeRegisterMediaPacketReceiver(long, IMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeRegisterNetworkObserver(long, INetworkObserver) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeRegisterObserver(long, ILocalUserObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterObserver(long, IRtcConnObserver) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeRegisterVideoEncodedFrameObserver(long, AgoraVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRegisterVideoEncodedImageReceiver(long, AgoraVideoEncodedImageReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeRegisterVideoFrameObserver(long, AgoraVideoFrameObserver2) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeRelease(long) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
 
nativeRemoveAudioSink(long, AgoraAudioSink) - Method in class io.agora.rtc.AgoraAudioTrack
 
nativeRemoveRenderer(long, AgoraVideoRenderer, int) - Method in class io.agora.rtc.AgoraVideoTrack
 
nativeRenewToken(long, String) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeResize(long, int, int) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeRotation(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeSend(long, byte[], int, EncodedAudioFrameInfo) - Method in class io.agora.rtc.AgoraAudioEncodedFrameSender
 
nativeSend(long, byte[], int, long, int, int, int, int) - Method in class io.agora.rtc.AgoraAudioPcmDataSender
 
nativeSend(long, byte[], int, EncodedVideoFrameInfo) - Method in class io.agora.rtc.AgoraVideoEncodedImageSender
 
nativeSend(long, ExternalVideoFrame) - Method in class io.agora.rtc.AgoraVideoFrameSender
 
nativeSendAudioMetaData(long, byte[]) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSendCustomReportMessage(long, String, String, String, String, int) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeSendIntraRequest(long, String) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSendStreamMessage(long, int, byte[]) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeSetArray(long, String, String) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetAudioEncoderConfig(long, AudioEncoderConfig) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetAudioScenario(long, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetAudioSessionConfig(long, AudioSessionConfig) - Method in class io.agora.rtc.AgoraService
 
nativeSetAudioSessionPreset(long, int) - Method in class io.agora.rtc.AgoraService
 
nativeSetAudioVolumeIndicationParameters(long, int, int, boolean) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetBool(long, String, boolean) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetEnabled(long, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeSetEnabled(long, int) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeSetInt(long, String, int) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetLogFile(long, String, int) - Method in class io.agora.rtc.AgoraService
 
nativeSetLogFilter(long, int) - Method in class io.agora.rtc.AgoraService
 
nativeSetMaxBufferedAudioFrameNumber(long, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeSetMixedAudioFrameParameters(long, int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetNumber(long, String, double) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetParameters(long, String) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetPlaybackAudioFrameBeforeMixingParameters(long, int, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetPlaybackAudioFrameParameters(long, int, int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetRecordingAudioFrameParameters(long, int, int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetRotation(long, int) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeSetSendDelayMs(long, int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
 
nativeSetString(long, String, String) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetTimestampUs(long, long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeSetUint(long, String, int) - Method in class io.agora.rtc.AgoraParameter
 
nativeSetUserRole(long, int) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSetVideoEncoderConfig(long, VideoEncoderConfig) - Method in class io.agora.rtc.AgoraLocalVideoTrack
 
nativeSize(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeStartLastmileProbeTest(long, LastmileProbeConfig) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeStopLastmileProbeTest(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeSubscribeAllAudio(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSubscribeAllVideo(long, VideoSubscriptionOptions) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSubscribeAudio(long, String) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeSubscribeVideo(long, String, VideoSubscriptionOptions) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeTextureId(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeThroughTheInterface(long) - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
nativeTimestampUs(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeType(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
nativeUnload() - Static method in class io.agora.rtc.SDK
 
nativeUnpublishAudio(long, AgoraLocalAudioTrack) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnpublishVideo(long, AgoraLocalVideoTrack) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterAudioEncodedFrameObserver(long, IAudioEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterAudioFrameObserver(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterCapabilitesObserver(long, ICapabilitesObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterMediaControlPacketReceiver(long, AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterMediaPacketReceiver(long, AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
nativeUnregisterMediaPacketReceiver(long, IMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeUnregisterNetworkObserver(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeUnregisterObserver(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterObserver(long) - Method in class io.agora.rtc.AgoraRtcConn
 
nativeUnregisterVideoEncodedFrameObserver(long, AgoraVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnregisterVideoEncodedImageReceiver(long, AgoraVideoEncodedImageReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
nativeUnregisterVideoFrameObserver(long, AgoraVideoFrameObserver2) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnsubscribeAllAudio(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnsubscribeAllVideo(long) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnsubscribeAudio(long, String) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeUnsubscribeVideo(long, String) - Method in class io.agora.rtc.AgoraLocalUser
 
nativeWidth(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
ndestroy() - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
ndestroy() - Method in class io.agora.rtc.AgoraAudioSink
 
ndestroy() - Method in class io.agora.rtc.AgoraCameraCapturer
 
ndestroy() - Method in class io.agora.rtc.AgoraDeviceInfo
 
ndestroy() - Method in class io.agora.rtc.AgoraMediaCtrlPacketReceiver
 
ndestroy() - Method in class io.agora.rtc.AgoraMediaPacketSender
 
ndestroy() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
ndestroy() - Method in class io.agora.rtc.AgoraRecordDevice
 
ndestroy() - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
ndestroy() - Method in class io.agora.rtc.AgoraRtmService
 
ndestroy() - Method in class io.agora.rtc.AgoraScreenCapturer
 
ndestroy() - Method in class io.agora.rtc.AgoraVideoMixer
 
ndestroy() - Method in class io.agora.rtc.AgoraVideoRenderer
 
networkObserver - Variable in class io.agora.rtc.AgoraRtcConn
 
networkTransportDelay - Variable in class io.agora.rtc.RemoteAudioTrackStats
Network delay (ms) from the sender to the receiver.
NetworkType(int) - Constructor for enum io.agora.rtc.Constants.NetworkType
 
numberOfCapabilities(String) - Method in class io.agora.rtc.AgoraDeviceInfo
 
numberOfChannels - Variable in class io.agora.rtc.AudioSubscriptionOptions
 
numberOfChannels - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
numberOfChannels - Variable in class io.agora.rtc.RtmpStreamingAudioConf
 
numberOfDevices() - Method in class io.agora.rtc.AgoraDeviceInfo
 
numberOfStreams - Variable in class io.agora.rtc.LocalVideoTrackStats
The number of streams.
numChannels - Variable in class io.agora.rtc.AudioPcmFrame
 
numChannels - Variable in class io.agora.rtc.LocalAudioStats
The number of audio channels.
numChannels - Variable in class io.agora.rtc.RemoteAudioTrackStats
The number of channels.
numOfChannels - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 

O

observationPosition - Variable in class io.agora.rtc.VideoTrackInfo
 
observer - Variable in class io.agora.rtc.LocalUserObserverWrapper
 
onActiveSpeaker(AgoraLocalUser, String) - Method in interface io.agora.rtc.ILocalUserObserver
 
onActiveSpeaker(AgoraLocalUser, String) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAgoraCDNTokenWillExpire(AgoraMediaPlayerSource) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onAIQoSCapabilityMissing(AgoraRtcConn, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the client-side version lacks AIQoS capability support.
onApiCallExecuted(AgoraRtcConn, int, String, String) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the result of an API call execution.
onAudioDeviceStateChanged(AgoraAudioDeviceManager, String, int, int) - Method in interface io.agora.rtc.IAudioDeviceManagerObserver
 
onAudioDeviceVolumeChanged(AgoraAudioDeviceManager, int, int, boolean) - Method in interface io.agora.rtc.IAudioDeviceManagerObserver
 
onAudioFrame(AgoraAudioSink, AudioPcmFrame) - Method in interface io.agora.rtc.IAudioSink
 
onAudioMetaDataReceived(AgoraLocalUser, String, byte[]) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioMetaDataReceived(AgoraLocalUser, String, byte[]) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioPublishStateChanged(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioPublishStateChanged(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioSubscribeStateChanged(AgoraLocalUser, String, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioSubscribeStateChanged(AgoraLocalUser, String, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioTrackPublicationFailure(AgoraLocalUser, AgoraLocalAudioTrack, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioTrackPublicationFailure(AgoraLocalUser, AgoraLocalAudioTrack, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioTrackPublishStart(AgoraLocalUser, AgoraLocalAudioTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioTrackPublishStart(AgoraLocalUser, AgoraLocalAudioTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioTrackPublishSuccess(AgoraLocalUser, AgoraLocalAudioTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioTrackPublishSuccess(AgoraLocalUser, AgoraLocalAudioTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioTrackUnpublished(AgoraLocalUser, AgoraLocalAudioTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioTrackUnpublished(AgoraLocalUser, AgoraLocalAudioTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onAudioVolumeIndication(AgoraMediaPlayerSource, int) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onAudioVolumeIndication(AgoraLocalUser, AudioVolumeInfo[], int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onAudioVolumeIndication(AgoraLocalUser, AudioVolumeInfo[], int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onCapabilitesChanged(Capabilities[]) - Method in class io.agora.rtc.AgoraRtcConn.InternalCapabilitesObserver
 
onCapabilitesChanged(Capabilities[]) - Method in interface io.agora.rtc.ICapabilitesObserver
 
onCaptureVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onChangeRoleFailure(AgoraRtcConn) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the local user fails to change the user role.
onChangeRoleSuccess(AgoraRtcConn, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the role of the local user changes successfully.
onChannelMediaRelayStateChanged(AgoraRtcConn, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the state of the channel media relay changes.
onCompleted(AgoraMediaPlayerSource) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onConnected(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the connection state between the SDK and the Agora channel changes to CONNECTION_STATE_CONNECTED(3).
onConnecting(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the connection state between the SDK and the Agora channel changes to CONNECTION_STATE_CONNECTING(2).
onConnectionFailure(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the connection state between the SDK and the Agora channel changes to CONNECTION_STATE_FAILED(5).
onConnectionLicenseValidationFailure(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when connection license verification fails.
onConnectionLost(AgoraRtcConn, RtcConnInfo) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the SDK loses connection with the Agora channel.
onContentInspectResult(AgoraRtcConn, int) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the result of content inspection.
onDeviceStateChanged(AgoraAudioDeviceManager) - Method in interface io.agora.rtc.IAudioDeviceManagerObserver
 
onDisconnected(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the connection state between the SDK and the Agora channel changes to CONNECTION_STATE_DISCONNECTED(1).
onDownlinkNetworkInfoUpdated(AgoraRtcConn, DownlinkNetworkInfo) - Method in interface io.agora.rtc.INetworkObserver
 
onEarMonitoringAudioFrame(AgoraLocalUser, AudioFrame) - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
onEarMonitoringAudioFrame(AgoraLocalUser, AudioFrame) - Method in interface io.agora.rtc.IAudioFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
oneFrameSize - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
onEncodedAudioFrameReceived(String, ByteBuffer, EncodedAudioFrameReceiverInfo) - Method in interface io.agora.rtc.IAudioEncodedFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onEncodedVideoFrame(AgoraVideoEncodedFrameObserver, int, ByteBuffer, EncodedVideoFrameInfo) - Method in interface io.agora.rtc.IVideoEncodedFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onEncodedVideoImageReceived(AgoraVideoEncodedImageReceiver, ByteBuffer, EncodedVideoFrameInfo) - Method in interface io.agora.rtc.IVideoEncodedImageReceiver
 
onEncryptionError(AgoraRtcConn, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when an encryption error happens during the transmission.
onError(int) - Method in interface io.agora.rtc.audio3a.IAgoraAudioProcessorEventHandler
The error callback of the Agora uplink audio processing library.
onError(AgoraRtcConn, int, String) - Method in interface io.agora.rtc.IRtcConnObserver
Reports an error during SDK runtime.
onEvent(Constants.AgoraAudioProcessorEventType) - Method in interface io.agora.rtc.audio3a.IAgoraAudioProcessorEventHandler
The event callback of the Agora uplink audio processing library.
onFirstRemoteAudioDecoded(AgoraLocalUser, String, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onFirstRemoteAudioDecoded(AgoraLocalUser, String, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onFirstRemoteAudioFrame(AgoraLocalUser, String, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onFirstRemoteAudioFrame(AgoraLocalUser, String, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onFirstRemoteVideoDecoded(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onFirstRemoteVideoDecoded(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onFirstRemoteVideoFrame(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onFirstRemoteVideoFrame(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onFirstRemoteVideoFrameRendered(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onFirstRemoteVideoFrameRendered(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onFrame(AgoraVideoFrameObserver2, String, String, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver2
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onIntraRequestReceived(AgoraLocalUser) - Method in interface io.agora.rtc.ILocalUserObserver
 
onIntraRequestReceived(AgoraLocalUser) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onLastmileProbeResult(AgoraRtcConn, LastmileProbeResult) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the result of the last-mile network probe test.
onLastmileQuality(AgoraRtcConn, int) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the quality of the last-mile network.
onLocalAudioTrackStateChanged(AgoraLocalUser, AgoraLocalAudioTrack, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onLocalAudioTrackStateChanged(AgoraLocalUser, AgoraLocalAudioTrack, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onLocalAudioTrackStatistics(AgoraLocalUser, LocalAudioStats) - Method in interface io.agora.rtc.ILocalUserObserver
 
onLocalAudioTrackStatistics(AgoraLocalUser, LocalAudioStats) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onLocalUserRegistered(AgoraRtcConn, int, String) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the local user successfully registers a user account by calling the joinChannelWithUserAccount method.
onLocalVideoTrackStateChanged(AgoraLocalUser, AgoraLocalVideoTrack, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onLocalVideoTrackStateChanged(AgoraLocalUser, AgoraLocalVideoTrack, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onLocalVideoTrackStatistics(AgoraLocalUser, AgoraLocalVideoTrack, LocalVideoTrackStats) - Method in interface io.agora.rtc.ILocalUserObserver
 
onLocalVideoTrackStatistics(AgoraLocalUser, AgoraLocalVideoTrack, LocalVideoTrackStats) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onMediaCtrlPacketReceived(AgoraMediaCtrlPacketReceiver, int, byte[], int) - Method in interface io.agora.rtc.IMediaCtrlPacketReceiver
 
onMediaPacketReceived(AgoraMediaPacketReceiver, byte[], int, PacketOptions) - Method in interface io.agora.rtc.IMediaPacketReceiver
 
onMediaPlayerVideoFrame(AgoraVideoFrameObserver, VideoFrame, int) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onMetaData(AgoraMediaPlayerSource, byte[], int) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onMixedAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
onMixedAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in interface io.agora.rtc.IAudioFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onNetworkTypeChanged(AgoraRtcConn, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the network type is changed.
onPlaybackAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
onPlaybackAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in interface io.agora.rtc.IAudioFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onPlaybackAudioFrameBeforeMixing(AgoraLocalUser, String, String, AudioFrame, VadProcessResult) - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
onPlaybackAudioFrameBeforeMixing(AgoraLocalUser, String, String, AudioFrame, VadProcessResult) - Method in interface io.agora.rtc.IAudioFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onPlayBufferUpdated(AgoraMediaPlayerSource, long) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPlayerEvent(AgoraMediaPlayerSource, int, long, String) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPlayerInfoUpdated(AgoraMediaPlayerSource, PlayerUpdatedInfo) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPlayerSourceStateChanged(AgoraMediaPlayerSource, int, int) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPlayerSrcInfoChanged(AgoraMediaPlayerSource, SrcInfo, SrcInfo) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPositionChanged(AgoraMediaPlayerSource, long) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onPreEncodeScreenVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onPreEncodeVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onPreloadEvent(AgoraMediaPlayerSource, String, int) - Method in interface io.agora.rtc.IAgoraMediaPlayerSourceObserver
 
onReconnected(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Deprecated.
onReconnecting(AgoraRtcConn, RtcConnInfo, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the connection state between the SDK and the Agora channel changes to CONNECTION_STATE_RECONNECTING(4).
onRecordAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
onRecordAudioFrame(AgoraLocalUser, String, AudioFrame) - Method in interface io.agora.rtc.IAudioFrameObserver
Note: To improve data transmission efficiency, the buffer of the frame object is a DirectByteBuffer.
onRemoteAudioTrackStatistics(AgoraLocalUser, AgoraRemoteAudioTrack, RemoteAudioTrackStats) - Method in interface io.agora.rtc.ILocalUserObserver
 
onRemoteAudioTrackStatistics(AgoraLocalUser, AgoraRemoteAudioTrack, RemoteAudioTrackStats) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onRemoteSubscribeFallbackToAudioOnly(AgoraLocalUser, String, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onRemoteSubscribeFallbackToAudioOnly(AgoraLocalUser, String, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onRemoteVideoStreamInfoUpdated(AgoraLocalUser, RemoteVideoStreamInfo) - Method in interface io.agora.rtc.ILocalUserObserver
 
onRemoteVideoStreamInfoUpdated(AgoraLocalUser, RemoteVideoStreamInfo) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onRemoteVideoTrackStatistics(AgoraLocalUser, AgoraRemoteVideoTrack, RemoteVideoTrackStats) - Method in interface io.agora.rtc.ILocalUserObserver
 
onRemoteVideoTrackStatistics(AgoraLocalUser, AgoraRemoteVideoTrack, RemoteVideoTrackStats) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onRenderVideoFrame(AgoraVideoFrameObserver, String, int, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onRoutingChanged(AgoraAudioDeviceManager, int) - Method in interface io.agora.rtc.IAudioDeviceManagerObserver
 
onRtmpStreamingStateChanged(AgoraRtmpStreamingService, String, int, int) - Method in interface io.agora.rtc.IRtmpStreamingObserver
 
onScreenCaptureVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onSecondaryCameraCaptureVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onSecondaryPreEncodeCameraVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onSecondaryPreEncodeScreenVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onSecondaryScreenSaptureVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onSnapshotTaken(AgoraRtcConn, String, int, String, int, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when a snapshot is successfully taken.
onStreamMessage(AgoraLocalUser, String, int, byte[]) - Method in interface io.agora.rtc.ILocalUserObserver
 
onStreamMessage(AgoraLocalUser, String, int, byte[]) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onStreamMessageError(AgoraRtcConn, String, int, int, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the error that occurs when receiving data stream messages.
onStreamPublished(AgoraRtmpStreamingService, String, int) - Method in interface io.agora.rtc.IRtmpStreamingObserver
 
onStreamUnpublished(AgoraRtmpStreamingService, String) - Method in interface io.agora.rtc.IRtmpStreamingObserver
 
onTokenPrivilegeDidExpire(AgoraRtcConn) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the token has expired.
onTokenPrivilegeWillExpire(AgoraRtcConn, String) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the token expires in 30 seconds.
onTranscodedVideoFrame(AgoraVideoFrameObserver, VideoFrame) - Method in interface io.agora.rtc.IVideoFrameObserver
 
onTranscodingUpdated(AgoraRtmpStreamingService) - Method in interface io.agora.rtc.IRtmpStreamingObserver
 
onTransportStats(AgoraRtcConn, RtcStats) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the transport statistics of the connection.
onUplinkNetworkInfoUpdated(AgoraRtcConn, UplinkNetworkInfo) - Method in interface io.agora.rtc.INetworkObserver
 
onUploadLogResult(AgoraRtcConn, String, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the user log upload result.
onUserAccountUpdated(AgoraRtcConn, int, String) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when the user account information is updated.
onUserAudioTrackStateChanged(AgoraLocalUser, String, AgoraRemoteAudioTrack, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserAudioTrackStateChanged(AgoraLocalUser, String, AgoraRemoteAudioTrack, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onUserAudioTrackSubscribed(AgoraLocalUser, String, AgoraRemoteAudioTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserAudioTrackSubscribed(AgoraLocalUser, String, AgoraRemoteAudioTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onUserInfoUpdated(AgoraLocalUser, String, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserInfoUpdated(AgoraLocalUser, String, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onUserJoined(AgoraRtcConn, String) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when a remote user joins the channel.
onUserLeft(AgoraRtcConn, String, int) - Method in interface io.agora.rtc.IRtcConnObserver
Occurs when a remote user leaves the channel.
onUserNetworkQuality(AgoraRtcConn, String, int, int) - Method in interface io.agora.rtc.IRtcConnObserver
Reports the network quality of each user.
onUserStateChanged(AgoraLocalUser, String, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserStateChanged(AgoraLocalUser, String, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onUserVideoTrackStateChanged(AgoraLocalUser, String, AgoraRemoteVideoTrack, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserVideoTrackStateChanged(AgoraLocalUser, String, AgoraRemoteVideoTrack, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onUserVideoTrackSubscribed(AgoraLocalUser, String, VideoTrackInfo, AgoraRemoteVideoTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onUserVideoTrackSubscribed(AgoraLocalUser, String, VideoTrackInfo, AgoraRemoteVideoTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoPublishStateChanged(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoPublishStateChanged(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoSizeChanged(AgoraLocalUser, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoSizeChanged(AgoraLocalUser, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoSubscribeStateChanged(AgoraLocalUser, String, String, int, int, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoSubscribeStateChanged(AgoraLocalUser, String, String, int, int, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoTrackPublicationFailure(AgoraLocalUser, AgoraLocalVideoTrack, int) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoTrackPublicationFailure(AgoraLocalUser, AgoraLocalVideoTrack, int) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoTrackPublishStart(AgoraLocalUser, AgoraLocalVideoTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoTrackPublishStart(AgoraLocalUser, AgoraLocalVideoTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoTrackPublishSuccess(AgoraLocalUser, AgoraLocalVideoTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoTrackPublishSuccess(AgoraLocalUser, AgoraLocalVideoTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVideoTrackUnpublished(AgoraLocalUser, AgoraLocalVideoTrack) - Method in interface io.agora.rtc.ILocalUserObserver
 
onVideoTrackUnpublished(AgoraLocalUser, AgoraLocalVideoTrack) - Method in class io.agora.rtc.LocalUserObserverWrapper
 
onVolumeIndication(AgoraAudioDeviceManager, int) - Method in interface io.agora.rtc.IAudioDeviceManagerObserver
 
onWarning(AgoraRtcConn, int, String) - Method in interface io.agora.rtc.IRtcConnObserver
Reports a warning during SDK runtime.
open(String, long) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
open() - Method in class io.agora.rtc.utils.VadDumpUtils
 
orientationMode - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
orientationMode - Variable in class io.agora.rtc.VideoEncoderConfig
(For future use) The video orientation mode of the video: #ORIENTATION_MODE.
Out<T> - Class in io.agora.rtc
 
Out() - Constructor for class io.agora.rtc.Out
 
outFrame - Variable in class io.agora.rtc.VadProcessResult
 
outputNumberOfChannels - Variable in class io.agora.rtc.AudioSessionConfig
 
overrideSpeaker - Variable in class io.agora.rtc.AudioSessionConfig
 
ownerUid - Variable in class io.agora.rtc.VideoTrackInfo
 

P

Packet - Class in io.agora.rtc
 
Packet() - Constructor for class io.agora.rtc.Packet
 
Packet(byte[], int) - Constructor for class io.agora.rtc.Packet
 
PACKETIZE_MODE_H264_NON_INTERLEAVED - Static variable in class io.agora.rtc.Constants
Packetize Mode H264PacketizeMode
PACKETIZE_MODE_H264_SINGLE_NAL_UNIT - Static variable in class io.agora.rtc.Constants
 
packetLossRate - Variable in class io.agora.rtc.LastmileProbeOneWayResult
 
packetLossRate - Variable in class io.agora.rtc.RemoteVideoTrackStats
Packet loss rate (%) of the remote video stream after using the anti-packet-loss method.
packetOnly - Variable in class io.agora.rtc.AudioSubscriptionOptions
 
PacketOptions - Class in io.agora.rtc
 
PacketOptions() - Constructor for class io.agora.rtc.PacketOptions
 
PacketOptions(int, byte) - Constructor for class io.agora.rtc.PacketOptions
 
packetsBeforeFirstKeyFramePacket - Variable in class io.agora.rtc.RtcStats
 
packetsLost - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
packetsSent - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
PaddedRawPixelBuffer - Class in io.agora.rtc
 
PaddedRawPixelBuffer() - Constructor for class io.agora.rtc.PaddedRawPixelBuffer
 
PaddedRawPixelBuffer(int, byte[], int, int) - Constructor for class io.agora.rtc.PaddedRawPixelBuffer
 
pause() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
pcmConsumeStateUtils - Variable in class io.agora.rtc.AgoraRtcConn
 
PcmConsumeStateUtils - Class in io.agora.rtc
 
PcmConsumeStateUtils() - Constructor for class io.agora.rtc.PcmConsumeStateUtils
 
pcmDataOnly - Variable in class io.agora.rtc.AudioSubscriptionOptions
 
peerDownlinkInfo - Variable in class io.agora.rtc.DownlinkNetworkInfo
 
PeerDownlinkInfo - Class in io.agora.rtc
 
PeerDownlinkInfo() - Constructor for class io.agora.rtc.PeerDownlinkInfo
 
PeerDownlinkInfo(String, int, int, int) - Constructor for class io.agora.rtc.PeerDownlinkInfo
 
performance(String, long) - Static method in class io.agora.rtc.AgoraLogger
Performance monitoring log.
performanceLoggingEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
pitch - Variable in class io.agora.rtc.AudioFrame
 
PITCH_CORRECTION - Static variable in class io.agora.rtc.Constants
A pitch correction effect that corrects the user's pitch based on the pitch of the natural C major scale.
play() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
playbackAndRecord - Variable in class io.agora.rtc.AudioSessionConfig
 
playerId - Variable in class io.agora.rtc.PlayerUpdatedInfo
 
PlayerUpdatedInfo - Class in io.agora.rtc
 
PlayerUpdatedInfo() - Constructor for class io.agora.rtc.PlayerUpdatedInfo
 
PlayerUpdatedInfo(String, String, CacheStatistics) - Constructor for class io.agora.rtc.PlayerUpdatedInfo
 
presentationMs - Variable in class io.agora.rtc.AudioFrame
 
presentationMs - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The presentation timestamp (PTS) of the video frame (ms).
preStartRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfig
pre start recognize count, buffer size for 10ms 16KHz 16bit 1channel PCM, default value is 10
preStartRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
The number of audio frames to save before entering the start speaking state.
primaries - Variable in class io.agora.rtc.ColorSpace
 
PrimaryID(int) - Constructor for enum io.agora.rtc.Constants.PrimaryID
 
probeDownlink - Variable in class io.agora.rtc.LastmileProbeConfig
 
probeUplink - Variable in class io.agora.rtc.LastmileProbeConfig
 
process(String, String, AudioFrame) - Method in class io.agora.rtc.AgoraAudioVadManager
Processes an audio frame through VAD
process(AgoraAudioFrame) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
Processes the given audio frame and returns the processed frame.
process(AgoraAudioFrame, AgoraAudioFrame) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
Processes the given audio frame and returns the processed frame.
processFrame(AudioFrame) - Method in class io.agora.rtc.AgoraAudioVadV2
Process the audio frame
processPcmFrame(byte[]) - Method in class io.agora.rtc.AgoraAudioVad
Process the PCM frame
processSpeaking(AgoraAudioVadV2.VadData, AgoraAudioVadConfigV2) - Method in class io.agora.rtc.AgoraAudioVadV2
 
processStart(AgoraAudioVadV2.VadData, AgoraAudioVadConfigV2) - Method in class io.agora.rtc.AgoraAudioVadV2
 
PUB_STATE_IDLE - Static variable in class io.agora.rtc.Constants
0: The initial publishing state after joining the channel.
PUB_STATE_NO_PUBLISHED - Static variable in class io.agora.rtc.Constants
1: Fails to publish the local stream.
PUB_STATE_PUBLISHED - Static variable in class io.agora.rtc.Constants
3: Publishes successfully.
PUB_STATE_PUBLISHING - Static variable in class io.agora.rtc.Constants
2: Publishing.
publishAudio(AgoraLocalAudioTrack) - Method in class io.agora.rtc.AgoraLocalUser
Publishes the local audio track.
publishAudio() - Method in class io.agora.rtc.AgoraRtcConn
Publishes the audio track.
publishDuration - Variable in class io.agora.rtc.RemoteVideoTrackStats
The total publish duration (ms) of the remote video stream.
publishVideo(AgoraLocalVideoTrack) - Method in class io.agora.rtc.AgoraLocalUser
Publishes the local video track.
publishVideo() - Method in class io.agora.rtc.AgoraRtcConn
Publishes the video track.
pushAudioEncodedData(byte[], EncodedAudioFrameInfo) - Method in class io.agora.rtc.AgoraRtcConn
Pushes audio encoded data.
pushAudioPcmData(byte[], int, int, long) - Method in class io.agora.rtc.AgoraRtcConn
Pushes audio PCM data.
pushAudioPcmData(byte[], int, int) - Method in class io.agora.rtc.AgoraRtcConn
Pushes audio PCM data.
pushedAudioFrames - Variable in class io.agora.rtc.LocalAudioTrackStats
 
pushPcmData(byte[]) - Method in class io.agora.rtc.utils.AudioConsumerUtils
Push pcm data into the cache.
pushVideoEncodedData(byte[], EncodedVideoFrameInfo) - Method in class io.agora.rtc.AgoraRtcConn
Pushes video encoded data.
pushVideoFrame(ExternalVideoFrame) - Method in class io.agora.rtc.AgoraRtcConn
Pushes video frame.

Q

quality - Variable in class io.agora.rtc.RemoteAudioTrackStats
Audio quality received by the user.
QUALITY_REPORT_FORMAT_HTML - Static variable in class io.agora.rtc.Constants
The quality report in HTML format.
QUALITY_REPORT_FORMAT_JSON - Static variable in class io.agora.rtc.Constants
The quality report in JSON format.
qualityAdaptIndication - Variable in class io.agora.rtc.LocalVideoTrackStats
Quality change of the local video in terms of target frame rate and target bit rate in this reported interval.
QualityType(int) - Constructor for enum io.agora.rtc.Constants.QualityType
 

R

r - Variable in class io.agora.rtc.Out
 
range - Variable in class io.agora.rtc.ColorSpace
 
RangeID(int) - Constructor for enum io.agora.rtc.Constants.RangeID
 
RAW_AUDIO_FRAME_OP_MODE_READ_ONLY - Static variable in class io.agora.rtc.Constants
Read-only mode, users only read the AudioFrame data without modifying anything.
RAW_AUDIO_FRAME_OP_MODE_READ_WRITE - Static variable in class io.agora.rtc.Constants
Read and write mode, users read the data from AudioFrame, modify it and then play it.
RAW_AUDIO_FRAME_OP_MODE_WRITE_ONLY - Static variable in class io.agora.rtc.Constants
Write-only mode, users replace the AudioFrame data with their own data and pass it to the SDK for encoding.
receivedBitrate - Variable in class io.agora.rtc.RemoteAudioTrackStats
The average bitrate (Kbps) of the received audio stream in the reported interval.
receivedBitrate - Variable in class io.agora.rtc.RemoteVideoTrackStats
Bitrate (Kbps) received since the last count.
receivedBytes - Variable in class io.agora.rtc.RemoteAudioTrackStats
The number of audio bytes received.
receivedSampleRate - Variable in class io.agora.rtc.RemoteAudioTrackStats
The sample rate (Hz) of the received audio stream in the reported interval.
Rectangle - Class in io.agora.rtc
 
Rectangle() - Constructor for class io.agora.rtc.Rectangle
 
Rectangle(int, int, int, int) - Constructor for class io.agora.rtc.Rectangle
 
refresh() - Method in class io.agora.rtc.AgoraVideoMixer
 
registerAudioEncodedFrameObserver(IAudioEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
Registers an audio encoded frame observer.
registerAudioEncodedFrameObserver(IAudioEncodedFrameObserver) - Method in class io.agora.rtc.AgoraRtcConn
Registers an audio encoded frame observer.
registerAudioFrameObserver(IAudioFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
Registers an audio frame observer.
registerAudioFrameObserver(IAudioFrameObserver, boolean, AgoraAudioVadConfigV2) - Method in class io.agora.rtc.AgoraLocalUser
Registers an audio frame observer with VAD (Voice Activity Detection) enabled.
registerAudioFrameObserver(IAudioFrameObserver) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
registerAudioFrameObserver(IAudioFrameObserver) - Method in class io.agora.rtc.AgoraRecordDevice
 
registerAudioFrameObserver(IAudioFrameObserver, boolean, AgoraAudioVadConfigV2) - Method in class io.agora.rtc.AgoraRtcConn
Registers an audio frame observer with VAD (Voice Activity Detection) enabled.
registerCapabilitesObserver(ICapabilitesObserver) - Method in class io.agora.rtc.AgoraLocalUser
Registers a capabilities observer.
registerLocalUserObserver(ILocalUserObserver) - Method in class io.agora.rtc.AgoraRtcConn
Registers a local user observer.
registerMediaControlPacketReceiver(AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraLocalUser
Registers a media control packet receiver.
registerMediaPacketReceiver(AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
registerMediaPacketReceiver(IMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
registerNetworkObserver(INetworkObserver) - Method in class io.agora.rtc.AgoraRtcConn
Registers a network observer
registerObserver(IAudioDeviceManagerObserver) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
registerObserver(ILocalUserObserver) - Method in class io.agora.rtc.AgoraLocalUser
Registers a local user observer.
registerObserver(IRtcConnObserver) - Method in class io.agora.rtc.AgoraRtcConn
Registers an RTC connection observer
registerObserver(IRtmpStreamingObserver) - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
registerPlayerSourceObserver(IAgoraMediaPlayerSourceObserver) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
registerVideoEncodedFrameObserver(AgoraVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
Registers a video encoded frame observer.
registerVideoEncodedFrameObserver(AgoraVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraRtcConn
Registers a video encoded frame observer.
registerVideoEncodedImageReceiver(AgoraVideoEncodedImageReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
registerVideoFrameObserver(AgoraVideoFrameObserver2) - Method in class io.agora.rtc.AgoraLocalUser
Registers a video frame observer.
registerVideoFrameObserver(AgoraVideoFrameObserver2) - Method in class io.agora.rtc.AgoraRtcConn
Registers a video frame observer.
regulatedCaptureFrameRate - Variable in class io.agora.rtc.LocalVideoTrackStats
The regulated capture frame rate (fps) according to video encoder configuration.
regulatedCaptureHeight - Variable in class io.agora.rtc.LocalVideoTrackStats
The regulated frame height (pixel) of capture frame height according to video encoder configuration.
regulatedCaptureWidth - Variable in class io.agora.rtc.LocalVideoTrackStats
The regulated frame width (pixel) of capture frame width according to video encoder configuration.
RELAY_ERROR_DEST_TOKEN_EXPIRED - Static variable in class io.agora.rtc.Constants
11: The token of the destination channel has expired.
RELAY_ERROR_FAILED_JOIN_DEST - Static variable in class io.agora.rtc.Constants
5: Fails to accept the relay request.
RELAY_ERROR_FAILED_JOIN_SRC - Static variable in class io.agora.rtc.Constants
4: Fails to send the relay request.
RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC - Static variable in class io.agora.rtc.Constants
6: The server fails to receive the media stream.
RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST - Static variable in class io.agora.rtc.Constants
7: The server fails to send the media stream.
RELAY_ERROR_INTERNAL_ERROR - Static variable in class io.agora.rtc.Constants
9: An internal error occurs in the server.
RELAY_ERROR_NO_RESOURCE_AVAILABLE - Static variable in class io.agora.rtc.Constants
3: The SDK fails to access the service, probably due to limited resources of the server.
RELAY_ERROR_SERVER_CONNECTION_LOST - Static variable in class io.agora.rtc.Constants
8: The SDK disconnects from the server due to poor network connections.
RELAY_ERROR_SERVER_ERROR_RESPONSE - Static variable in class io.agora.rtc.Constants
1: An error occurs in the server response.
RELAY_ERROR_SERVER_NO_RESPONSE - Static variable in class io.agora.rtc.Constants
2: No server response.
RELAY_ERROR_SRC_TOKEN_EXPIRED - Static variable in class io.agora.rtc.Constants
10: The token of the source channel has expired.
RELAY_EVENT_NETWORK_CONNECTED - Static variable in class io.agora.rtc.Constants
1: The network reconnects.
RELAY_EVENT_NETWORK_DISCONNECTED - Static variable in class io.agora.rtc.Constants
0: The user disconnects from the server due to poor network connections.
RELAY_EVENT_PACKET_JOINED_DEST_CHANNEL - Static variable in class io.agora.rtc.Constants
3: The user joins the destination channel.
RELAY_EVENT_PACKET_JOINED_SRC_CHANNEL - Static variable in class io.agora.rtc.Constants
2: The user joins the source channel.
RELAY_EVENT_PACKET_RECEIVED_AUDIO_FROM_SRC - Static variable in class io.agora.rtc.Constants
6: The server receives the audio stream from the source channel.
RELAY_EVENT_PACKET_RECEIVED_VIDEO_FROM_SRC - Static variable in class io.agora.rtc.Constants
5: The server receives the video stream from the source channel.
RELAY_EVENT_PACKET_SENT_TO_DEST_CHANNEL - Static variable in class io.agora.rtc.Constants
4: The SDK starts relaying the media stream to the destination channel.
RELAY_EVENT_PACKET_UPDATE_DEST_CHANNEL - Static variable in class io.agora.rtc.Constants
7: The destination channel is updated.
RELAY_EVENT_PACKET_UPDATE_DEST_CHANNEL_IS_NULL - Static variable in class io.agora.rtc.Constants
10: The destination channel name is NULL.
RELAY_EVENT_PACKET_UPDATE_DEST_CHANNEL_NOT_CHANGE - Static variable in class io.agora.rtc.Constants
9: The destination channel does not change, which means that the destination channel fails to be updated.
RELAY_EVENT_PACKET_UPDATE_DEST_CHANNEL_REFUSED - Static variable in class io.agora.rtc.Constants
8: The destination channel update fails due to internal reasons.
RELAY_EVENT_PAUSE_SEND_PACKET_TO_DEST_CHANNEL_FAILED - Static variable in class io.agora.rtc.Constants
13: pause send packet to dest channel failed.
RELAY_EVENT_PAUSE_SEND_PACKET_TO_DEST_CHANNEL_SUCCESS - Static variable in class io.agora.rtc.Constants
12: pause send packet to dest channel success.
RELAY_EVENT_RESUME_SEND_PACKET_TO_DEST_CHANNEL_FAILED - Static variable in class io.agora.rtc.Constants
15: pause send packet to dest channel failed.
RELAY_EVENT_RESUME_SEND_PACKET_TO_DEST_CHANNEL_SUCCESS - Static variable in class io.agora.rtc.Constants
14: resume send packet to dest channel success.
RELAY_EVENT_VIDEO_PROFILE_UPDATE - Static variable in class io.agora.rtc.Constants
11: The video profile is sent to the server.
RELAY_OK - Static variable in class io.agora.rtc.Constants
0: The state is normal.
RELAY_STATE_CONNECTING - Static variable in class io.agora.rtc.Constants
1: The SDK tries to relay the media stream to the destination channel.
RELAY_STATE_FAILURE - Static variable in class io.agora.rtc.Constants
3: A failure occurs.
RELAY_STATE_IDLE - Static variable in class io.agora.rtc.Constants
0: The SDK is initializing.
RELAY_STATE_RUNNING - Static variable in class io.agora.rtc.Constants
2: The SDK successfully relays the media stream to the destination channel.
release() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessor
Releases the resources held by the audio processor.
release() - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
release() - Method in class io.agora.rtc.utils.VadDumpUtils
 
REMOTE_VIDEO_STATE_FAILED - Static variable in class io.agora.rtc.Constants
4: Failed.
REMOTE_VIDEO_STATE_FROZEN - Static variable in class io.agora.rtc.Constants
3: Remote video is frozen, probably due to network issue.
REMOTE_VIDEO_STATE_PLAYING - Static variable in class io.agora.rtc.Constants
2: Remote video is playing.
REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK - Static variable in class io.agora.rtc.Constants
8: The remote media stream falls back to the audio-only stream due to poor network conditions.
REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK_RECOVERY - Static variable in class io.agora.rtc.Constants
9: The remote media stream switches back to the video stream after the network conditions improve.
REMOTE_VIDEO_STATE_REASON_INTERNAL - Static variable in class io.agora.rtc.Constants
0: Internal reasons.
REMOTE_VIDEO_STATE_REASON_LOCAL_MUTED - Static variable in class io.agora.rtc.Constants
3: The local user stops receiving the remote video stream or disables the video module.
REMOTE_VIDEO_STATE_REASON_LOCAL_UNMUTED - Static variable in class io.agora.rtc.Constants
4: The local user resumes receiving the remote video stream or enables the video module.
REMOTE_VIDEO_STATE_REASON_NETWORK_CONGESTION - Static variable in class io.agora.rtc.Constants
1: Network congestion.
REMOTE_VIDEO_STATE_REASON_NETWORK_RECOVERY - Static variable in class io.agora.rtc.Constants
2: Network recovery.
REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED - Static variable in class io.agora.rtc.Constants
5: The remote user stops sending the video stream or disables the video module.
REMOTE_VIDEO_STATE_REASON_REMOTE_OFFLINE - Static variable in class io.agora.rtc.Constants
7: The remote user leaves the channel.
REMOTE_VIDEO_STATE_REASON_REMOTE_UNMUTED - Static variable in class io.agora.rtc.Constants
6: The remote user resumes sending the video stream or enables the video module.
REMOTE_VIDEO_STATE_STARTING - Static variable in class io.agora.rtc.Constants
1: video packet has been received, but not decoded yet.
REMOTE_VIDEO_STATE_STOPPED - Static variable in class io.agora.rtc.Constants
Default state
RemoteAudioState(int) - Constructor for enum io.agora.rtc.Constants.RemoteAudioState
 
RemoteAudioStateReason(int) - Constructor for enum io.agora.rtc.Constants.RemoteAudioStateReason
 
RemoteAudioTrackStats - Class in io.agora.rtc
 
RemoteAudioTrackStats() - Constructor for class io.agora.rtc.RemoteAudioTrackStats
 
RemoteAudioTrackStats(int, int, int, int, int, int, int, int, int, int, long) - Constructor for class io.agora.rtc.RemoteAudioTrackStats
 
remoteUserUid - Variable in class io.agora.rtc.TranscodingVideoStream
 
RemoteVideoStreamInfo - Class in io.agora.rtc
 
RemoteVideoStreamInfo() - Constructor for class io.agora.rtc.RemoteVideoStreamInfo
 
RemoteVideoStreamInfo(int, byte, byte, byte) - Constructor for class io.agora.rtc.RemoteVideoStreamInfo
 
RemoteVideoTrackStats - Class in io.agora.rtc
 
RemoteVideoTrackStats() - Constructor for class io.agora.rtc.RemoteVideoTrackStats
 
RemoteVideoTrackStats(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, long, long) - Constructor for class io.agora.rtc.RemoteVideoTrackStats
 
removeAudioSink(AgoraAudioSink) - Method in class io.agora.rtc.AgoraAudioTrack
 
removePublishStreamUrl(String) - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
removeRenderer(AgoraVideoRenderer, int) - Method in class io.agora.rtc.AgoraVideoTrack
 
removeVideoTrack(String, AgoraVideoTrack) - Method in class io.agora.rtc.AgoraVideoMixer
 
RENDER_MODE_ADAPTIVE - Static variable in class io.agora.rtc.Constants
Deprecated.
RENDER_MODE_FIT - Static variable in class io.agora.rtc.Constants
2: Uniformly scale the video until one of its dimension fits the boundary (zoomed to fit).
RENDER_MODE_HIDDEN - Static variable in class io.agora.rtc.Constants
1: Uniformly scale the video until it fills the visible boundaries (cropped).
rendererOutputFrameRate - Variable in class io.agora.rtc.RemoteVideoTrackStats
The render output frame rate (fps) of the remote video.
renderFrameRate - Variable in class io.agora.rtc.LocalVideoTrackStats
The render frame rate (fps).
renderTimeMs - Variable in class io.agora.rtc.AudioFrame
 
renderTimeMs - Variable in class io.agora.rtc.VideoFrame
Timestamp to render the video stream.
renewToken(String) - Method in class io.agora.rtc.AgoraRtcConn
Renews the token
reset() - Method in class io.agora.rtc.PcmConsumeStateUtils
 
residualEchoLikelihood - Variable in class io.agora.rtc.AudioProcessingStats
 
residualEchoLikelihoodRecentMax - Variable in class io.agora.rtc.AudioProcessingStats
 
resize(int, int) - Method in class io.agora.rtc.AgoraVideoFrame
 
resume() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
rms - Variable in class io.agora.rtc.AudioFrame
 
rmsThr - Variable in class io.agora.rtc.AgoraAudioVadConfig
rms threshold in dB, default value is -40.0
ROOM_ACOUSTICS_3D_VOICE - Static variable in class io.agora.rtc.Constants
A 3D voice effect that makes the voice appear to be moving around the user.
ROOM_ACOUSTICS_ETHEREAL - Static variable in class io.agora.rtc.Constants
A more ethereal audio effect.
ROOM_ACOUSTICS_KTV - Static variable in class io.agora.rtc.Constants
An audio effect typical of a KTV venue.
ROOM_ACOUSTICS_PHONOGRAPH - Static variable in class io.agora.rtc.Constants
An audio effect typical of a vintage phonograph.
ROOM_ACOUSTICS_SPACIAL - Static variable in class io.agora.rtc.Constants
A more spatial audio effect.
ROOM_ACOUSTICS_STUDIO - Static variable in class io.agora.rtc.Constants
An audio effect typical of a recording studio.
ROOM_ACOUSTICS_VIRTUAL_STEREO - Static variable in class io.agora.rtc.Constants
A virtual stereo effect that renders monophonic audio as stereo audio.
ROOM_ACOUSTICS_VOCAL_CONCERT - Static variable in class io.agora.rtc.Constants
An audio effect typical of a concert hall.
rotation() - Method in class io.agora.rtc.AgoraVideoFrame
 
rotation - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The rotation information of the encoded video frame: #VIDEO_ORIENTATION.
rotation - Variable in class io.agora.rtc.ExternalVideoFrame
[Raw data related parameter] The clockwise rotation of the video frame.
rotation - Variable in class io.agora.rtc.VideoFrame
rotation of this frame (0, 90, 180, 270)
RtcConnConfig - Class in io.agora.rtc
 
RtcConnConfig() - Constructor for class io.agora.rtc.RtcConnConfig
 
RtcConnConfig(int, int, int, int, int, int, AudioSubscriptionOptions, int, int, int, int, int) - Constructor for class io.agora.rtc.RtcConnConfig
 
RtcConnInfo - Class in io.agora.rtc
 
RtcConnInfo() - Constructor for class io.agora.rtc.RtcConnInfo
 
RtcConnInfo(int, String, int, String, int) - Constructor for class io.agora.rtc.RtcConnInfo
 
rtcConnObserver - Variable in class io.agora.rtc.AgoraRtcConn
 
rtcConnPublishConfig - Variable in class io.agora.rtc.AgoraRtcConn
 
RtcConnPublishConfig - Class in io.agora.rtc
 
RtcConnPublishConfig() - Constructor for class io.agora.rtc.RtcConnPublishConfig
 
RtcConnPublishConfig(RtcConnPublishConfig) - Constructor for class io.agora.rtc.RtcConnPublishConfig
 
RtcImage - Class in io.agora.rtc
 
RtcImage() - Constructor for class io.agora.rtc.RtcImage
 
RtcImage(String, int, int, int, int, int) - Constructor for class io.agora.rtc.RtcImage
 
RtcStats - Class in io.agora.rtc
 
RtcStats() - Constructor for class io.agora.rtc.RtcStats
 
RtcStats(int, int, int, int, int, int, int, int, short, short, short, short, short, short, short, int, double, double, int, double, double, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.RtcStats
 
RtmpConnInfo - Class in io.agora.rtc
 
RtmpConnInfo() - Constructor for class io.agora.rtc.RtmpConnInfo
 
RtmpConnInfo(int) - Constructor for class io.agora.rtc.RtmpConnInfo
 
RtmpStreamingAudioConf - Class in io.agora.rtc
 
RtmpStreamingAudioConf() - Constructor for class io.agora.rtc.RtmpStreamingAudioConf
 
RtmpStreamingAudioConf(int, int, int, int) - Constructor for class io.agora.rtc.RtmpStreamingAudioConf
 
RtmpStreamingVideoConf - Class in io.agora.rtc
 
RtmpStreamingVideoConf() - Constructor for class io.agora.rtc.RtmpStreamingVideoConf
 
RtmpStreamingVideoConf(int, int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.RtmpStreamingVideoConf
 
rtpTimestamp - Variable in class io.agora.rtc.AudioFrame
 
rtt - Variable in class io.agora.rtc.LastmileProbeResult
 
rttMs - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
rxAudioBytes - Variable in class io.agora.rtc.RtcStats
 
rxAudioKBitRate - Variable in class io.agora.rtc.RtcStats
 
rxBytes - Variable in class io.agora.rtc.RtcStats
 
rxKBitRate - Variable in class io.agora.rtc.RtcStats
 
rxPacketLossRate - Variable in class io.agora.rtc.RtcStats
 
rxStreamType - Variable in class io.agora.rtc.RemoteVideoTrackStats
The remote video stream type.
rxVideoBytes - Variable in class io.agora.rtc.RtcStats
 
rxVideoKBitRate - Variable in class io.agora.rtc.RtcStats
 

S

sampleRate - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The number of samples per channel in the audio frame, should be 8000, 16000, 24000, 32000, 44100 or 48000.
sampleRate - Variable in class io.agora.rtc.AudioParams
The audio sample rate (Hz), which can be set as one of the following values: - `8000` - `16000` (Default) - `32000` - `44100` - `48000`
sampleRate - Variable in class io.agora.rtc.AudioSessionConfig
 
sampleRate - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
sampleRateHz - Variable in class io.agora.rtc.AudioPcmFrame
 
sampleRateHz - Variable in class io.agora.rtc.AudioSubscriptionOptions
 
sampleRateHz - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
sampleRateHz - Variable in class io.agora.rtc.RtmpStreamingAudioConf
 
samplesPerCall - Variable in class io.agora.rtc.AudioParams
The number of samples.
samplesPerChannel - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The number of samples per channel in this frame, should be (sampleRate / 100) corresponding to 10ms.
samplesPerChannel - Variable in class io.agora.rtc.AudioFrame
 
samplesPerChannel - Variable in class io.agora.rtc.AudioPcmFrame
 
samplesPerChannel - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
samplesPerSec - Variable in class io.agora.rtc.AudioFrame
 
samplesPerSec - Variable in class io.agora.rtc.AudioSinkWants
 
SDK - Class in io.agora.rtc
 
SDK() - Constructor for class io.agora.rtc.SDK
 
seek(long) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
selectAudioTrack(int) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
selectInternalSubtitle(int) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
send(byte[], int, long, int, int, int, int) - Method in class io.agora.rtc.AgoraAudioPcmDataSender
send(byte[], int, PacketOptions) - Method in class io.agora.rtc.AgoraMediaPacketSender
 
sendAudioMetaData(byte[]) - Method in class io.agora.rtc.AgoraLocalUser
Sends audio metadata.
sendAudioMetaData(byte[]) - Method in class io.agora.rtc.AgoraRtcConn
Sends audio metadata.
sendAudioPcmData(AudioFrame) - Method in class io.agora.rtc.AgoraAudioPcmDataSender
Sends audio data
sendBroadcast(byte[], int) - Method in class io.agora.rtc.AgoraMediaCtrlPacketSender
 
sendCustomReportMessage(String, String, String, String, int) - Method in class io.agora.rtc.AgoraRtcConn
Sends custom report message
sendEncodedAudioFrame(byte[], EncodedAudioFrameInfo) - Method in class io.agora.rtc.AgoraAudioEncodedFrameSender
Sends an encoded audio frame to the Agora server
sendEncodedVideoImage(byte[], EncodedVideoFrameInfo) - Method in class io.agora.rtc.AgoraVideoEncodedImageSender
Sends an encoded video image to the Agora server
senderOptions - Variable in class io.agora.rtc.RtcConnPublishConfig
 
SenderOptions - Class in io.agora.rtc
 
SenderOptions() - Constructor for class io.agora.rtc.SenderOptions
 
SenderOptions(int, int, int) - Constructor for class io.agora.rtc.SenderOptions
 
sendEvenIfEmpty - Variable in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
sendEvenIfEmpty - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
sendIntraRequest(String) - Method in class io.agora.rtc.AgoraLocalUser
Sends an intra request to a specified user.
sendPcmData(byte[]) - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
sendPeer(String, byte[], int) - Method in class io.agora.rtc.AgoraMediaCtrlPacketSender
 
sendStreamMessage(byte[]) - Method in class io.agora.rtc.AgoraRtcConn
Sends data stream message
sendTs - Variable in class io.agora.rtc.EncodedAudioFrameReceiverInfo
The send time of the packet.
sendVideoFrame(ExternalVideoFrame) - Method in class io.agora.rtc.AgoraVideoFrameSender
Sends a video frame to the Agora server
sentAudioFrames - Variable in class io.agora.rtc.LocalAudioTrackStats
 
sentBitrate - Variable in class io.agora.rtc.LocalAudioStats
The average bitrate (Kbps) of sending the local user's audio stream.
sentSampleRate - Variable in class io.agora.rtc.LocalAudioStats
The sampling rate (Hz) of sending the local user's audio stream.
set(T) - Method in class io.agora.rtc.Out
 
setActivePercent(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setActivePercent(float) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setAecConfig(AecConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
setAecModelType(Constants.AecModelType) - Method in class io.agora.rtc.audio3a.AecConfig
 
setAecStartupMaxSuppressTimeInMs(int) - Method in class io.agora.rtc.audio3a.AecConfig
 
setAecSuppressionMode(Constants.AecSuppressionMode) - Method in class io.agora.rtc.audio3a.AecConfig
 
setAgcConfig(AgcConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
setAggressive(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setAiAecSuppressionMode(Constants.AIAecSuppressionMode) - Method in class io.agora.rtc.audio3a.AecConfig
 
setAllLogsEnabled(boolean) - Static method in class io.agora.rtc.AgoraLogger
Globally enable or disable all log outputs.
setAllowBluetooth(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setAllowBluetoothA2dp(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setAllowMixWithOthers(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setAlpha(float) - Method in class io.agora.rtc.MixerLayoutConfig
 
setAlpha(double) - Method in class io.agora.rtc.TranscodingUser
 
setAlpha(double) - Method in class io.agora.rtc.TranscodingVideoStream
 
setAlphaBuffer(ByteBuffer) - Method in class io.agora.rtc.ExternalVideoFrame
 
setAlphaBuffer(ByteBuffer) - Method in class io.agora.rtc.VideoFrame
 
setAlphaMode(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setAlphaMode(int) - Method in class io.agora.rtc.VideoFrame
 
setAnaStatistics(AnaStats) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setAnaWindowSz(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setAnsConfig(AnsConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
setAnsModelType(Constants.AnsModelType) - Method in class io.agora.rtc.audio3a.AnsConfig
Sets the ANS model type.
setApmStatistics(AudioProcessingStats) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setAppId(String) - Method in class io.agora.rtc.AgoraServiceConfig
 
setAreaCode(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setArray(String, String) - Method in class io.agora.rtc.AgoraParameter
Sets an array parameter using a JSON string.
setAudioBitrate(int) - Method in class io.agora.rtc.LiveTranscoding
 
setAudioBitsPerSample(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setAudioChannel(int) - Method in class io.agora.rtc.TranscodingUser
 
setAudioChannels(int) - Method in class io.agora.rtc.LiveTranscoding
 
setAudioChannels(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setAudioCodecProfile(int) - Method in class io.agora.rtc.LiveTranscoding
 
setAudioEncoderConfig(AudioEncoderConfig) - Method in class io.agora.rtc.AgoraLocalUser
Sets the audio encoder configuration.
setAudioLevel(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setAudioLevelIndication(byte) - Method in class io.agora.rtc.PacketOptions
 
setAudioLossRate(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setAudioProfile(int) - Method in class io.agora.rtc.AudioEncoderConfig
 
setAudioProfile(int) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setAudioPublishType(Constants.AudioPublishType) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setAudioRecvEncodedFrame(int) - Method in class io.agora.rtc.RtcConnConfig
 
setAudioRecvMediaPacket(int) - Method in class io.agora.rtc.RtcConnConfig
 
setAudioSampleRate(int) - Method in class io.agora.rtc.LiveTranscoding
 
setAudioSampleRate(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setAudioScenario(int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the audio scenario.
setAudioScenario(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setAudioScenario(int) - Method in class io.agora.rtc.PcmConsumeStateUtils
 
setAudioScenario(int) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setAudioSessionConfig(AudioSessionConfig) - Method in class io.agora.rtc.AgoraService
Sets the audio session configuration.
setAudioSessionPreset(int) - Method in class io.agora.rtc.AgoraService
Sets the audio session preset.
setAudioSpectrumData(float[]) - Method in class io.agora.rtc.AudioSpectrumData
 
setAudioSubsOptions(AudioSubscriptionOptions) - Method in class io.agora.rtc.RtcConnConfig
 
setAudioTrackNumber(int) - Method in class io.agora.rtc.AudioFrame
 
setAudioVolumeIndicationParameters(int, int, boolean) - Method in class io.agora.rtc.AgoraLocalUser
Sets the audio volume indication parameters.
setAutoSubscribeAudio(int) - Method in class io.agora.rtc.RtcConnConfig
 
setAutoSubscribeVideo(int) - Method in class io.agora.rtc.RtcConnConfig
 
setAvailableBandwidth(int) - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
setAvSyncTimeMs(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setAvsyncType(int) - Method in class io.agora.rtc.AudioFrame
 
setAvsyncType(int) - Method in class io.agora.rtc.VideoFrame
 
setBackgroundColor(int, int, int, int) - Method in class io.agora.rtc.AgoraVideoMixer
 
setBackgroundColor(int) - Method in class io.agora.rtc.LiveTranscoding
 
setBackgroundImage(RtcImage) - Method in class io.agora.rtc.LiveTranscoding
 
setBackgroundImageCount(int) - Method in class io.agora.rtc.LiveTranscoding
 
setBackgroundUrl(int, int, int, String) - Method in class io.agora.rtc.AgoraVideoMixer
 
setBandwidthEstimationBps(int) - Method in class io.agora.rtc.DownlinkNetworkInfo
 
setBghvsConfig(BghvsConfig) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
setBghvsDelayInFrmNums(int) - Method in class io.agora.rtc.audio3a.BghvsConfig
Sets the BGHVS algorithm delay in frame numbers.
setBghvsEosLenInMs(int) - Method in class io.agora.rtc.audio3a.BghvsConfig
Sets the EOS trigger length in milliseconds.
setBghvsSosLenInMs(int) - Method in class io.agora.rtc.audio3a.BghvsConfig
Sets the SOS trigger length in milliseconds.
setBghvsSppMode(Constants.BghvsSuppressionMode) - Method in class io.agora.rtc.audio3a.BghvsConfig
Sets the BGHVS suppression mode.
setBitrate(int) - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
setBitrate(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setBitrate(int) - Method in class io.agora.rtc.SimulcastStreamConfig
 
setBitrate(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setBitrateActionCounter(int) - Method in class io.agora.rtc.AnaStats
 
setBitrateInKbps(int) - Method in class io.agora.rtc.SrcInfo
 
setBool(String, boolean) - Method in class io.agora.rtc.AgoraParameter
Sets a boolean parameter.
setBuffer(ByteBuffer) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setBuffer(ByteBuffer) - Method in class io.agora.rtc.AudioFrame
 
setBuffer(ByteBuffer) - Method in class io.agora.rtc.ExternalVideoFrame
 
setBuffer(byte[]) - Method in class io.agora.rtc.Packet
 
setBufferedPcmDataListSize(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setBytesMajorStream(long) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setBytesMinorStream(long) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setBytesPerSample(int) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setBytesPerSample(int) - Method in class io.agora.rtc.AudioFrame
 
setBytesPerSample(int) - Method in class io.agora.rtc.AudioPcmFrame
 
setBytesPerSample(int) - Method in class io.agora.rtc.AudioSubscriptionOptions
 
setBytesPerSample(int) - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
setBytesSent(long) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setCacheSize(long) - Method in class io.agora.rtc.CacheStatistics
 
setCacheStatistics(CacheStatistics) - Method in class io.agora.rtc.PlayerUpdatedInfo
 
setCapabilities(CapabilityItem[]) - Method in class io.agora.rtc.Capabilities
 
setCapabilityType(int) - Method in class io.agora.rtc.Capabilities
 
setCaptureFormat(VideoFormat) - Method in class io.agora.rtc.AgoraCameraCapturer
 
setCaptureFrameRate(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setCaptureHeight(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setCaptureTimeMs(long) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setCaptureTimeMs(long) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setCaptureTimestamp(int) - Method in class io.agora.rtc.AudioPcmFrame
 
setCaptureWidth(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setCcMode(int) - Method in class io.agora.rtc.SenderOptions
 
setChannelActionCounter(int) - Method in class io.agora.rtc.AnaStats
 
setChannelId(String) - Method in class io.agora.rtc.RtcConnInfo
 
setChannelId(String) - Method in class io.agora.rtc.VideoTrackInfo
 
setChannelName(String) - Method in class io.agora.rtc.ChannelMediaInfo
 
setChannelProfile(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setChannelProfile(int) - Method in class io.agora.rtc.RtcConnConfig
 
setChannels(int) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setChannels(int) - Method in class io.agora.rtc.AudioFrame
 
setChannels(int) - Method in class io.agora.rtc.AudioSinkWants
 
setChatMode(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setClientRoleType(int) - Method in class io.agora.rtc.RtcConnConfig
 
setCodec(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setCodec(int) - Method in class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
setCodecName(byte) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setCodecName(byte) - Method in class io.agora.rtc.MediaStreamInfo
 
setCodecPayloadType(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setCodecType(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setCodecType(int) - Method in class io.agora.rtc.SenderOptions
 
setCodecType(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setCodecType(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setColorSpace(ColorSpace) - Method in class io.agora.rtc.ExternalVideoFrame
 
setConfigDir(String) - Method in class io.agora.rtc.AgoraServiceConfig
 
setConnectionId(int) - Method in class io.agora.rtc.RtcStats
 
setConnectTimeMs(int) - Method in class io.agora.rtc.RtcStats
 
setContentHint(int) - Method in class io.agora.rtc.AgoraScreenCapturer
 
setContext(Object) - Method in class io.agora.rtc.AgoraServiceConfig
 
setCpuAppUsage(double) - Method in class io.agora.rtc.RtcStats
 
setCpuTotalUsage(double) - Method in class io.agora.rtc.RtcStats
 
setCropBottom(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setCropLeft(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setCropRight(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setCropTop(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setCurrentDownscaleLevel(int) - Method in class io.agora.rtc.PeerDownlinkInfo
 
setCurrentDownscaleLevel(byte) - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
setCurveSlope(int) - Method in class io.agora.rtc.audio3a.AgcConfig
Sets the digital AGC slope.
setData(short) - Method in class io.agora.rtc.AudioPcmFrame
 
setData(byte[]) - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
setDataDir(String) - Method in class io.agora.rtc.AgoraServiceConfig
 
setDataLength(int) - Method in class io.agora.rtc.AudioSpectrumData
 
setDecoderOutputFrameRate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setDecodeTimeMs(long) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setDefaultToSpeaker(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setDegradationPreference(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setDelay(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setDelayMedianMs(int) - Method in class io.agora.rtc.AudioProcessingStats
 
setDelayMs(int) - Method in class io.agora.rtc.AudioProcessingStats
 
setDelayStandardDeviationMs(int) - Method in class io.agora.rtc.AudioProcessingStats
 
setDeviceId(String) - Method in class io.agora.rtc.PlayerUpdatedInfo
 
setDimensions(VideoDimensions) - Method in class io.agora.rtc.SimulcastStreamConfig
 
setDimensions(VideoDimensions) - Method in class io.agora.rtc.VideoEncoderConfig
 
setDivergentFilterFraction(double) - Method in class io.agora.rtc.AudioProcessingStats
 
setDomainLimit(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setDownlinkProcessTimeMs(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setDownlinkReport(LastmileProbeOneWayResult) - Method in class io.agora.rtc.LastmileProbeResult
 
setDownloadSize(long) - Method in class io.agora.rtc.CacheStatistics
 
setDroppedAudioFrames(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setDtxActionCounter(int) - Method in class io.agora.rtc.AnaStats
 
setDuration(long) - Method in class io.agora.rtc.MediaStreamInfo
 
setDuration(int) - Method in class io.agora.rtc.PcmConsumeStateUtils
 
setDuration(int) - Method in class io.agora.rtc.RtcStats
 
setEchoReturnLoss(double) - Method in class io.agora.rtc.AudioProcessingStats
 
setEchoReturnLossEnhancement(double) - Method in class io.agora.rtc.AudioProcessingStats
 
setEglContext(Object) - Method in class io.agora.rtc.ExternalVideoFrame
 
setEglType(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setEnableAecAutoReset(boolean) - Method in class io.agora.rtc.audio3a.AecConfig
 
setEnableAudioDevice(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setEnableAudioProcessor(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setEnableAudioRecordingOrPlayout(int) - Method in class io.agora.rtc.RtcConnConfig
 
setEnabled(int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Enables or disables the local audio track.
setEnabled(int) - Method in class io.agora.rtc.AgoraLocalVideoTrack
Enables or disables the local video track.
setEnabled(boolean) - Method in class io.agora.rtc.audio3a.AecConfig
 
setEnabled(boolean) - Method in class io.agora.rtc.audio3a.AgcConfig
Sets whether to enable AGC.
setEnabled(boolean) - Method in class io.agora.rtc.audio3a.AnsConfig
Sets whether to enable ANS.
setEnabled(boolean) - Method in class io.agora.rtc.audio3a.BghvsConfig
Sets whether to enable BGHVS.
setEnabled(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setEnableVideo(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setEncodeAlpha(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setEncodedFrameOnly(int) - Method in class io.agora.rtc.VideoSubscriptionOptions
 
setEncodedFrameOnly(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setEncodeFrameRate(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setEncoderType(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setEncryptionKdfSalt(byte[]) - Method in class io.agora.rtc.EncryptionConfig
 
setEncryptionKey(String) - Method in class io.agora.rtc.EncryptionConfig
 
setEncryptionMode(int) - Method in class io.agora.rtc.EncryptionConfig
 
setExpectedBitrateBps(int) - Method in class io.agora.rtc.PeerDownlinkInfo
 
setExpectedDownlinkBitrate(int) - Method in class io.agora.rtc.LastmileProbeConfig
 
setExpectedUplinkBitrate(int) - Method in class io.agora.rtc.LastmileProbeConfig
 
setExternalSubtitle(String) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
setExtSeqnum(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setFarFiledFlag(int) - Method in class io.agora.rtc.AudioFrame
 
setFecActionCounter(int) - Method in class io.agora.rtc.AnaStats
 
setFftSz(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setFileSize(long) - Method in class io.agora.rtc.CacheStatistics
 
setFillAlphaBuffer(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setFilterLength(Constants.AecFilterLength) - Method in class io.agora.rtc.audio3a.AecConfig
 
setFirstAudioPacketDuration(int) - Method in class io.agora.rtc.RtcStats
 
setFirstAudioPacketDurationAfterUnmute(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoKeyFrameDecodedDurationAfterUnmute(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoKeyFramePacketDuration(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoKeyFramePacketDurationAfterUnmute(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoKeyFrameRenderedDurationAfterUnmute(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoPacketDuration(int) - Method in class io.agora.rtc.RtcStats
 
setFirstVideoPacketDurationAfterUnmute(int) - Method in class io.agora.rtc.RtcStats
 
setFormat(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setFormat(int) - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
setFps(int) - Method in class io.agora.rtc.VideoFormat
 
setFractionLost(float) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setFrameLengthDecreaseCounter(int) - Method in class io.agora.rtc.AnaStats
 
setFrameLengthIncreaseCounter(int) - Method in class io.agora.rtc.AnaStats
 
setFrameLossRate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setFramerate(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setFramerate(int) - Method in class io.agora.rtc.SimulcastStreamConfig
 
setFrameRate(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setFrameRenderDelayMs(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setFramesEncoded(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setFramesPerSecond(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setFrameType(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setFrequency(int) - Method in class io.agora.rtc.ContentInspectModule
 
setFrozenRate(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setFrozenRate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setFrqInputAvailableFlag(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setGatewayRtt(int) - Method in class io.agora.rtc.RtcStats
 
setGopInMs(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setHasAudio(int) - Method in class io.agora.rtc.UserInfo
 
setHasVideo(int) - Method in class io.agora.rtc.UserInfo
 
setHeight(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setHeight(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setHeight(int) - Method in class io.agora.rtc.LiveTranscoding
 
setHeight(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setHeight(int) - Method in class io.agora.rtc.MixerLayoutConfig
 
setHeight(int) - Method in class io.agora.rtc.Rectangle
 
setHeight(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setHeight(int) - Method in class io.agora.rtc.RtcImage
 
setHeight(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setHeight(int) - Method in class io.agora.rtc.TranscodingUser
 
setHeight(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setHeight(int) - Method in class io.agora.rtc.VideoDimensions
 
setHeight(int) - Method in class io.agora.rtc.VideoFormat
 
setHeight(int) - Method in class io.agora.rtc.VideoFrame
 
setHopSz(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setId(int) - Method in class io.agora.rtc.CapabilityItem
 
setId(int) - Method in class io.agora.rtc.RtcConnInfo
 
setId(long) - Method in class io.agora.rtc.TextureId
 
setImagePath(String) - Method in class io.agora.rtc.MixerLayoutConfig
 
setImageUrl(String) - Method in class io.agora.rtc.TranscodingVideoStream
 
setInactivePercent(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setInactivePercent(float) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setInputFrameRate(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setInputNumberOfChannels(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setInt(String, int) - Method in class io.agora.rtc.AgoraParameter
Sets an integer parameter.
setInternalCodec(int) - Method in class io.agora.rtc.LocalAudioStats
 
setInternalUid(int) - Method in class io.agora.rtc.RtcConnInfo
 
setIoBufferDuration(double) - Method in class io.agora.rtc.AudioSessionConfig
 
setIsLocal(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setIsPublishAudio(boolean) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setIsPublishVideo(boolean) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setJitter(int) - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
setJitterBufferDelay(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setJitterMs(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setJointThr(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setLanguage(byte) - Method in class io.agora.rtc.MediaStreamInfo
 
setLastmileBufferDelayTimeMs(int) - Method in class io.agora.rtc.DownlinkNetworkInfo
 
setLastmileDelay(short) - Method in class io.agora.rtc.RtcStats
 
setLeft(int) - Method in class io.agora.rtc.MixerLayoutConfig
 
setLiveTranscoding(LiveTranscoding) - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
setLocalSsrc(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setLocalUserId(String) - Method in class io.agora.rtc.RtcConnInfo
 
setLogFile(String, int) - Method in class io.agora.rtc.AgoraService
Sets the log file.
setLogFilePath(String) - Method in class io.agora.rtc.AgoraServiceConfig
 
setLogFileSize(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setLogFilter(int) - Method in class io.agora.rtc.AgoraService
Sets the log filter.
setLogFilters(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setLoopCount(int) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
setLowLatency(int) - Method in class io.agora.rtc.LiveTranscoding
 
setMatrix(int) - Method in class io.agora.rtc.ColorSpace
 
setMatrix(float) - Method in class io.agora.rtc.ExternalVideoFrame
 
setMatrix(float[]) - Method in class io.agora.rtc.VideoFrame
 
setMaxBitrate(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setMaxBufferedAudioFrameNumber(int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Sets the maximum number of buffered audio frames.
setMaxDigitalGaindB(int) - Method in class io.agora.rtc.audio3a.AgcConfig
Sets the maximum digital AGC gain in dB.
setMaxPort(int) - Method in class io.agora.rtc.RtcConnConfig
 
setMaxSendBitrate(int) - Method in class io.agora.rtc.RtcConnConfig
 
setMediaBitrateBps(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setMemoryAppUsageInKbytes(int) - Method in class io.agora.rtc.RtcStats
 
setMemoryAppUsageRatio(double) - Method in class io.agora.rtc.RtcStats
 
setMemoryTotalUsageRatio(double) - Method in class io.agora.rtc.RtcStats
 
setMetadata(String) - Method in class io.agora.rtc.LiveTranscoding
 
setMetadataBuffer(ByteBuffer) - Method in class io.agora.rtc.ExternalVideoFrame
 
setMetadataBuffer(ByteBuffer) - Method in class io.agora.rtc.VideoFrame
 
setMicrophoneMute(int) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
setMicrophoneVolume(int) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
setMinBitrate(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setMinBitrate(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setMinPort(int) - Method in class io.agora.rtc.RtcConnConfig
 
setMirror(int) - Method in class io.agora.rtc.AgoraVideoRenderer
 
setMirror(byte) - Method in class io.agora.rtc.MixerLayoutConfig
 
setMirror(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setMirrorMode(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setMissedAudioFrames(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setMixedAudioFrameParameters(int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the mixed audio frame parameters.
setModelPath(String) - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
setMusicProb(int) - Method in class io.agora.rtc.AudioFrame
 
setName(String) - Method in class io.agora.rtc.CapabilityItem
 
setName(String) - Method in class io.agora.rtc.SrcInfo
 
setNetworkTransportDelay(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setNumber(String, double) - Method in class io.agora.rtc.AgoraParameter
Sets a numeric parameter.
setNumberOfChannels(int) - Method in class io.agora.rtc.AudioSubscriptionOptions
 
setNumberOfChannels(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setNumberOfChannels(int) - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
setNumberOfStreams(long) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setNumChannels(int) - Method in class io.agora.rtc.AudioPcmFrame
 
setNumChannels(int) - Method in class io.agora.rtc.LocalAudioStats
 
setNumChannels(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setObservationPosition(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setOrientationMode(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setOrientationMode(int) - Method in class io.agora.rtc.VideoEncoderConfig
 
setOutFrame(byte[]) - Method in class io.agora.rtc.VadProcessResult
Sets the output frame.
setOutputNumberOfChannels(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setOverrideSpeaker(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setOwnerUid(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setPacketLossRate(int) - Method in class io.agora.rtc.LastmileProbeOneWayResult
 
setPacketLossRate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setPacketOnly(int) - Method in class io.agora.rtc.AudioSubscriptionOptions
 
setPacketsBeforeFirstKeyFramePacket(int) - Method in class io.agora.rtc.RtcStats
 
setPacketsLost(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setPacketsSent(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setParameters(String) - Method in class io.agora.rtc.AgoraParameter
Sets multiple parameters using a JSON string.
setPcmDataOnly(int) - Method in class io.agora.rtc.AudioSubscriptionOptions
 
setPeerDownlinkInfo(PeerDownlinkInfo) - Method in class io.agora.rtc.DownlinkNetworkInfo
 
setPitch(int) - Method in class io.agora.rtc.AudioFrame
 
setPlaybackAndRecord(int) - Method in class io.agora.rtc.AudioSessionConfig
 
setPlaybackAudioFrameBeforeMixingParameters(int, int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the playback audio frame parameters before mixing.
setPlaybackAudioFrameParameters(int, int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the playback audio frame parameters.
setPlayerId(String) - Method in class io.agora.rtc.PlayerUpdatedInfo
 
setPlayerOption(String, int) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
setPresentationMs(long) - Method in class io.agora.rtc.AudioFrame
 
setPresentationMs(long) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setPreStartRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setPreStartRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setPrimaries(int) - Method in class io.agora.rtc.ColorSpace
 
setProbeDownlink(int) - Method in class io.agora.rtc.LastmileProbeConfig
 
setProbeUplink(int) - Method in class io.agora.rtc.LastmileProbeConfig
 
setPublishDuration(long) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setPushedAudioFrames(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setQuality(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setQualityAdaptIndication(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setRange(int) - Method in class io.agora.rtc.ColorSpace
 
setReceivedBitrate(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setReceivedBitrate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setReceivedBytes(long) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setReceivedSampleRate(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setRecordingAudioFrameParameters(int, int, int, int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the recording audio frame parameters.
setRegulatedCaptureFrameRate(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setRegulatedCaptureHeight(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setRegulatedCaptureWidth(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setRemoteUserUid(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setRendererOutputFrameRate(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setRenderFrameRate(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setRenderMode(int) - Method in class io.agora.rtc.AgoraVideoRenderer
 
setRenderTimeMs(long) - Method in class io.agora.rtc.AudioFrame
 
setRenderTimeMs(long) - Method in class io.agora.rtc.VideoFrame
 
setResidualEchoLikelihood(double) - Method in class io.agora.rtc.AudioProcessingStats
 
setResidualEchoLikelihoodRecentMax(double) - Method in class io.agora.rtc.AudioProcessingStats
 
setRms(int) - Method in class io.agora.rtc.AudioFrame
 
setRmsThr(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setRotation(int) - Method in class io.agora.rtc.AgoraVideoFrame
 
setRotation(byte) - Method in class io.agora.rtc.AgoraVideoMixer
 
setRotation(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setRotation(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setRotation(int) - Method in class io.agora.rtc.VideoFrame
 
setRtpTimestamp(int) - Method in class io.agora.rtc.AudioFrame
 
setRtt(int) - Method in class io.agora.rtc.LastmileProbeResult
 
setRttMs(long) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setRxAudioBytes(int) - Method in class io.agora.rtc.RtcStats
 
setRxAudioKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setRxBytes(int) - Method in class io.agora.rtc.RtcStats
 
setRxKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setRxPacketLossRate(int) - Method in class io.agora.rtc.RtcStats
 
setRxStreamType(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setRxVideoBytes(int) - Method in class io.agora.rtc.RtcStats
 
setRxVideoKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setSampleRate(int) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setSampleRate(double) - Method in class io.agora.rtc.AudioSessionConfig
 
setSampleRateHz(int) - Method in class io.agora.rtc.AudioPcmFrame
 
setSampleRateHz(int) - Method in class io.agora.rtc.AudioSubscriptionOptions
 
setSampleRateHz(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setSampleRateHz(int) - Method in class io.agora.rtc.RtmpStreamingAudioConf
 
setSamplesPerChannel(int) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setSamplesPerChannel(int) - Method in class io.agora.rtc.AudioFrame
 
setSamplesPerChannel(int) - Method in class io.agora.rtc.AudioPcmFrame
 
setSamplesPerChannel(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setSamplesPerSec(int) - Method in class io.agora.rtc.AudioFrame
 
setSamplesPerSec(int) - Method in class io.agora.rtc.AudioSinkWants
 
setSendDelayMs(int) - Method in class io.agora.rtc.AgoraLocalAudioTrack
Sets the send delay in milliseconds.
setSenderOptions(SenderOptions) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setSendEvenIfEmpty(int) - Method in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
setSendEvenIfEmpty(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setSendTs(long) - Method in class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
setSentAudioFrames(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setSentBitrate(int) - Method in class io.agora.rtc.LocalAudioStats
 
setSentSampleRate(int) - Method in class io.agora.rtc.LocalAudioStats
 
setSharedContext(Object) - Method in class io.agora.rtc.VideoFrame
 
setSize(int) - Method in class io.agora.rtc.Packet
 
setSize(int) - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
setSourceId(int) - Method in class io.agora.rtc.LocalAudioTrackStats
 
setSourceType(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setSourceType(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setSpeakerMute(int) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
setSpeakerVolume(int) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
setSpectrumData(AudioSpectrumData) - Method in class io.agora.rtc.UserAudioSpectrumInfo
 
setSpeech(int) - Method in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
setSpeech(int) - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
setSpeechProtectThreshold(int) - Method in class io.agora.rtc.audio3a.AnsConfig
Sets the ANS speech protect threshold.
setSsrcMajorStream(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setSsrcMinorStream(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setStartRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setStartRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setStartRmsThreshold(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setStartTime(long) - Method in class io.agora.rtc.PcmConsumeStateUtils
 
setStartVoiceProb(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setState(int) - Method in class io.agora.rtc.LastmileProbeResult
 
setState(int) - Method in class io.agora.rtc.RtcConnInfo
 
setState(int) - Method in class io.agora.rtc.RtmpConnInfo
 
setState(Constants.VadState) - Method in class io.agora.rtc.VadProcessResult
Sets the state of the VAD process.
setStereoAecEnabled(boolean) - Method in class io.agora.rtc.audio3a.AecConfig
 
setStopRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setStopRecognizeCount(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setStopRmsThreshold(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setStopVoiceProb(int) - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
setStreamIndex(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setStreamLayout(String, MixerLayoutConfig) - Method in class io.agora.rtc.AgoraVideoMixer
 
setStreamType(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setStreamType(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setStreamType(int) - Method in class io.agora.rtc.PeerDownlinkInfo
 
setStreamType(byte) - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
setStreamType(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setStride(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setStride(int) - Method in class io.agora.rtc.PaddedRawPixelBuffer
 
setString(String, String) - Method in class io.agora.rtc.AgoraParameter
Sets a string parameter.
setSuppressionMode(Constants.AnsSuppressionMode) - Method in class io.agora.rtc.audio3a.AnsConfig
Sets the ANS noise suppression mode.
setTargetBitrate(int) - Method in class io.agora.rtc.SenderOptions
 
setTargetleveldB(int) - Method in class io.agora.rtc.audio3a.AgcConfig
Sets the target digital AGC level in dB.
setTargetMediaBitrateBps(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setTextureId(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setTextureId(int) - Method in class io.agora.rtc.VideoFrame
 
setTimestamp(long) - Method in class io.agora.rtc.ExternalVideoFrame
 
setTimestamp(int) - Method in class io.agora.rtc.PacketOptions
 
setTimestampUs(long) - Method in class io.agora.rtc.AgoraVideoFrame
 
setToken(String) - Method in class io.agora.rtc.ChannelMediaInfo
 
setTop(int) - Method in class io.agora.rtc.MixerLayoutConfig
 
setTotalActiveTime(long) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setTotalBitrateBps(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setTotalDecodedFrames(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setTotalDownscaleLevelCount(int) - Method in class io.agora.rtc.DownlinkNetworkInfo
 
setTotalDownscaleLevelCounts(byte) - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
setTotalFrozenTime(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setTotalFrozenTime(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setTotalInputDuration(double) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setTotalInputEnergy(double) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setTotalLength(long) - Method in class io.agora.rtc.PcmConsumeStateUtils
 
setTotalReceivedVideoCount(int) - Method in class io.agora.rtc.DownlinkNetworkInfo
 
setTrackId(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setTrackId(int) - Method in class io.agora.rtc.VideoTrackInfo
 
setTranscodingExtraInfo(String) - Method in class io.agora.rtc.LiveTranscoding
 
setTranscodingUsers(TranscodingUser) - Method in class io.agora.rtc.LiveTranscoding
 
setTransfer(int) - Method in class io.agora.rtc.ColorSpace
 
setTxAudioBytes(int) - Method in class io.agora.rtc.RtcStats
 
setTxAudioKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setTxBytes(int) - Method in class io.agora.rtc.RtcStats
 
setTxKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setTxPacketLossRate(int) - Method in class io.agora.rtc.RtcStats
 
setTxVideoBytes(int) - Method in class io.agora.rtc.RtcStats
 
setTxVideoKBitRate(short) - Method in class io.agora.rtc.RtcStats
 
setType(int) - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
setType(int) - Method in class io.agora.rtc.AudioFrame
 
setType(int) - Method in class io.agora.rtc.ContentInspectModule
 
setType(int) - Method in class io.agora.rtc.ExternalVideoFrame
 
setType(int) - Method in class io.agora.rtc.VideoFrame
 
setType(int) - Method in class io.agora.rtc.VideoSubscriptionOptions
 
setTypingNoiseDetected(int) - Method in class io.agora.rtc.LocalAudioDetailedStats
 
setUBuffer(ByteBuffer) - Method in class io.agora.rtc.VideoFrame
 
setUid(int) - Method in class io.agora.rtc.ChannelMediaInfo
 
setUid(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setUid(String) - Method in class io.agora.rtc.PeerDownlinkInfo
 
setUid(int) - Method in class io.agora.rtc.RemoteAudioTrackStats
 
setUid(int) - Method in class io.agora.rtc.RemoteVideoStreamInfo
 
setUid(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setUid(int) - Method in class io.agora.rtc.TranscodingUser
 
setUid(int) - Method in class io.agora.rtc.UserAudioSpectrumInfo
 
setUint(String, int) - Method in class io.agora.rtc.AgoraParameter
Sets an unsigned integer parameter.
setUplinkCostTimeMs(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setUplinkPacketLossFraction(float) - Method in class io.agora.rtc.AnaStats
 
setUplinkReport(LastmileProbeOneWayResult) - Method in class io.agora.rtc.LastmileProbeResult
 
setUrl(String) - Method in class io.agora.rtc.RtcImage
 
setUseAnalogMode(boolean) - Method in class io.agora.rtc.audio3a.AgcConfig
Sets whether to use analog AGC mode.
setUseCVersionAIModule(int) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setUserCount(int) - Method in class io.agora.rtc.LiveTranscoding
 
setUserCount(int) - Method in class io.agora.rtc.RtcStats
 
setUserId(String) - Method in class io.agora.rtc.AudioVolumeInfo
 
setUserId(String) - Method in class io.agora.rtc.TranscodingUser
 
setUserId(String) - Method in class io.agora.rtc.UserInfo
 
setUserRole(int) - Method in class io.agora.rtc.AgoraLocalUser
Sets the user role.
setUseStringUid(int) - Method in class io.agora.rtc.AgoraServiceConfig
 
setUStride(int) - Method in class io.agora.rtc.VideoFrame
 
setVad(int) - Method in class io.agora.rtc.AudioVolumeInfo
 
setVBuffer(ByteBuffer) - Method in class io.agora.rtc.VideoFrame
 
setVideoBitrate(int) - Method in class io.agora.rtc.LiveTranscoding
 
setVideoBitRate(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setVideoCodecProfile(int) - Method in class io.agora.rtc.LiveTranscoding
 
setVideoEncoderConfig(VideoEncoderConfig) - Method in class io.agora.rtc.AgoraLocalVideoTrack
Sets the video encoder configuration.
setVideoEncoderConfig(VideoEncoderConfig) - Method in class io.agora.rtc.AgoraRtcConn
Sets the video encoder configuration.
setVideoEncoderTargetBitrateBps(int) - Method in class io.agora.rtc.UplinkNetworkInfo
 
setVideoFrameRate(int) - Method in class io.agora.rtc.LiveTranscoding
 
setVideoFrameRate(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setVideoGop(int) - Method in class io.agora.rtc.LiveTranscoding
 
setVideoHeight(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setVideoPublishType(Constants.VideoPublishType) - Method in class io.agora.rtc.RtcConnPublishConfig
 
setVideoRecvMediaPacket(int) - Method in class io.agora.rtc.RtcConnConfig
 
setVideoRotation(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setVideoWidth(int) - Method in class io.agora.rtc.MediaStreamInfo
 
setView(long) - Method in class io.agora.rtc.AgoraVideoRenderer
 
setVoicePitch(double) - Method in class io.agora.rtc.AudioVolumeInfo
 
setVoicePitch(double) - Method in class io.agora.rtc.LocalAudioStats
 
setVoiceProb(int) - Method in class io.agora.rtc.AudioFrame
 
setVoiceProbThr(float) - Method in class io.agora.rtc.AgoraAudioVadConfig
 
setVolume(int) - Method in class io.agora.rtc.AudioVolumeInfo
 
setVStride(int) - Method in class io.agora.rtc.VideoFrame
 
setWatermark(RtcImage) - Method in class io.agora.rtc.LiveTranscoding
 
setWatermarkCount(int) - Method in class io.agora.rtc.LiveTranscoding
 
setWidth(int) - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
setWidth(int) - Method in class io.agora.rtc.LiveTranscoding
 
setWidth(int) - Method in class io.agora.rtc.LocalVideoTrackStats
 
setWidth(int) - Method in class io.agora.rtc.MixerLayoutConfig
 
setWidth(int) - Method in class io.agora.rtc.Rectangle
 
setWidth(int) - Method in class io.agora.rtc.RemoteVideoTrackStats
 
setWidth(int) - Method in class io.agora.rtc.RtcImage
 
setWidth(int) - Method in class io.agora.rtc.RtmpStreamingVideoConf
 
setWidth(int) - Method in class io.agora.rtc.TranscodingUser
 
setWidth(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setWidth(int) - Method in class io.agora.rtc.VideoDimensions
 
setWidth(int) - Method in class io.agora.rtc.VideoFormat
 
setWidth(int) - Method in class io.agora.rtc.VideoFrame
 
setWidthRatio(float) - Method in class io.agora.rtc.WatermarkRatio
 
setX(int) - Method in class io.agora.rtc.Rectangle
 
setX(int) - Method in class io.agora.rtc.RtcImage
 
setX(int) - Method in class io.agora.rtc.TranscodingUser
 
setX(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setXRatio(float) - Method in class io.agora.rtc.WatermarkRatio
 
setY(int) - Method in class io.agora.rtc.Rectangle
 
setY(int) - Method in class io.agora.rtc.RtcImage
 
setY(int) - Method in class io.agora.rtc.TranscodingUser
 
setY(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
setYBuffer(ByteBuffer) - Method in class io.agora.rtc.VideoFrame
 
setYRatio(float) - Method in class io.agora.rtc.WatermarkRatio
 
setYStride(int) - Method in class io.agora.rtc.VideoFrame
 
setZOrder(int) - Method in class io.agora.rtc.MixerLayoutConfig
 
setZOrder(int) - Method in class io.agora.rtc.RtcImage
 
setZOrder(int) - Method in class io.agora.rtc.TranscodingUser
 
setZOrder(int) - Method in class io.agora.rtc.TranscodingVideoStream
 
sharedContext - Variable in class io.agora.rtc.VideoFrame
[Texture related parameter], egl context.
SimulcastStreamConfig - Class in io.agora.rtc
 
SimulcastStreamConfig() - Constructor for class io.agora.rtc.SimulcastStreamConfig
 
SimulcastStreamConfig(VideoDimensions, int, int) - Constructor for class io.agora.rtc.SimulcastStreamConfig
 
SINGING_BEAUTIFIER - Static variable in class io.agora.rtc.Constants
Singing beautifier effect.
size() - Method in class io.agora.rtc.AgoraVideoFrame
 
size - Variable in class io.agora.rtc.Packet
 
size - Variable in class io.agora.rtc.PaddedRawPixelBuffer
 
SOFTWARE_ENCODER - Static variable in class io.agora.rtc.Constants
Software encoder.
sourceFile - Variable in class io.agora.rtc.utils.VadDumpUtils
 
sourceId - Variable in class io.agora.rtc.LocalAudioTrackStats
 
sourceType - Variable in class io.agora.rtc.TranscodingVideoStream
 
sourceType - Variable in class io.agora.rtc.VideoTrackInfo
 
spectrumData - Variable in class io.agora.rtc.UserAudioSpectrumInfo
 
speech - Variable in class io.agora.rtc.EncodedAudioFrameAdvancedSettings
 
speech - Variable in class io.agora.rtc.EncodedAudioFrameInfo
 
speechProtectThreshold - Variable in class io.agora.rtc.audio3a.AnsConfig
The ANS speech protect threshold, which is used when possibly speech damage happened by ANS.
SrcInfo - Class in io.agora.rtc
 
SrcInfo() - Constructor for class io.agora.rtc.SrcInfo
 
SrcInfo(int, String) - Constructor for class io.agora.rtc.SrcInfo
 
ssrcMajorStream - Variable in class io.agora.rtc.LocalVideoTrackStats
The synchronization source (SSRC) of the major stream.
ssrcMinorStream - Variable in class io.agora.rtc.LocalVideoTrackStats
The synchronization source (SSRC) of the minor stream.
START_BY_MAX_FRAME_SIZE - Static variable in class io.agora.rtc.utils.AudioConsumerUtils
 
START_BY_MIN_FRAME_SIZE - Static variable in class io.agora.rtc.utils.AudioConsumerUtils
 
startCacheDataSize - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
startedTimestamp - Variable in class io.agora.rtc.utils.AudioConsumerUtils
 
startLastmileProbeTest(LastmileProbeConfig) - Method in class io.agora.rtc.AgoraRtcConn
Starts last-mile network probe test
startQueue - Variable in class io.agora.rtc.AgoraAudioVadV2
 
startRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfig
start recognize count, buffer size for 10ms 16KHz 16bit 1channel PCM, default value is 10
startRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
The number of audio frames required to confirm the speaking state.
startRecording() - Method in class io.agora.rtc.AgoraRecordDevice
 
startRmsThreshold - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
rms: for rmsThreshold, the higher the value, the more sensitive to voice activity.
startSize - Variable in class io.agora.rtc.AgoraAudioVadV2
 
startTime - Variable in class io.agora.rtc.PcmConsumeStateUtils
 
startVoiceProb - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
voice prob: The lower the gate threshold, the higher the probability that a frame is judged as activity, which allows the start phase to begin earlier.
state - Variable in class io.agora.rtc.LastmileProbeResult
 
state - Variable in class io.agora.rtc.RtcConnInfo
 
state - Variable in class io.agora.rtc.RtmpConnInfo
 
state - Variable in class io.agora.rtc.VadProcessResult
 
stereoAecEnabled - Variable in class io.agora.rtc.audio3a.AecConfig
Whether to enable stereo Aec.
stop() - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
stopLastmileProbeTest() - Method in class io.agora.rtc.AgoraRtcConn
Stops last-mile network probe test
stopQueue - Variable in class io.agora.rtc.AgoraAudioVadV2
 
stopRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfig
stop recognize count, buffer size for 10ms 16KHz 16bit 1channel PCM, default value is 6
stopRecognizeCount - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
The number of audio frames required to confirm the stop speaking state.
stopRecording() - Method in class io.agora.rtc.AgoraRecordDevice
 
stopRmsThreshold - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
rms: for rmsThreshold, the higher the value, the more sensitive to voice activity.
stopVoiceProb - Variable in class io.agora.rtc.AgoraAudioVadConfigV2
voice prob: The lower the gate threshold, the higher the probability that a frame is judged as activity, which allows the start phase to begin earlier.
STREAM_FALLBACK_OPTION_AUDIO_ONLY - Static variable in class io.agora.rtc.Constants
 
STREAM_FALLBACK_OPTION_DISABLED - Static variable in class io.agora.rtc.Constants
 
STREAM_FALLBACK_OPTION_VIDEO_STREAM_LOW - Static variable in class io.agora.rtc.Constants
 
STREAM_LIFE_CYCLE_BIND2CHANNEL - Static variable in class io.agora.rtc.Constants
Bound to the channel lifecycle.
STREAM_LIFE_CYCLE_BIND2OWNER - Static variable in class io.agora.rtc.Constants
Bound to the owner of the RTMP stream.
streamIndex - Variable in class io.agora.rtc.MediaStreamInfo
 
streamType - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The stream type of video frame.
streamType - Variable in class io.agora.rtc.MediaStreamInfo
 
streamType - Variable in class io.agora.rtc.PeerDownlinkInfo
 
streamType - Variable in class io.agora.rtc.RemoteVideoStreamInfo
 
streamType - Variable in class io.agora.rtc.VideoTrackInfo
 
stride - Variable in class io.agora.rtc.ExternalVideoFrame
Line spacing of the incoming video frame, which must be in pixels instead of bytes.
stride - Variable in class io.agora.rtc.PaddedRawPixelBuffer
 
STYLE_TRANSFORMATION_POPULAR - Static variable in class io.agora.rtc.Constants
An audio effect typical of popular music.
STYLE_TRANSFORMATION_RNB - Static variable in class io.agora.rtc.Constants
An audio effect typical of RNB music.
subscribeAllAudio() - Method in class io.agora.rtc.AgoraLocalUser
Subscribes to the audio of all users.
subscribeAllVideo(VideoSubscriptionOptions) - Method in class io.agora.rtc.AgoraLocalUser
Subscribes to the video of all users.
subscribeAudio(String) - Method in class io.agora.rtc.AgoraLocalUser
Subscribes to the audio of a specified user.
subscribeVideo(String, VideoSubscriptionOptions) - Method in class io.agora.rtc.AgoraLocalUser
Subscribes to the video of a specified user.
suppressionMode - Variable in class io.agora.rtc.audio3a.AnsConfig
The ANS noise suppression mode.

T

takeScreenshot(String) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
targetBitrate - Variable in class io.agora.rtc.SenderOptions
 
targetleveldB - Variable in class io.agora.rtc.audio3a.AgcConfig
Target digital AGC level in dB.
targetMediaBitrateBps - Variable in class io.agora.rtc.LocalVideoTrackStats
The target bitrate (bps).
TCC_DISABLED - Static variable in class io.agora.rtc.Constants
 
TCC_ENABLED - Static variable in class io.agora.rtc.Constants
Transport CC enabled
textureId() - Method in class io.agora.rtc.AgoraVideoFrame
 
textureId - Variable in class io.agora.rtc.ExternalVideoFrame
[Texture related parameter] Incoming 4 × 4 transformational matrix.
TextureId - Class in io.agora.rtc
 
TextureId() - Constructor for class io.agora.rtc.TextureId
 
TextureId(long) - Constructor for class io.agora.rtc.TextureId
 
textureId - Variable in class io.agora.rtc.VideoFrame
[Texture related parameter], Texture ID used by the video frame.
ThreadPriorityType(int) - Constructor for enum io.agora.rtc.Constants.ThreadPriorityType
 
throughTheInterface() - Method in class io.agora.rtc.AgoraVideoFrameObserver
 
TIMBRE_TRANSFORMATION_CLEAR - Static variable in class io.agora.rtc.Constants
A clearer voice.
TIMBRE_TRANSFORMATION_DEEP - Static variable in class io.agora.rtc.Constants
A deeper voice.
TIMBRE_TRANSFORMATION_FALSETTO - Static variable in class io.agora.rtc.Constants
A falsetto voice.
TIMBRE_TRANSFORMATION_FULL - Static variable in class io.agora.rtc.Constants
A fuller voice.
TIMBRE_TRANSFORMATION_MELLOW - Static variable in class io.agora.rtc.Constants
A mellower voice.
TIMBRE_TRANSFORMATION_RESOUNDING - Static variable in class io.agora.rtc.Constants
A more resounding voice.
TIMBRE_TRANSFORMATION_RINGING - Static variable in class io.agora.rtc.Constants
A more ringing voice.
TIMBRE_TRANSFORMATION_VIGOROUS - Static variable in class io.agora.rtc.Constants
A more vigorous voice.
timestamp - Variable in class io.agora.rtc.ExternalVideoFrame
Timestamp of the incoming video frame (ms).
timestamp - Variable in class io.agora.rtc.PacketOptions
 
timestampUs() - Method in class io.agora.rtc.AgoraVideoFrame
 
TMixMode(int) - Constructor for enum io.agora.rtc.Constants.TMixMode
 
token - Variable in class io.agora.rtc.ChannelMediaInfo
 
top - Variable in class io.agora.rtc.MixerLayoutConfig
 
toString() - Method in class io.agora.rtc.AccountInfo
 
toString() - Method in class io.agora.rtc.AgoraAudioVadConfig
 
toString() - Method in class io.agora.rtc.AgoraAudioVadConfigV2
 
toString() - Method in class io.agora.rtc.AgoraAudioVadV2.VadData
 
toString() - Method in class io.agora.rtc.AgoraServiceConfig
 
toString() - Method in class io.agora.rtc.audio3a.AecConfig
 
toString() - Method in class io.agora.rtc.audio3a.AgcConfig
 
toString() - Method in class io.agora.rtc.audio3a.AgoraAudioFrame
 
toString() - Method in class io.agora.rtc.audio3a.AgoraAudioProcessorConfig
 
toString() - Method in class io.agora.rtc.audio3a.AnsConfig
 
toString() - Method in class io.agora.rtc.audio3a.BghvsConfig
 
toString() - Method in class io.agora.rtc.AudioFrame
 
toString() - Method in class io.agora.rtc.AudioParams
 
toString() - Method in class io.agora.rtc.AudioVolumeInfo
 
toString() - Method in class io.agora.rtc.Capabilities
 
toString() - Method in class io.agora.rtc.CapabilityItem
 
toString() - Method in class io.agora.rtc.ColorSpace
 
toString() - Method in class io.agora.rtc.DownlinkNetworkInfo
 
toString() - Method in class io.agora.rtc.EncodedAudioFrameInfo
 
toString() - Method in class io.agora.rtc.EncodedAudioFrameReceiverInfo
 
toString() - Method in class io.agora.rtc.EncodedVideoFrameInfo
 
toString() - Method in class io.agora.rtc.EncryptionConfig
 
toString() - Method in class io.agora.rtc.ExternalVideoFrame
 
toString() - Method in class io.agora.rtc.LocalAudioStats
 
toString() - Method in class io.agora.rtc.LocalVideoTrackStats
 
toString() - Method in class io.agora.rtc.RemoteAudioTrackStats
 
toString() - Method in class io.agora.rtc.RemoteVideoTrackStats
 
toString() - Method in class io.agora.rtc.RtcConnConfig
 
toString() - Method in class io.agora.rtc.RtcConnInfo
 
toString() - Method in class io.agora.rtc.RtcConnPublishConfig
 
toString() - Method in class io.agora.rtc.SenderOptions
 
toString() - Method in class io.agora.rtc.SimulcastStreamConfig
 
toString() - Method in class io.agora.rtc.UplinkNetworkInfo
 
toString() - Method in class io.agora.rtc.VadProcessResult
Returns a string representation of the VadProcessResult.
toString() - Method in class io.agora.rtc.VideoDimensions
 
toString() - Method in class io.agora.rtc.VideoEncoderConfig
 
toString() - Method in class io.agora.rtc.VideoFrame
 
toString() - Method in class io.agora.rtc.VideoSubscriptionOptions
 
totalActiveTime - Variable in class io.agora.rtc.RemoteVideoTrackStats
The total time (ms) when the remote user neither stops sending the video stream nor disables the video module after joining the channel.
totalBitrateBps - Variable in class io.agora.rtc.LocalVideoTrackStats
The total frame rate including FEC.
totalDecodedFrames - Variable in class io.agora.rtc.RemoteVideoTrackStats
The total video decoded frames.
totalDownscaleLevelCount - Variable in class io.agora.rtc.DownlinkNetworkInfo
 
totalDownscaleLevelCounts - Variable in class io.agora.rtc.RemoteVideoStreamInfo
 
totalFrozenTime - Variable in class io.agora.rtc.RemoteAudioTrackStats
The total freeze time (ms) of the remote audio stream after the remote user joins the channel.
totalFrozenTime - Variable in class io.agora.rtc.RemoteVideoTrackStats
The total freeze time (ms) of the remote video stream after the remote user joins the channel.
totalInputDuration - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
totalInputEnergy - Variable in class io.agora.rtc.LocalAudioDetailedStats
 
totalLength - Variable in class io.agora.rtc.PcmConsumeStateUtils
 
totalReceivedVideoCount - Variable in class io.agora.rtc.DownlinkNetworkInfo
 
trace(String, Object...) - Static method in class io.agora.rtc.AgoraLogger
Method call tracing - enabled only in debug mode.
trackId - Variable in class io.agora.rtc.EncodedVideoFrameInfo
This can be reserved for multiple video tracks, we need to create different ssrc and additional payload for later implementation.
trackId - Variable in class io.agora.rtc.VideoTrackInfo
 
transcodingExtraInfo - Variable in class io.agora.rtc.LiveTranscoding
 
TranscodingUser - Class in io.agora.rtc
 
TranscodingUser() - Constructor for class io.agora.rtc.TranscodingUser
 
TranscodingUser(int, String, int, int, int, int, int, double, int) - Constructor for class io.agora.rtc.TranscodingUser
 
transcodingUsers - Variable in class io.agora.rtc.LiveTranscoding
 
TranscodingVideoStream - Class in io.agora.rtc
 
TranscodingVideoStream() - Constructor for class io.agora.rtc.TranscodingVideoStream
 
TranscodingVideoStream(int, int, String, int, int, int, int, int, double, int) - Constructor for class io.agora.rtc.TranscodingVideoStream
 
transfer - Variable in class io.agora.rtc.ColorSpace
 
TransferID(int) - Constructor for enum io.agora.rtc.Constants.TransferID
 
txAudioBytes - Variable in class io.agora.rtc.RtcStats
 
txAudioKBitRate - Variable in class io.agora.rtc.RtcStats
 
txBytes - Variable in class io.agora.rtc.RtcStats
 
txKBitRate - Variable in class io.agora.rtc.RtcStats
 
txPacketLossRate - Variable in class io.agora.rtc.RtcStats
 
txVideoBytes - Variable in class io.agora.rtc.RtcStats
 
txVideoKBitRate - Variable in class io.agora.rtc.RtcStats
 
type() - Method in class io.agora.rtc.AgoraVideoFrame
 
type - Variable in class io.agora.rtc.audio3a.AgoraAudioFrame
The audio frame type.
type - Variable in class io.agora.rtc.AudioFrame
 
type - Variable in class io.agora.rtc.ContentInspectModule
 
type - Variable in class io.agora.rtc.ExternalVideoFrame
The buffer type.
type - Variable in class io.agora.rtc.VideoFrame
 
type - Variable in class io.agora.rtc.VideoSubscriptionOptions
 
typingNoiseDetected - Variable in class io.agora.rtc.LocalAudioDetailedStats
 

U

uBuffer - Variable in class io.agora.rtc.VideoFrame
U data buffer
uid - Variable in class io.agora.rtc.AccountInfo
 
uid - Variable in class io.agora.rtc.ChannelMediaInfo
 
uid - Variable in class io.agora.rtc.EncodedVideoFrameInfo
ID of the user.
uid - Variable in class io.agora.rtc.RemoteAudioTrackStats
User ID of the remote user sending the audio streams.
uid - Variable in class io.agora.rtc.RemoteVideoStreamInfo
 
uid - Variable in class io.agora.rtc.RemoteVideoTrackStats
User ID of the remote user sending the video streams.
uid - Variable in class io.agora.rtc.TranscodingUser
 
uid - Variable in class io.agora.rtc.UserAudioSpectrumInfo
 
ULTRA_HIGH_QUALITY_VOICE - Static variable in class io.agora.rtc.Constants
A ultra high quality voice.
undirectConsume() - Method in class io.agora.rtc.utils.AudioConsumerUtils
 
unload() - Static method in class io.agora.rtc.SDK
 
unpublishAudio(AgoraLocalAudioTrack) - Method in class io.agora.rtc.AgoraLocalUser
Unpublishes the local audio track.
unpublishAudio() - Method in class io.agora.rtc.AgoraRtcConn
Unpublishes the audio track.
unpublishVideo(AgoraLocalVideoTrack) - Method in class io.agora.rtc.AgoraLocalUser
Unpublishes the local video track.
unpublishVideo() - Method in class io.agora.rtc.AgoraRtcConn
Unpublishes the video track.
unregister() - Method in class io.agora.rtc.LocalUserObserverWrapper
 
unregisterAllObservers() - Method in class io.agora.rtc.AgoraLocalUser
Unregisters all observers.
unregisterAudioEncodedFrameObserver(IAudioEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the audio encoded frame observer.
unregisterAudioFrameObserver() - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the audio frame observer.
unregisterAudioFrameObserver(IAudioFrameObserver) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
unregisterAudioFrameObserver(IAudioFrameObserver) - Method in class io.agora.rtc.AgoraRecordDevice
 
unregisterCapabilitesObserver(ICapabilitesObserver) - Method in class io.agora.rtc.AgoraLocalUser
Unregisters a capabilities observer.
unregisterMediaControlPacketReceiver(AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the media control packet receiver.
unregisterMediaPacketReceiver(AgoraMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteAudioTrack
 
unregisterMediaPacketReceiver(IMediaPacketReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
unregisterNetworkObserver() - Method in class io.agora.rtc.AgoraRtcConn
Unregisters the network observer
unregisterObserver(IAudioDeviceManagerObserver) - Method in class io.agora.rtc.AgoraAudioDeviceManager
 
unregisterObserver() - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the local user observer.
unregisterObserver() - Method in class io.agora.rtc.AgoraRtcConn
Unregisters the RTC connection observer
unregisterObserver(IRtmpStreamingObserver) - Method in class io.agora.rtc.AgoraRtmpStreamingService
 
unregisterPlayerSourceObserver(IAgoraMediaPlayerSourceObserver) - Method in class io.agora.rtc.AgoraMediaPlayerSource
 
unregisterVideoEncodedFrameObserver(AgoraVideoEncodedFrameObserver) - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the video encoded frame observer.
unregisterVideoEncodedImageReceiver(AgoraVideoEncodedImageReceiver) - Method in class io.agora.rtc.AgoraRemoteVideoTrack
 
unregisterVideoFrameObserver(AgoraVideoFrameObserver2) - Method in class io.agora.rtc.AgoraLocalUser
Unregisters the video frame observer.
unsetView() - Method in class io.agora.rtc.AgoraVideoRenderer
 
unsubscribeAllAudio() - Method in class io.agora.rtc.AgoraLocalUser
Unsubscribes from the audio of all users.
unsubscribeAllVideo() - Method in class io.agora.rtc.AgoraLocalUser
Unsubscribes from the video of all users.
unsubscribeAudio(String) - Method in class io.agora.rtc.AgoraLocalUser
Unsubscribes from the audio of a specified user.
unsubscribeVideo(String) - Method in class io.agora.rtc.AgoraLocalUser
Unsubscribes from the video of a specified user.
updateAudioSenario(int) - Method in class io.agora.rtc.AgoraRtcConn
Updates the audio scenario.
updateScreenCaptureRegion(Rectangle) - Method in class io.agora.rtc.AgoraScreenCapturer
 
uplinkCostTimeMs - Variable in class io.agora.rtc.LocalVideoTrackStats
The average time diff between frame captured and framed encoded.
UplinkNetworkInfo - Class in io.agora.rtc
 
UplinkNetworkInfo() - Constructor for class io.agora.rtc.UplinkNetworkInfo
 
UplinkNetworkInfo(int) - Constructor for class io.agora.rtc.UplinkNetworkInfo
 
uplinkPacketLossFraction - Variable in class io.agora.rtc.AnaStats
 
uplinkReport - Variable in class io.agora.rtc.LastmileProbeResult
 
UploadErrorReason(int) - Constructor for enum io.agora.rtc.Constants.UploadErrorReason
 
url - Variable in class io.agora.rtc.RtcImage
 
useAnalogMode - Variable in class io.agora.rtc.audio3a.AgcConfig
Whether to use analog AGC working mode.
useCVersionAIModule - Variable in class io.agora.rtc.AgoraAudioVadConfig
whether to use the C version of AI submodules, default value is 0
USER_PRIORITY_HIGH - Static variable in class io.agora.rtc.Constants
High Priority, if you set a user with high priority, then streams of this user will have high priority than streams of other users with normal default priority.
USER_PRIORITY_NORANL - Static variable in class io.agora.rtc.Constants
Default priority.
userAccount - Variable in class io.agora.rtc.AccountInfo
 
UserAudioSpectrumInfo - Class in io.agora.rtc
 
UserAudioSpectrumInfo() - Constructor for class io.agora.rtc.UserAudioSpectrumInfo
 
UserAudioSpectrumInfo(int, AudioSpectrumData) - Constructor for class io.agora.rtc.UserAudioSpectrumInfo
 
userCount - Variable in class io.agora.rtc.LiveTranscoding
 
userCount - Variable in class io.agora.rtc.RtcStats
 
userId - Variable in class io.agora.rtc.AudioVolumeInfo
 
userId - Variable in class io.agora.rtc.PeerDownlinkInfo
 
userId - Variable in class io.agora.rtc.TranscodingUser
 
userId - Variable in class io.agora.rtc.UserInfo
 
UserInfo - Class in io.agora.rtc
 
UserInfo() - Constructor for class io.agora.rtc.UserInfo
 
UserInfo(String, int, int) - Constructor for class io.agora.rtc.UserInfo
 
UserOfflineReasonType(int) - Constructor for enum io.agora.rtc.Constants.UserOfflineReasonType
 
useStringUid - Variable in class io.agora.rtc.AgoraServiceConfig
Whether to enable string user id.
uStride - Variable in class io.agora.rtc.VideoFrame
Line span of U buffer in YUV data.
Utils - Class in io.agora.rtc.utils
 
Utils() - Constructor for class io.agora.rtc.utils.Utils
 

V

vad - Variable in class io.agora.rtc.AudioVolumeInfo
 
vadConfig - Variable in class io.agora.rtc.AgoraAudioVadManager
VAD configuration
vadConfig - Variable in class io.agora.rtc.AgoraAudioVadV2
 
VadData(byte[], boolean) - Constructor for class io.agora.rtc.AgoraAudioVadV2.VadData
 
VadDumpUtils - Class in io.agora.rtc.utils
 
VadDumpUtils(String) - Constructor for class io.agora.rtc.utils.VadDumpUtils
 
vadFile - Variable in class io.agora.rtc.utils.VadDumpUtils
 
vadInstanceMap - Variable in class io.agora.rtc.AgoraAudioVadManager
Map to store VAD instances for different channels and users
vadManager - Variable in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
vadProcessResult - Variable in class io.agora.rtc.AgoraAudioFrameObserverWrapper
 
VadProcessResult - Class in io.agora.rtc
This class represents the result of a Voice Activity Detection (VAD) process.
VadProcessResult() - Constructor for class io.agora.rtc.VadProcessResult
Constructor for VadProcessResult.
VadProcessResult(byte[], Constants.VadState) - Constructor for class io.agora.rtc.VadProcessResult
Constructor for VadProcessResult.
VadState(int) - Constructor for enum io.agora.rtc.Constants.VadState
 
value - Variable in enum io.agora.rtc.Constants.AecFilterLength
 
value - Variable in enum io.agora.rtc.Constants.AecModelType
 
value - Variable in enum io.agora.rtc.Constants.AecSuppressionMode
 
value - Variable in enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
 
value - Variable in enum io.agora.rtc.Constants.AIAecSuppressionMode
 
value - Variable in enum io.agora.rtc.Constants.AnsModelType
 
value - Variable in enum io.agora.rtc.Constants.AnsSuppressionMode
 
value - Variable in enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
 
value - Variable in enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
 
value - Variable in enum io.agora.rtc.Constants.AudioFrameType
 
value - Variable in enum io.agora.rtc.Constants.AudioPublishType
 
value - Variable in enum io.agora.rtc.Constants.BghvsSuppressionMode
 
value - Variable in enum io.agora.rtc.Constants.BytesPerSample
 
value - Variable in enum io.agora.rtc.Constants.CapabilityType
 
value - Variable in enum io.agora.rtc.Constants.ClientRoleType
 
value - Variable in enum io.agora.rtc.Constants.ConnectionChangedReasonType
 
value - Variable in enum io.agora.rtc.Constants.ContentInspectResult
 
value - Variable in enum io.agora.rtc.Constants.EncryptionErrorType
 
value - Variable in enum io.agora.rtc.Constants.ErrorCodeType
 
value - Variable in enum io.agora.rtc.Constants.ExternalVideoSourceType
 
value - Variable in enum io.agora.rtc.Constants.LogLevel
 
value - Variable in enum io.agora.rtc.Constants.MatrixID
 
value - Variable in enum io.agora.rtc.Constants.MediaSourceType
 
value - Variable in enum io.agora.rtc.Constants.MediaType
 
value - Variable in enum io.agora.rtc.Constants.NetworkType
 
value - Variable in enum io.agora.rtc.Constants.PrimaryID
 
value - Variable in enum io.agora.rtc.Constants.QualityType
 
value - Variable in enum io.agora.rtc.Constants.RangeID
 
value - Variable in enum io.agora.rtc.Constants.RemoteAudioState
 
value - Variable in enum io.agora.rtc.Constants.RemoteAudioStateReason
 
value - Variable in enum io.agora.rtc.Constants.ThreadPriorityType
 
value - Variable in enum io.agora.rtc.Constants.TMixMode
 
value - Variable in enum io.agora.rtc.Constants.TransferID
 
value - Variable in enum io.agora.rtc.Constants.UploadErrorReason
 
value - Variable in enum io.agora.rtc.Constants.UserOfflineReasonType
 
value - Variable in enum io.agora.rtc.Constants.VadState
 
value - Variable in enum io.agora.rtc.Constants.VideoPublishType
 
value - Variable in enum io.agora.rtc.Constants.VideoSourceType
 
valueOf(String) - Static method in enum io.agora.rtc.Constants.AecFilterLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AecModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AecSuppressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AIAecSuppressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AnsModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AnsSuppressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AudioFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.AudioPublishType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.BghvsSuppressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.BytesPerSample
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.CapabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ClientRoleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ConnectionChangedReasonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ContentInspectResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.EncryptionErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ErrorCodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ExternalVideoSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.MatrixID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.MediaSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.NetworkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.PrimaryID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.QualityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.RangeID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.RemoteAudioState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.RemoteAudioStateReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.ThreadPriorityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.TMixMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.TransferID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.UploadErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.UserOfflineReasonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.VadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.VideoPublishType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.agora.rtc.Constants.VideoSourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.agora.rtc.Constants.AecFilterLength
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AecModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AecSuppressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AgoraAudioProcessorEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AIAecSuppressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AnsModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AnsSuppressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AUDIO_EQUALIZATION_BAND_FREQUENCY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AUDIO_REVERB_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AudioFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.AudioPublishType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.BghvsSuppressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.BytesPerSample
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.CapabilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ClientRoleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ConnectionChangedReasonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ContentInspectResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.EncryptionErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ErrorCodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ExternalVideoSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.MatrixID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.MediaSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.NetworkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.PrimaryID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.QualityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.RangeID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.RemoteAudioState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.RemoteAudioStateReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.ThreadPriorityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.TMixMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.TransferID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.UploadErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.UserOfflineReasonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.VadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.VideoPublishType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.agora.rtc.Constants.VideoSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
vBuffer - Variable in class io.agora.rtc.VideoFrame
V data buffer
VIDEO_CODEC_GENERIC - Static variable in class io.agora.rtc.Constants
 
VIDEO_CODEC_GENERIC_H264 - Static variable in class io.agora.rtc.Constants
 
VIDEO_CODEC_GENERIC_JPEG - Static variable in class io.agora.rtc.Constants
 
VIDEO_CODEC_H264 - Static variable in class io.agora.rtc.Constants
 
VIDEO_CODEC_H265 - Static variable in class io.agora.rtc.Constants
 
VIDEO_CODEC_VP8 - Static variable in class io.agora.rtc.Constants
Video codec types VIDEO_CODEC_TYPE
VIDEO_CODEC_VP9 - Static variable in class io.agora.rtc.Constants
 
VIDEO_FRAME_TYPE_B_FRAME - Static variable in class io.agora.rtc.Constants
 
VIDEO_FRAME_TYPE_BLANK_FRAME - Static variable in class io.agora.rtc.Constants
Video Frame Type.
VIDEO_FRAME_TYPE_DELTA_FRAME - Static variable in class io.agora.rtc.Constants
 
VIDEO_FRAME_TYPE_KEY_FRAME - Static variable in class io.agora.rtc.Constants
 
VIDEO_FRAME_TYPE_UNKNOWN - Static variable in class io.agora.rtc.Constants
 
VIDEO_MIRROR_MODE_AUTO - Static variable in class io.agora.rtc.Constants
The default mirror mode, that is, the mode set by the SDK.
VIDEO_MIRROR_MODE_DISABLED - Static variable in class io.agora.rtc.Constants
Disable the mirror mode
VIDEO_MIRROR_MODE_ENABLED - Static variable in class io.agora.rtc.Constants
Enable the mirror mode.
VIDEO_ORIENTATION_0 - Static variable in class io.agora.rtc.Constants
0: No rotation.
VIDEO_ORIENTATION_180 - Static variable in class io.agora.rtc.Constants
180: 180 degrees.
VIDEO_ORIENTATION_270 - Static variable in class io.agora.rtc.Constants
270: 270 degrees.
VIDEO_ORIENTATION_90 - Static variable in class io.agora.rtc.Constants
90: 90 degrees.
VIDEO_PROFILE_1080P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_1080P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_1080P_5 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_120P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_120P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_1440P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_1440P_2 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_180P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_180P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_180P_4 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_240P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_240P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_240P_4 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_10 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_11 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_4 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_6 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_7 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_8 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_360P_9 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_10 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_4 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_6 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_8 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_480P_9 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_4K - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_4K_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_720P - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_720P_3 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_720P_5 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_720P_6 - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_PROFILE_DEFAULT - Static variable in class io.agora.rtc.Constants
Deprecated.
VIDEO_SOURCE_CAMERA_PRIMARY - Static variable in class io.agora.rtc.Constants
Video captured by the camera.
VIDEO_SOURCE_CAMERA_SECONDARY - Static variable in class io.agora.rtc.Constants
Video captured by the secondary camera.
VIDEO_SOURCE_CUSTOM - Static variable in class io.agora.rtc.Constants
Not define.
VIDEO_SOURCE_MEDIA_PLAYER - Static variable in class io.agora.rtc.Constants
Video for media player sharing.
VIDEO_SOURCE_REMOTE - Static variable in class io.agora.rtc.Constants
Remote video received from network.
VIDEO_SOURCE_RTC_IMAGE_GIF - Static variable in class io.agora.rtc.Constants
Video for png image.
VIDEO_SOURCE_RTC_IMAGE_JPEG - Static variable in class io.agora.rtc.Constants
Video for png image.
VIDEO_SOURCE_RTC_IMAGE_PNG - Static variable in class io.agora.rtc.Constants
Video for png image.
VIDEO_SOURCE_SCREEN_PRIMARY - Static variable in class io.agora.rtc.Constants
Video for screen sharing.
VIDEO_SOURCE_SCREEN_SECONDARY - Static variable in class io.agora.rtc.Constants
Video for secondary screen sharing.
VIDEO_SOURCE_TRANSCODED - Static variable in class io.agora.rtc.Constants
Video for transcoded.
VIDEO_SOURCE_UNKNOWN - Static variable in class io.agora.rtc.Constants
 
VIDEO_STREAM_HIGH - Static variable in class io.agora.rtc.Constants
0: The high-stream video, that is, the video stream featuring in high resolution and high bitrate.
VIDEO_STREAM_LOW - Static variable in class io.agora.rtc.Constants
1: The low-stream video, that is, the video stream featuring in low resolution and low bitrate.
videoBitrate - Variable in class io.agora.rtc.LiveTranscoding
 
videoBitRate - Variable in class io.agora.rtc.MediaStreamInfo
 
videoCodecProfile - Variable in class io.agora.rtc.LiveTranscoding
 
VideoDimensions - Class in io.agora.rtc
 
VideoDimensions() - Constructor for class io.agora.rtc.VideoDimensions
 
VideoDimensions(int, int) - Constructor for class io.agora.rtc.VideoDimensions
 
videoEncodedFrameObserver - Variable in class io.agora.rtc.AgoraVideoEncodedFrameObserver
 
VideoEncoderConfig - Class in io.agora.rtc
 
VideoEncoderConfig() - Constructor for class io.agora.rtc.VideoEncoderConfig
 
VideoEncoderConfig(int, VideoDimensions, int, int, int, int, int, int, int) - Constructor for class io.agora.rtc.VideoEncoderConfig
 
videoEncoderTargetBitrateBps - Variable in class io.agora.rtc.UplinkNetworkInfo
 
VideoFormat - Class in io.agora.rtc
 
VideoFormat() - Constructor for class io.agora.rtc.VideoFormat
 
VideoFormat(int, int, int) - Constructor for class io.agora.rtc.VideoFormat
 
VideoFrame - Class in io.agora.rtc
 
VideoFrame() - Constructor for class io.agora.rtc.VideoFrame
 
VideoFrame(int, int, int, int, int, int, ByteBuffer, ByteBuffer, ByteBuffer, int, long, int, ByteBuffer, Object, int, float[], ByteBuffer, int) - Constructor for class io.agora.rtc.VideoFrame
 
videoFrameObserver2 - Variable in class io.agora.rtc.AgoraVideoFrameObserver2
 
videoFrameRate - Variable in class io.agora.rtc.LiveTranscoding
 
videoFrameRate - Variable in class io.agora.rtc.MediaStreamInfo
 
videoFrameSender - Variable in class io.agora.rtc.AgoraRtcConn
 
videoGop - Variable in class io.agora.rtc.LiveTranscoding
 
videoHeight - Variable in class io.agora.rtc.MediaStreamInfo
 
VideoPublishType(int) - Constructor for enum io.agora.rtc.Constants.VideoPublishType
 
videoPublishType - Variable in class io.agora.rtc.RtcConnPublishConfig
 
videoRecvMediaPacket - Variable in class io.agora.rtc.RtcConnConfig
Determines whether to receive video media packet or not.
videoRotation - Variable in class io.agora.rtc.MediaStreamInfo
 
VideoSourceType(int) - Constructor for enum io.agora.rtc.Constants.VideoSourceType
 
VideoSubscriptionOptions - Class in io.agora.rtc
 
VideoSubscriptionOptions() - Constructor for class io.agora.rtc.VideoSubscriptionOptions
 
VideoSubscriptionOptions(int, int) - Constructor for class io.agora.rtc.VideoSubscriptionOptions
 
VideoTrackInfo - Class in io.agora.rtc
 
VideoTrackInfo() - Constructor for class io.agora.rtc.VideoTrackInfo
 
VideoTrackInfo(int, int, int, String, int, int, int, int, int) - Constructor for class io.agora.rtc.VideoTrackInfo
 
videoWidth - Variable in class io.agora.rtc.MediaStreamInfo
 
VOICE_BEAUTIFIER_OFF - Static variable in class io.agora.rtc.Constants
Turn off voice beautifier effects and use the original voice.
VOICE_BEAUTY_CLEAR - Static variable in class io.agora.rtc.Constants
A clearer voice.
VOICE_BEAUTY_DEEP - Static variable in class io.agora.rtc.Constants
A deeper voice.
VOICE_BEAUTY_FALSETTO - Static variable in class io.agora.rtc.Constants
Falsetto.
VOICE_BEAUTY_FULL - Static variable in class io.agora.rtc.Constants
A fuller voice.
VOICE_BEAUTY_MELLOW - Static variable in class io.agora.rtc.Constants
A mellower voice.
VOICE_BEAUTY_RESOUNDING - Static variable in class io.agora.rtc.Constants
A more resounding voice.
VOICE_BEAUTY_RINGING - Static variable in class io.agora.rtc.Constants
A more ringing voice.
VOICE_BEAUTY_SPACIAL - Static variable in class io.agora.rtc.Constants
A more spatially resonant voice.
VOICE_BEAUTY_VIGOROUS - Static variable in class io.agora.rtc.Constants
A more vigorous voice.
VOICE_CHANGER_BABYBOY - Static variable in class io.agora.rtc.Constants
The voice of a little boy.
VOICE_CHANGER_BABYGIRL - Static variable in class io.agora.rtc.Constants
The voice of a little girl.
VOICE_CHANGER_BASS - Static variable in class io.agora.rtc.Constants
A deep voice.
VOICE_CHANGER_EFFECT_BOY - Static variable in class io.agora.rtc.Constants
The voice of a boy.
VOICE_CHANGER_EFFECT_GIRL - Static variable in class io.agora.rtc.Constants
The voice of a girl.
VOICE_CHANGER_EFFECT_HULK - Static variable in class io.agora.rtc.Constants
The voice of Hulk.
VOICE_CHANGER_EFFECT_OLDMAN - Static variable in class io.agora.rtc.Constants
The voice of an old man.
VOICE_CHANGER_EFFECT_PIGKING - Static variable in class io.agora.rtc.Constants
The voice of Pig King, a character in Journey to the West who has a voice like a growling bear.
VOICE_CHANGER_EFFECT_SISTER - Static variable in class io.agora.rtc.Constants
The voice of a young woman.
VOICE_CHANGER_EFFECT_UNCLE - Static variable in class io.agora.rtc.Constants
The voice of a middle-aged man.
VOICE_CHANGER_ETHEREAL - Static variable in class io.agora.rtc.Constants
The ethereal voice.
VOICE_CHANGER_HULK - Static variable in class io.agora.rtc.Constants
The voice of Hulk.
VOICE_CHANGER_NEUTRAL - Static variable in class io.agora.rtc.Constants
A gender-neutral voice.
VOICE_CHANGER_OFF - Static variable in class io.agora.rtc.Constants
Turn off the local voice changer, that is, to use the original voice.
VOICE_CHANGER_OLDMAN - Static variable in class io.agora.rtc.Constants
The voice of an old man.
VOICE_CHANGER_SOLID - Static variable in class io.agora.rtc.Constants
A steady voice.
VOICE_CHANGER_SWEET - Static variable in class io.agora.rtc.Constants
A sweet voice.
VOICE_CHANGER_ZHUBAJIE - Static variable in class io.agora.rtc.Constants
The voice of Zhu Bajie, a character in Journey to the West who has a voice like that of a growling bear.
VOICE_CONVERSION_OFF - Static variable in class io.agora.rtc.Constants
Turn off voice conversion effects and use the original voice.
voicePitch - Variable in class io.agora.rtc.AudioVolumeInfo
 
voicePitch - Variable in class io.agora.rtc.LocalAudioStats
Voice pitch frequency in Hz.
voiceProb - Variable in class io.agora.rtc.AudioFrame
 
voiceProbThr - Variable in class io.agora.rtc.AgoraAudioVadConfig
voice probability threshold 0.0f ~ 1.0f, default value is 0.8
volume - Variable in class io.agora.rtc.AudioVolumeInfo
 
vStride - Variable in class io.agora.rtc.VideoFrame
Line span of V buffer in YUV data.

W

warn(String) - Static method in class io.agora.rtc.AgoraLogger
Warning level log.
warn(String, Object...) - Static method in class io.agora.rtc.AgoraLogger
Warning level log - optimized for delayed string concatenation.
WARN_ADM_GLITCH_STATE - Static variable in class io.agora.rtc.Constants
Audio Device Module: The device is in the glitch state.
WARN_ADM_IMPROPER_SETTINGS - Static variable in class io.agora.rtc.Constants
Audio Device Module: The settings are improper.
WARN_ADM_PLAYOUT_AUDIO_LOWLEVEL - Static variable in class io.agora.rtc.Constants
Audio Device Module: The playback audio volume is too low.
WARN_ADM_RECORD_AUDIO_LOWLEVEL - Static variable in class io.agora.rtc.Constants
Audio Device Module: The recorded audio volume is too low.
WARN_ADM_RECORD_AUDIO_SILENCE - Static variable in class io.agora.rtc.Constants
Audio Device Module: No valid audio data is collected.
WARN_ADM_RECORD_IS_OCCUPIED - Static variable in class io.agora.rtc.Constants
Audio Device Module: The recording device is occupied.
WARN_ADM_RUNTIME_PLAYOUT_WARNING - Static variable in class io.agora.rtc.Constants
Audio Device Module: A warning in the runtime playback device.
WARN_ADM_RUNTIME_RECORDING_WARNING - Static variable in class io.agora.rtc.Constants
Audio Device Module: A warning in the runtime recording device.
WARN_APM_HOWLING - Static variable in class io.agora.rtc.Constants
Audio Device Module: Howling is detected.
WARN_AUDIO_MIXING_OPEN_ERROR - Static variable in class io.agora.rtc.Constants
Error in opening the audio mixing.
WARN_INIT_VIDEO - Static variable in class io.agora.rtc.Constants
Failed to initialize the video function.
WARN_INVALID_VIEW - Static variable in class io.agora.rtc.Constants
The specified view is invalid.
WARN_LOOKUP_CHANNEL_REJECTED - Static variable in class io.agora.rtc.Constants
The server rejected the request to look up the channel.
WARN_LOOKUP_CHANNEL_TIMEOUT - Static variable in class io.agora.rtc.Constants
A timeout when looking up the channel.
WARN_NO_AVAILABLE_CHANNEL - Static variable in class io.agora.rtc.Constants
No channel resources are available.
WARN_OPEN_CHANNEL_INVALID_TICKET - Static variable in class io.agora.rtc.Constants
The ticket to open the channel is invalid.
WARN_OPEN_CHANNEL_REJECTED - Static variable in class io.agora.rtc.Constants
The server rejected the request to open the channel.
WARN_OPEN_CHANNEL_TIMEOUT - Static variable in class io.agora.rtc.Constants
A timeout when opening the channel.
WARN_OPEN_CHANNEL_TRY_NEXT_VOS - Static variable in class io.agora.rtc.Constants
Try connecting to another server.
WARN_PENDING - Static variable in class io.agora.rtc.Constants
The request is pending, usually due to some module not being ready, and the SDK postponed processing the request.
WARN_SET_CLIENT_ROLE_NOT_AUTHORIZED - Static variable in class io.agora.rtc.Constants
The client role is not authorized.
WARN_SET_CLIENT_ROLE_TIMEOUT - Static variable in class io.agora.rtc.Constants
A timeout when setting the client role in the broadcast mode.
WARN_SWITCH_LIVE_VIDEO_TIMEOUT - Static variable in class io.agora.rtc.Constants
A timeout when switching the live video.
warnEnabled - Static variable in class io.agora.rtc.AgoraLogger
 
watermark - Variable in class io.agora.rtc.LiveTranscoding
 
watermarkCount - Variable in class io.agora.rtc.LiveTranscoding
 
WatermarkRatio - Class in io.agora.rtc
 
WatermarkRatio() - Constructor for class io.agora.rtc.WatermarkRatio
 
WatermarkRatio(float, float, float) - Constructor for class io.agora.rtc.WatermarkRatio
 
width() - Method in class io.agora.rtc.AgoraVideoFrame
 
width - Variable in class io.agora.rtc.EncodedVideoFrameInfo
The width (px) of the video.
width - Variable in class io.agora.rtc.LiveTranscoding
 
width - Variable in class io.agora.rtc.LocalVideoTrackStats
The frame width (pixel).
width - Variable in class io.agora.rtc.MixerLayoutConfig
 
width - Variable in class io.agora.rtc.Rectangle
 
width - Variable in class io.agora.rtc.RemoteVideoTrackStats
Width (pixels) of the video stream.
width - Variable in class io.agora.rtc.RtcImage
 
width - Variable in class io.agora.rtc.RtmpStreamingVideoConf
 
width - Variable in class io.agora.rtc.TranscodingUser
 
width - Variable in class io.agora.rtc.TranscodingVideoStream
 
width - Variable in class io.agora.rtc.VideoDimensions
 
width - Variable in class io.agora.rtc.VideoFormat
 
width - Variable in class io.agora.rtc.VideoFrame
Video pixel width.
widthRatio - Variable in class io.agora.rtc.WatermarkRatio
 
write(AudioFrame, byte[], Constants.VadState) - Method in class io.agora.rtc.utils.VadDumpUtils
 
writeFileExecutorService - Variable in class io.agora.rtc.utils.VadDumpUtils
 

X

x - Variable in class io.agora.rtc.Rectangle
 
x - Variable in class io.agora.rtc.RtcImage
 
x - Variable in class io.agora.rtc.TranscodingUser
 
x - Variable in class io.agora.rtc.TranscodingVideoStream
 
xRatio - Variable in class io.agora.rtc.WatermarkRatio
 

Y

y - Variable in class io.agora.rtc.Rectangle
 
y - Variable in class io.agora.rtc.RtcImage
 
y - Variable in class io.agora.rtc.TranscodingUser
 
y - Variable in class io.agora.rtc.TranscodingVideoStream
 
yBuffer - Variable in class io.agora.rtc.VideoFrame
Y data buffer
yRatio - Variable in class io.agora.rtc.WatermarkRatio
 
yStride - Variable in class io.agora.rtc.VideoFrame
Line span of Y buffer in YUV data.

Z

zOrder - Variable in class io.agora.rtc.MixerLayoutConfig
 
zOrder - Variable in class io.agora.rtc.RtcImage
 
zOrder - Variable in class io.agora.rtc.TranscodingUser
 
zOrder - Variable in class io.agora.rtc.TranscodingVideoStream
 

_

_AgoraMediaPlayerSourceObserver - Variable in class io.agora.rtc.AgoraMediaPlayerSource
 
_AudioDeviceManagerObserver - Variable in class io.agora.rtc.AgoraAudioDeviceManager
 
_AudioFrameObserver - Variable in class io.agora.rtc.AgoraMediaPlayerSource
 
_AudioFrameObserver - Variable in class io.agora.rtc.AgoraRecordDevice
 
_RtmpStreamingObserver - Variable in class io.agora.rtc.AgoraRtmpStreamingService
 
A B C D E F G H I J L M N O P Q R S T U V W X Y Z _ 
Skip navigation links