|
Agora RTC Objective-C API Reference
Refactor
|
Go to the documentation of this file.
9 #pragma once // NOLINT(build/header_guard)
22 #define MAX_PATH_260 (260)
26 #ifndef WIN32_LEAN_AND_MEAN
27 #define WIN32_LEAN_AND_MEAN
28 #endif // !WIN32_LEAN_AND_MEAN
29 #if defined(__aarch64__)
30 #include <arm64intr.h>
34 #if defined(AGORARTC_EXPORT)
35 #define AGORA_API extern "C" __declspec(dllexport)
36 #define AGORA_CPP_API __declspec(dllexport)
38 #define AGORA_API extern "C" __declspec(dllimport)
39 #define AGORA_CPP_API __declspec(dllimport)
40 #endif // AGORARTC_EXPORT
42 #define AGORA_CALL __cdecl
46 #define AGORA_CPP_INTERNAL_API extern
48 #elif defined(__APPLE__)
50 #include <TargetConditionals.h>
52 #define AGORA_API extern "C" __attribute__((visibility("default")))
53 #define AGORA_CPP_API __attribute__((visibility("default")))
56 #define AGORA_CPP_INTERNAL_API __attribute__((visibility("hidden")))
58 #elif defined(__ANDROID__) || defined(__linux__)
60 #define AGORA_API extern "C" __attribute__((visibility("default")))
61 #define AGORA_CPP_API __attribute__((visibility("default")))
66 #define AGORA_CPP_INTERNAL_API __attribute__((visibility("hidden")))
68 #else // !_WIN32 && !__APPLE__ && !(__ANDROID__ || __linux__)
70 #define AGORA_API extern "C"
78 #ifndef OPTIONAL_ENUM_SIZE_T
79 #if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
80 #define OPTIONAL_ENUM_SIZE_T enum : size_t
82 #define OPTIONAL_ENUM_SIZE_T enum
86 #ifndef OPTIONAL_NULLPTR
87 #if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
88 #define OPTIONAL_NULLPTR nullptr
90 #define OPTIONAL_NULLPTR NULL
94 #define INVALID_DISPLAY_ID (-2)
137 template <
class C1,
class C2>
140 if (c && !c->queryInterface(iid,
reinterpret_cast<void**
>(&p))) {
168 return this->
get()->clone();
176 virtual const char*
data() = 0;
196 virtual size_t size()
const = 0;
254 owner = take_ownership;
718 ERR_RDT_USER_NOT_EXIST = 250,
723 ERR_RDT_USER_NOT_READY = 251,
728 ERR_RDT_DATA_BLOCKED = 252,
733 ERR_RDT_CMD_EXCEED_LIMIT = 253,
738 ERR_RDT_DATA_EXCEED_LIMIT = 254,
743 ERR_RDT_ENCRYPTION = 255,
748 ERR_LOGIN_ALREADY_LOGIN = 428,
1763 if (
this == &rhs)
return *
this;
1897 bool encode_alpha) :
1930 #if defined(__APPLE__) && TARGET_OS_IOS
1934 enum CAMERA_FORMAT_TYPE {
2158 if (
this == &rhs)
return *
this;
3169 kMaxWidthInPixels = 3840,
3171 kMaxHeightInPixels = 2160,
4432 enum CONNECTION_STATE_TYPE {
5445 float redness,
float sharpness)
5718 struct FilterEffectOptions {
5744 FilterEffectOptions(
const char * lut3dPath,
float filterStrength) : path(lut3dPath), strength(filterStrength) {}
5796 :
mode(lowlightMode),
level(lowlightLevel) {}
5851 :
mode(denoiserMode),
level(denoiserLevel) {}
6460 #if defined(__APPLE__) && !TARGET_OS_IOS
6464 bool excludeCurrentProcessAudio =
true;
7148 const size_t len = std::strlen(rhs.
userId);
7149 char* buf =
new char[len + 1];
7150 std::memcpy(buf, rhs.
userId, len);
7157 if (
this == &rhs)
return *
this;
7163 const size_t len = std::strlen(rhs.
userId);
7164 char* buf =
new char[len + 1];
7165 std::memcpy(buf, rhs.
userId, len);
7216 if (
this == &rhs)
return *
this;
7320 const char* getEncryptionString()
const {
7323 return "aes-128-xts";
7325 return "aes-128-ecb";
7327 return "aes-256-xts";
7329 return "sm4-128-ecb";
7331 return "aes-128-gcm";
7333 return "aes-256-gcm";
7335 return "aes-128-gcm-2";
7337 return "aes-256-gcm-2";
7339 return "aes-128-gcm-2";
7341 return "aes-128-gcm-2";
7637 #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) || defined(__OHOS__)
7642 struct ScreenVideoParameters {
7646 VideoDimensions dimensions;
7660 ScreenVideoParameters() : dimensions(1280, 720) {}
7666 struct ScreenCaptureParameters2 {
7678 bool captureAudio =
false;
7683 ScreenAudioParameters audioParams;
7691 bool captureVideo =
true;
7696 ScreenVideoParameters videoParams;
8055 struct SpatialAudioParams {
8230 const char* certificate_buf,
8231 int certificate_len);
int64_t captureTimeMs
Definition: AgoraBase.h:1813
EchoTestConfiguration()
Definition: AgoraBase.h:7557
ColorEnhanceOptions()
Definition: AgoraBase.h:5885
@ LIGHTENING_CONTRAST_NORMAL
Definition: AgoraBase.h:5407
@ RTMP_STREAM_PUBLISH_STATE_DISCONNECTING
Definition: AgoraBase.h:4242
bool enableAlphaMask
Definition: AgoraBase.h:5328
QUALITY_TYPE
Network quality types.
Definition: AgoraBase.h:940
AREA_CODE
The region for connection, which is the region where the server the SDK connects to is located.
Definition: AgoraBase.h:6882
ENCRYPTION_MODE encryptionMode
Definition: AgoraBase.h:7290
@ VIDEO_QOE_PREFERENCE_FLUENCY_FIRST
Definition: AgoraBase.h:3338
VIDEO_TRANSCODER_ERROR
The error code of the local video mixing failure.
Definition: AgoraBase.h:4831
UPLOAD_ERROR_REASON
Definition: AgoraBase.h:7374
AudioRecordingConfiguration(const char *file_path, int sample_rate, AUDIO_RECORDING_QUALITY_TYPE quality_type, int channel)
Definition: AgoraBase.h:6777
@ CONNECTION_CHANGED_ECHO_TEST
Definition: AgoraBase.h:5141
@ NonInterleaved
Definition: AgoraBase.h:1650
@ RTMP_STREAM_PUBLISH_STATE_IDLE
Definition: AgoraBase.h:4213
@ FACE_SHAPE_AREA_MOUTHPOSITION
Definition: AgoraBase.h:5624
~DownlinkNetworkInfo()
Definition: AgoraBase.h:7230
@ AREA_CODE_US
Definition: AgoraBase.h:6941
EncodedAudioFrameInfo()
Definition: AgoraBase.h:1568
bool syncWithAudio
Definition: AgoraBase.h:2196
int width
Definition: AgoraBase.h:1786
@ PUB_STATE_PUBLISHING
Definition: AgoraBase.h:7501
@ AGORA_IID_META_SERVICE
Definition: AgoraBase.h:932
unsigned short txAudioKBitRate
Definition: AgoraBase.h:2785
int mediaPlayerId
Definition: AgoraBase.h:4742
WATERMARK_SOURCE_TYPE
Type of watermark source.
Definition: AgoraBase.h:2452
@ ERR_TOKEN_EXPIRED
Definition: AgoraBase.h:604
AGORA_API int AGORA_CALL setAgoraSdkExternalSymbolLoader(void *(*func)(const char *symname))
LogUploadServerInfo(const char *domain, const char *path, int port, bool https)
Definition: AgoraBase.h:7853
Layout information of a specific sub-video stream within the mixed stream.
Definition: AgoraBase.h:8136
bool operator==(const UplinkNetworkInfo &rhs) const
Definition: AgoraBase.h:7113
@ CHANNEL_PROFILE_LIVE_BROADCASTING
Definition: AgoraBase.h:275
@ LICENSE_ERR_INTERNAL
Definition: AgoraBase.h:818
@ MAINTAIN_FRAMERATE
Definition: AgoraBase.h:1141
const char * imageUrl
Definition: AgoraBase.h:2615
bool syncWithPrimaryCamera
Definition: AgoraBase.h:4819
PathStats(MultipathType t, int tx, int rx)
Definition: AgoraBase.h:2686
@ HEADPHONE_EQUALIZER_INEAR
Definition: AgoraBase.h:6390
@ LOCAL_AUDIO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3435
@ EXPERIENCE_QUALITY_BAD
Definition: AgoraBase.h:3019
@ AINS_MODE_BALANCED
Definition: AgoraBase.h:3057
@ ULTRA_HIGH_QUALITY_VOICE
Definition: AgoraBase.h:6186
@ ERR_VDM_CAMERA_NOT_AUTHORIZED
Definition: AgoraBase.h:791
const value_type & const_reference
Definition: AgoraBase.h:240
@ ERR_LOAD_MEDIA_ENGINE
Definition: AgoraBase.h:755
@ RDT_STREAM_CMD
Definition: AgoraBase.h:7972
@ VIDEO_MIRROR_MODE_AUTO
Definition: AgoraBase.h:1919
bool speech
Definition: AgoraBase.h:1555
VideoDimensions(int w, int h)
Definition: AgoraBase.h:1176
@ AUDIO_SCENARIO_CHATROOM
Definition: AgoraBase.h:3137
@ ERR_REFUSED
Definition: AgoraBase.h:497
WatermarkOptions options
Definition: AgoraBase.h:2621
AUDIO_CODEC_PROFILE_TYPE audioCodecProfile
Definition: AgoraBase.h:4680
~AutoPtr()
Definition: AgoraBase.h:108
@ CONNECTION_CHANGED_JOIN_FAILED
Definition: AgoraBase.h:5063
AList(IContainer *c, bool take_ownership)
Definition: AgoraBase.h:249
@ AGORA_IID_MEDIA_ENGINE
Definition: AgoraBase.h:921
The information of the user.
Definition: AgoraBase.h:7569
@ FACE_SHAPE_AREA_EYEDISTANCE
Definition: AgoraBase.h:5536
int x
Definition: AgoraBase.h:4747
AGORA_API void setAgoraLicenseCallback(agora::base::LicenseCallback *callback)
Implement the agora::base::LicenseCallback, create a LicenseCallback object to receive callbacks of l...
int recordingChannel
Definition: AgoraBase.h:6767
int excludeWindowCount
Definition: AgoraBase.h:6558
@ LICENSE_ERR_EXPIRE
Definition: AgoraBase.h:802
Results of the uplink and downlink last-mile network tests.
Definition: AgoraBase.h:5016
@ RTMP_STREAM_PUBLISH_REASON_INVALID_APPID
Definition: AgoraBase.h:4314
@ WARN_ADM_RECORD_AUDIO_SILENCE
Definition: AgoraBase.h:389
Observer settings for the encoded audio.
Definition: AgoraBase.h:6808
int internalCodec
Definition: AgoraBase.h:4181
Screen sharing configurations.
Definition: AgoraBase.h:6474
@ AGORA_IID_AUDIO_ENGINE
Definition: AgoraBase.h:922
SCREEN_CAPTURE_FRAMERATE_CAPABILITY
The highest frame rate supported by the screen sharing device.
Definition: AgoraBase.h:1211
AOutputIterator< value_type > iterator
Definition: AgoraBase.h:244
@ REMOTE_VIDEO_STATE_DECODING
Definition: AgoraBase.h:3793
@ FRAME_HEIGHT_540
Definition: AgoraBase.h:1060
The position and size of the watermark on the screen.
Definition: AgoraBase.h:2376
SCREEN_SCENARIO_TYPE
The screen sharing scenario.
Definition: AgoraBase.h:3228
@ VIDEO_CODEC_NONE
Definition: AgoraBase.h:1261
@ ERR_NO_SERVER_RESOURCES
Definition: AgoraBase.h:600
The volume information of users.
Definition: AgoraBase.h:3973
@ VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST
Definition: AgoraBase.h:3334
VideoEncoderConfiguration & operator=(const VideoEncoderConfiguration &rhs)
Definition: AgoraBase.h:2157
@ CODEC_CAP_MASK_SW_ENC
Definition: AgoraBase.h:1993
VIDEO_SOURCE_TYPE
The type of the video source.
Definition: AgoraMediaBase.h:67
@ LICENSE_ERR_MINUTES_EXCEED
Definition: AgoraBase.h:806
@ VIDEO_CODEC_H264_FOR_STREAM
Definition: AgoraBase.h:4117
value_type & reference
Definition: AgoraBase.h:239
AutoPtr(pointer_type p=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:106
T value_type
Definition: AgoraBase.h:102
float yRatio
Definition: AgoraBase.h:2388
ERROR_CODE_TYPE
Error codes.
Definition: AgoraBase.h:458
@ QUALITY_BAD
Definition: AgoraBase.h:961
media::base::VIDEO_MODULE_POSITION position
Definition: AgoraBase.h:5332
@ VOICE_CHANGER_CARTOON
Definition: AgoraBase.h:6341
REMOTE_AUDIO_STATE
Remote audio states.
Definition: AgoraBase.h:3696
FRAME_WIDTH
Definition: AgoraBase.h:1055
Image enhancement options.
Definition: AgoraBase.h:5395
@ AUDIO_SCENARIO_NUM
Definition: AgoraBase.h:3160
const char * channelId
Definition: AgoraBase.h:4887
@ ERR_CONNECTION_LOST
Definition: AgoraBase.h:621
bool captureMouseCursor
Definition: AgoraBase.h:6536
const char * metadata
Definition: AgoraBase.h:4632
Definition: AgoraBase.h:1342
CAMERA_FOCAL_LENGTH_TYPE focalLengthType
Definition: AgoraBase.h:2051
LOW_LIGHT_ENHANCE_MODE
The low-light enhancement mode.
Definition: AgoraBase.h:5756
AUDIO_FILE_RECORDING_TYPE fileRecordingType
Definition: AgoraBase.h:6747
SimulcastStreamConfig(const SimulcastStreamConfig &other)
Definition: AgoraBase.h:2247
The interface class of Agora RTC SDK, which provides JSON configuration information of the SDK.
Definition: IAgoraParameter.h:151
size_type size() const
Definition: AgoraBase.h:258
@ CONTENT_HINT_DETAILS
Definition: AgoraBase.h:3223
@ CAMERA_FOCAL_LENGTH_ULTRA_WIDE
Definition: AgoraBase.h:1318
AudioRecordingConfiguration()
Definition: AgoraBase.h:6769
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3446
@ PUB_STATE_PUBLISHED
Definition: AgoraBase.h:7505
FaceShapeBeautyOptions()
Definition: AgoraBase.h:5710
Configurations of the last-mile network test.
Definition: AgoraBase.h:4947
bool hasVideo
Definition: AgoraBase.h:871
int bitrate
Definition: AgoraBase.h:6528
@ VIDEO_MODULE_CAPTURER
Definition: AgoraBase.h:1944
@ CONNECTION_CHANGED_TOKEN_EXPIRED
Definition: AgoraBase.h:5102
@ VOICE_CHANGER_CHILDLIKE
Definition: AgoraBase.h:6344
RtcImage * backgroundImage
Definition: AgoraBase.h:4651
@ WARN_ADM_WIN_CORE_NO_RECORDING_DEVICE
Definition: AgoraBase.h:433
@ APPLICATION_SCENARIO_MEETING
Definition: AgoraBase.h:3296
~PeerDownlinkInfo()
Definition: AgoraBase.h:7172
@ AGORA_IID_STATE_SYNC
Definition: AgoraBase.h:931
@ AUDIO_ENCODING_TYPE_AAC_48000_HIGH
Definition: AgoraBase.h:1505
@ ERR_ABORTED
Definition: AgoraBase.h:571
@ STREAM_LAYER_2
Definition: AgoraBase.h:2270
@ RENEW_TOKEN_INCONSISTENT_APPID
Definition: AgoraBase.h:7419
LiveStreamAdvancedFeature()
Definition: AgoraBase.h:4407
VIDEO_CODEC_PROFILE_TYPE videoCodecProfile
Definition: AgoraBase.h:4601
CAMERA_FOCAL_LENGTH_TYPE
The camera focal length types.
Definition: AgoraBase.h:1306
value_type & operator*() const
Definition: AgoraBase.h:117
int bitrate
Definition: AgoraBase.h:2081
@ AUDIO_FILE_RECORDING_MIXED
Definition: AgoraBase.h:6696
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2061
@ ConnectivityFirst
Definition: AgoraBase.h:7821
@ CONTENT_HINT_NONE
Definition: AgoraBase.h:3213
uid_t uid
Definition: AgoraBase.h:7573
ClientRoleOptions()
Definition: AgoraBase.h:3005
@ AGORA_IID_AUDIO_DEVICE_MANAGER
Definition: AgoraBase.h:909
FaceShapeAreaOptions()
Definition: AgoraBase.h:5666
USER_OFFLINE_REASON_TYPE
Reasons for a user being offline.
Definition: AgoraBase.h:884
TCcMode
Definition: AgoraBase.h:1328
@ VOICE_CHANGER_EFFECT_PIGKING
Definition: AgoraBase.h:6286
AOutputIterator(IIterator *it=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:211
@ MODE_CONTAIN
Definition: AgoraBase.h:995
FIT_MODE_TYPE
Definition: AgoraBase.h:983
CopyableAutoPtr & operator=(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:162
unsigned int uid_t
Definition: AgoraMediaBase.h:28
uid_t uid
Definition: AgoraBase.h:3980
AdvanceOptions advanceOptions
Definition: AgoraBase.h:2114
@ AUDIO_ENCODING_TYPE_AAC_48000_MEDIUM
Definition: AgoraBase.h:1500
@ WARN_AUDIO_MIXING_OPEN_ERROR
Definition: AgoraBase.h:377
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_NONE
Definition: AgoraBase.h:3951
@ REMOTE_AUDIO_STATE_FROZEN
Definition: AgoraBase.h:3719
int height
Definition: AgoraBase.h:4760
@ VIDEO_VIEW_SETUP_REMOVE
Definition: AgoraBase.h:5259
int firstVideoPacketDuration
Definition: AgoraBase.h:2857
LOCAL_VIDEO_EVENT_TYPE
The local video event type.
Definition: AgoraBase.h:3512
@ LOCAL_AUDIO_STREAM_REASON_NO_RECORDING_DEVICE
Definition: AgoraBase.h:3460
bool syncWithLocalMic
Definition: AgoraBase.h:4939
RecorderStreamInfo()
Definition: AgoraBase.h:7954
@ VOICE_CHANGER_BASS
Definition: AgoraBase.h:6338
@ CONNECTION_CHANGED_SAME_UID_LOGIN
Definition: AgoraBase.h:5149
double alpha
Definition: AgoraBase.h:4772
AGORA_API int AGORA_CALL getAgoraCertificateVerifyResult(const char *credential_buf, int credential_len, const char *certificate_buf, int certificate_len)
@ RTMP_STREAM_PUBLISH_REASON_FORMAT_NOT_SUPPORTED
Definition: AgoraBase.h:4294
uint32_t y
Definition: AgoraBase.h:8160
int aecEstimatedDelay
Definition: AgoraBase.h:4203
unsigned int backgroundColor
Definition: AgoraBase.h:4606
@ AUDIO_CODEC_PCMU
Definition: AgoraBase.h:1433
@ LICENSE_ERR_LIMITED_PERIOD
Definition: AgoraBase.h:810
virtual bool onReceiveAudioPacket(Packet &packet)=0
Occurs when the local user receives an audio packet.
QUALITY_ADAPT_INDICATION
Quality change of the local video in terms of target frame rate and target bit rate since last count.
Definition: AgoraBase.h:2965
@ REMOTE_VIDEO_STATE_REASON_INTERNAL
Definition: AgoraBase.h:3812
@ ERR_BIND_SOCKET
Definition: AgoraBase.h:537
int64_t elapsedTimeMs
Definition: AgoraBase.h:1637
int firstAudioPacketDurationAfterUnmute
Definition: AgoraBase.h:2872
@ FACE_SHAPE_AREA_NOSEBRIDGE
Definition: AgoraBase.h:5598
VIDEO_APPLICATION_SCENARIO_TYPE
The video application scenarios.
Definition: AgoraBase.h:3256
WATERMARK_FIT_MODE
The adaptation mode of the watermark.
Definition: AgoraBase.h:1531
uint32_t mobileRxBytes
Definition: AgoraBase.h:2718
uint32_t lanTxBytes
Definition: AgoraBase.h:2698
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_PAUSED
Definition: AgoraBase.h:3673
unsigned short rxVideoKBitRate
Definition: AgoraBase.h:2789
CHANNEL_MEDIA_RELAY_ERROR
The error code of the channel media relay.
Definition: AgoraBase.h:6955
@ RELAY_STATE_FAILURE
Definition: AgoraBase.h:7032
@ LIGHTENING_CONTRAST_HIGH
Definition: AgoraBase.h:5411
@ LOCAL_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3037
bool disableAut
Definition: AgoraBase.h:7913
@ RTMP_STREAM_PUBLISH_REASON_TRANSCODING_NO_MIX_STREAM
Definition: AgoraBase.h:4305
AUDIO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4867
@ AUDIO_TRACK_MIXABLE
Definition: AgoraBase.h:6055
@ LOW
Definition: AgoraBase.h:7618
LIGHTENING_CONTRAST_LEVEL
The contrast level.
Definition: AgoraBase.h:5399
MAX_USER_ACCOUNT_LENGTH_TYPE
The maximum length of the user account.
Definition: AgoraBase.h:1725
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INVALID_ID
Definition: AgoraBase.h:3589
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:5305
struct agora::rtc::RtcImage RtcImage
Image properties.
@ RELAY_STATE_RUNNING
Definition: AgoraBase.h:7028
@ RELAY_ERROR_FAILED_JOIN_SRC
Definition: AgoraBase.h:6980
@ FACE_SHAPE_AREA_NOSEGENERAL
Definition: AgoraBase.h:5611
@ ERR_ADM_STOP_PLAYOUT
Definition: AgoraBase.h:773
unsigned int userCount
Definition: AgoraBase.h:2801
@ REMOTE_AUDIO_STATE_FAILED
Definition: AgoraBase.h:3724
Configuration for the Local Access Point.
Definition: AgoraBase.h:7871
@ LOCAL_AUDIO_STREAM_STATE_RECORDING
Definition: AgoraBase.h:3412
@ CHAT_BEAUTIFIER_MAGNETIC
Definition: AgoraBase.h:6121
@ RENEW_TOKEN_FAILURE
Definition: AgoraBase.h:7394
@ WARN_INIT_VIDEO
Definition: AgoraBase.h:308
@ CAMERA_STABILIZATION_MODE_OFF
Definition: AgoraBase.h:3377
AUDIO_CODEC_PROFILE_TYPE
Self-defined audio codec profile.
Definition: AgoraBase.h:4147
int firstVideoPacketDurationAfterUnmute
Definition: AgoraBase.h:2877
media::base::RENDER_MODE_TYPE renderMode
Definition: AgoraBase.h:5289
@ CODEC_CAPABILITY_LEVEL_1080P60FPS
Definition: AgoraBase.h:1246
@ VIDEO_CODEC_GENERIC_H264
Definition: AgoraBase.h:1284
@ ADAPT_NONE
Definition: AgoraBase.h:2969
EAR_MONITORING_FILTER_TYPE
The audio filter types of in-ear monitoring.
Definition: AgoraBase.h:7585
@ WARN_ADM_RUNTIME_RECORDING_WARNING
Definition: AgoraBase.h:385
DownlinkNetworkInfo & operator=(const DownlinkNetworkInfo &rhs)
Definition: AgoraBase.h:7215
virtual ~IIterator()
Definition: AgoraBase.h:190
LocalTranscoderConfiguration()
Definition: AgoraBase.h:4821
@ AES_256_GCM2
Definition: AgoraBase.h:7275
@ WARN_LOOKUP_CHANNEL_TIMEOUT
Definition: AgoraBase.h:324
virtual void onMixedAudioEncodedFrame(const uint8_t *frameBuffer, int length, const EncodedAudioFrameInfo &audioEncodedFrameInfo)=0
Gets the mixed and encoded audio data of the local and all remote users.
CodecCapInfo()
Definition: AgoraBase.h:2033
@ FACE_SHAPE_AREA_HEADSCALE
Definition: AgoraBase.h:5480
LastmileProbeResult()
Definition: AgoraBase.h:5034
const char * featureName
Definition: AgoraBase.h:4419
Transcoding configurations for Media Push.
Definition: AgoraBase.h:4552
Packet()
Definition: AgoraBase.h:4049
@ REMOTE_AUDIO_REASON_INTERNAL
Definition: AgoraBase.h:3734
AUDIO_SESSION_OPERATION_RESTRICTION
The operation permissions of the SDK on the audio session.
Definition: AgoraBase.h:824
@ STREAM_LAYER_3
Definition: AgoraBase.h:2274
@ VIDEO_FRAME_TYPE_DROPPABLE_FRAME
Definition: AgoraBase.h:1086
@ QUALITY_UNSUPPORTED
Definition: AgoraBase.h:973
@ TIMBRE_TRANSFORMATION_VIGOROUS
Definition: AgoraBase.h:6147
@ FACE_SHAPE_BEAUTY_STYLE_FEMALE
Definition: AgoraBase.h:5684
The location of the target area relative to the screen or window. If you do not set this parameter,...
Definition: AgoraBase.h:2342
virtual const char * c_str()=0
WATERMARK_SOURCE_TYPE type
Definition: AgoraBase.h:2594
@ VOICE_AI_TUNER_FRESH_MALE
Definition: AgoraBase.h:6404
RecorderStreamInfo(const char *channelId, uid_t uid, RecorderStreamType type)
Definition: AgoraBase.h:7957
@ ROOM_ACOUSTICS_PHONOGRAPH
Definition: AgoraBase.h:6220
@ AUDIO_SAMPLE_RATE_48000
Definition: AgoraBase.h:4108
int firstVideoKeyFramePacketDurationAfterUnmute
Definition: AgoraBase.h:2882
@ REMOTE_VIDEO_STATE_STOPPED
Definition: AgoraBase.h:3782
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_AUTO_FALLBACK
Definition: AgoraBase.h:3653
@ AREA_CODE_IN
Definition: AgoraBase.h:6906
@ ERR_PCMSEND_BUFFEROVERFLOW
Definition: AgoraBase.h:710
@ NETWORK_TYPE_LAN
Definition: AgoraBase.h:5218
AParameter(IEngineBase *engine)
Definition: AgoraBase.h:8030
int x
Definition: AgoraBase.h:4367
@ ENABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2224
Information about externally encoded video frames.
Definition: AgoraBase.h:1735
CONFIG_FETCH_TYPE
Definition: AgoraBase.h:7802
@ LAN
Definition: AgoraBase.h:2652
@ BACKGROUND_COLOR
Definition: AgoraBase.h:5905
@ VOICE_AI_TUNER_POWERFUL_MALE_SINGING
Definition: AgoraBase.h:6432
DEGRADATION_PREFERENCE degradationPreference
Definition: AgoraBase.h:2102
int firstVideoKeyFrameRenderedDurationAfterUnmute
Definition: AgoraBase.h:2892
@ RDT_STATE_BLOCKED
Definition: AgoraBase.h:8003
AUDIO_ENCODING_TYPE encodingType
Definition: AgoraBase.h:6816
@ AUDIO_SCENARIO_CHORUS
Definition: AgoraBase.h:3142
bool enable
Definition: AgoraBase.h:2318
EncodedVideoFrameInfo(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1749
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3662
@ CAMERA
Definition: AgoraBase.h:7437
@ VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
Definition: AgoraBase.h:6436
virtual size_t length()=0
int fontSize
Definition: AgoraBase.h:2520
@ VT_ERR_INVALID_IMAGE_PATH
Definition: AgoraBase.h:4844
@ HIGH
Definition: AgoraBase.h:7626
BeautyOptions()
Definition: AgoraBase.h:5452
Audio information after encoding.
Definition: AgoraBase.h:1567
view_t view
Definition: AgoraBase.h:7516
@ BLUR_DEGREE_MEDIUM
Definition: AgoraBase.h:5933
LocalAudioMixerConfiguration()
Definition: AgoraBase.h:4941
virtual const char * data()=0
const char * id
Definition: AgoraBase.h:2590
size_t size_type
Definition: AgoraBase.h:243
@ ERR_NOT_IN_CHANNEL
Definition: AgoraBase.h:625
uint32_t x
Definition: AgoraBase.h:8154
VideoTrackInfo()
Definition: AgoraBase.h:3896
LOW_LIGHT_ENHANCE_MODE mode
Definition: AgoraBase.h:5788
Definition: AgoraBase.h:100
uid_t uid
Definition: AgoraBase.h:7949
@ LIGHTENING_CONTRAST_LOW
Definition: AgoraBase.h:5403
@ RENEW_TOKEN_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:7414
AudioRecordingConfiguration(const char *file_path, bool enc, int sample_rate, AUDIO_FILE_RECORDING_TYPE type, AUDIO_RECORDING_QUALITY_TYPE quality_type, int channel)
Definition: AgoraBase.h:6786
double cpuTotalUsage
Definition: AgoraBase.h:2817
@ RENEW_TOKEN_INVALID_TOKEN
Definition: AgoraBase.h:7408
@ SCREEN_COLOR_AUTO
Definition: AgoraBase.h:6008
@ CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
Definition: AgoraBase.h:3358
virtual void onLicenseValidated()=0
int64_t captureTimeMs
Definition: AgoraBase.h:1606
ScreenCaptureParameters(int width, int height, int f, int b)
Definition: AgoraBase.h:6604
@ WARN_CHANNEL_CONNECTION_PORT_CHANGED
Definition: AgoraBase.h:370
int audioChannels
Definition: AgoraBase.h:4676
@ APPLICATION_SCENARIO_GENERAL
Definition: AgoraBase.h:3260
uint8_t encryptionKdfSalt[32]
Definition: AgoraBase.h:7303
@ PUB_STATE_IDLE
Definition: AgoraBase.h:7486
VOICE_AI_TUNER_TYPE
Voice AI tuner sound types.
Definition: AgoraBase.h:6396
@ LOW_LIGHT_ENHANCE_MANUAL
Definition: AgoraBase.h:5766
@ RTMP_STREAM_PUBLISH_STATE_CONNECTING
Definition: AgoraBase.h:4217
int width
Definition: AgoraBase.h:4560
int audioDeviceDelay
Definition: AgoraBase.h:4190
Configurations for the Packet instance.
Definition: AgoraBase.h:4037
int strokeWidth
Definition: AgoraBase.h:2524
StreamLayerConfig configs[STREAM_LAYER_COUNT_MAX]
Definition: AgoraBase.h:2325
int targetBitrate
Definition: AgoraBase.h:1412
@ PREFER_QUALITY
Definition: AgoraBase.h:1845
@ VOICE_CHANGER_NEUTRAL
Definition: AgoraBase.h:6323
@ FRAME_RATE_FPS_10
Definition: AgoraBase.h:1035
@ LICENSE_ERR_INVALID
Definition: AgoraBase.h:798
int firstAudioPacketDuration
Definition: AgoraBase.h:2852
bool operator==(const VideoDimensions &rhs) const
Definition: AgoraBase.h:1177
LIGHTENING_CONTRAST_LEVEL lighteningContrastLevel
Definition: AgoraBase.h:5418
VIDEO_FRAME_TYPE
The video frame type.
Definition: AgoraBase.h:1066
@ REMOTE_VIDEO_STATE_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3836
VIDEO_VIEW_SETUP_MODE setupMode
Definition: AgoraBase.h:5301
LOCAL_VIDEO_STREAM_REASON
Reasons for local video state changes.
Definition: AgoraBase.h:3534
LiveStreamAdvancedFeature * advancedFeatures
Definition: AgoraBase.h:4684
void * view_t
Definition: AgoraBase.h:850
@ AUDIENCE_LATENCY_LEVEL_LOW_LATENCY
Definition: AgoraBase.h:2988
@ ERR_CERT_CUSTOM
Definition: AgoraBase.h:693
@ CONNECTION_CHANGED_STREAM_CHANNEL_NOT_AVAILABLE
Definition: AgoraBase.h:5166
@ CHANNEL_PROFILE_CLOUD_GAMING
Definition: AgoraBase.h:286
const unsigned char * buffer
Definition: AgoraBase.h:4043
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u, uid_t subu)
Definition: AgoraBase.h:5376
@ VIDEO_QOE_PREFERENCE_DELAY_FIRST
Definition: AgoraBase.h:3330
@ LOCAL_AUDIO_STREAM_REASON_OK
Definition: AgoraBase.h:3430
int memoryAppUsageInKbytes
Definition: AgoraBase.h:2842
@ CAMERA_FOCAL_LENGTH_DEFAULT
Definition: AgoraBase.h:1310
@ VOICE_CHANGER_TRANSFORMERS
Definition: AgoraBase.h:6353
@ NETWORK_TYPE_MOBILE_2G
Definition: AgoraBase.h:5226
@ WARN_ADM_POP_STATE
Definition: AgoraBase.h:429
@ CLIENT_ROLE_BROADCASTER
Definition: AgoraBase.h:2954
int framerate
Definition: AgoraBase.h:2245
Video encoder configurations.
Definition: AgoraBase.h:2057
@ AUDIO_SCENARIO_AI_SERVER
Definition: AgoraBase.h:3151
float rednessLevel
Definition: AgoraBase.h:5436
@ RDT_STATE_OPENED
Definition: AgoraBase.h:7998
@ VT_ERR_VIDEO_SOURCE_NOT_READY
Definition: AgoraBase.h:4836
SCREEN_COLOR_TYPE
Screen color type.
Definition: AgoraBase.h:6004
Definition: AgoraBase.h:233
@ AUDIO_CODEC_HEAAC
Definition: AgoraBase.h:1448
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2023
@ REMOTE_AUDIO_STATE_STARTING
Definition: AgoraBase.h:3707
@ ERR_INVALID_APP_ID
Definition: AgoraBase.h:590
VOICE_CONVERSION_PRESET
The options for SDK preset voice conversion effects.
Definition: AgoraBase.h:6314
@ RELAY_ERROR_SRC_TOKEN_EXPIRED
Definition: AgoraBase.h:7005
@ CONNECTION_STATE_CONNECTING
Definition: AgoraBase.h:4450
@ RTMP_STREAM_PUBLISH_REASON_NET_DOWN
Definition: AgoraBase.h:4310
@ Dynamic
Definition: AgoraBase.h:2640
VIDEO_MODULE_TYPE
Definition: AgoraBase.h:1942
ScreenAudioParameters audioParams
Definition: AgoraBase.h:6491
@ RTMP_STREAM_PUBLISH_REASON_STREAM_NOT_FOUND
Definition: AgoraBase.h:4289
Video subscription options.
Definition: AgoraBase.h:1705
double cpuAppUsage
Definition: AgoraBase.h:2808
@ NETWORK_TYPE_MOBILE_4G
Definition: AgoraBase.h:5234
Transcoding configurations of each host.
Definition: AgoraBase.h:4484
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_3
Definition: AgoraBase.h:3963
@ RTMP_STREAMING_EVENT_REQUEST_TOO_OFTEN
Definition: AgoraBase.h:4347
Statistical information about a specific network path.
Definition: AgoraBase.h:2672
int height
Definition: AgoraBase.h:4380
@ REMOTE_AUDIO_REASON_LOCAL_PLAY_FAILED
Definition: AgoraBase.h:3770
VOICE_BEAUTIFIER_PRESET
The options for SDK preset voice beautifier effects.
Definition: AgoraBase.h:6111
@ VT_ERR_INVALID_LAYOUT
Definition: AgoraBase.h:4852
@ FACE_SHAPE_AREA_CHEEKBONE
Definition: AgoraBase.h:5507
VIDEO_VIEW_SETUP_MODE
Setting mode of the view.
Definition: AgoraBase.h:5244
@ REMOTE_VIDEO_STATE_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3840
value_type * pointer
Definition: AgoraBase.h:241
Rectangle(int xx, int yy, int ww, int hh)
Definition: AgoraBase.h:2361
@ VIDEO_DENOISER_MANUAL
Definition: AgoraBase.h:5819
@ AUDIO_SESSION_OPERATION_RESTRICTION_SET_CATEGORY
Definition: AgoraBase.h:832
The configuration of the audio and video call loop test.
Definition: AgoraBase.h:7511
@ CONNECTION_CHANGED_LICENSE_VALIDATION_FAILURE
Definition: AgoraBase.h:5158
Image properties.
Definition: AgoraBase.h:4357
T * pointer_type
Definition: AgoraBase.h:103
EncodedVideoFrameInfo & operator=(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1762
SegmentationProperty()
Definition: AgoraBase.h:6039
int captureSignalVolume
Definition: AgoraBase.h:6458
@ BUFFER
Definition: AgoraBase.h:2460
const char * channelId
Definition: AgoraBase.h:8140
@ CONNECTION_STATE_DISCONNECTED
Definition: AgoraBase.h:4440
@ AUDIO_SCENARIO_DEFAULT
Definition: AgoraBase.h:3128
@ USER_STATE_ENABLE_VIDEO
Definition: AgoraBase.h:3884
@ ERR_CERT_JSON_PART
Definition: AgoraBase.h:690
AUDIO_SOURCE_TYPE
The audio source type.
Definition: AgoraMediaBase.h:151
@ ENCRYPTION_ERROR_DATASTREAM_ENCRYPTION_FAILURE
Definition: AgoraBase.h:7371
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_EXCLUDE_WINDOW_FAILED
Definition: AgoraBase.h:3690
const char * verifyDomainName
Definition: AgoraBase.h:7899
unsigned int backgroundImageCount
Definition: AgoraBase.h:4656
BACKGROUND_SOURCE_TYPE background_source_type
Definition: AgoraBase.h:5944
void reset(IContainer *c=OPTIONAL_NULLPTR, bool take_ownership=false)
Definition: AgoraBase.h:251
@ FACE_SHAPE_AREA_CHIN
Definition: AgoraBase.h:5524
WatermarkLiteral literal
Definition: AgoraBase.h:2611
value_type * pointer
Definition: AgoraBase.h:209
bool serverHttps
Definition: AgoraBase.h:7849
@ AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO
Definition: AgoraBase.h:3109
@ LOW_LIGHT_ENHANCE_AUTO
Definition: AgoraBase.h:5762
@ FACE_SHAPE_AREA_NOSETIP
Definition: AgoraBase.h:5604
uint32_t observationPosition
Definition: AgoraBase.h:3940
VideoSubscriptionOptions()
Definition: AgoraBase.h:1719
@ AES_256_GCM
Definition: AgoraBase.h:7265
The configuration of the low-quality video stream.
Definition: AgoraBase.h:2230
RtcStats()
Definition: AgoraBase.h:2910
@ AUDIO_SCENARIO_MEETING
Definition: AgoraBase.h:3146
@ ROOM_ACOUSTICS_VOCAL_CONCERT
Definition: AgoraBase.h:6212
COMPRESSION_PREFERENCE compressionPreference
Definition: AgoraBase.h:1882
@ USER_OFFLINE_QUIT
Definition: AgoraBase.h:888
@ SCREEN_SCENARIO_GAMING
Definition: AgoraBase.h:3239
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_NOT_SUPPORTED
Definition: AgoraBase.h:3635
@ ERR_CERT_RAW
Definition: AgoraBase.h:689
@ AUDIO_ENCODING_TYPE_OPUS_16000_LOW
Definition: AgoraBase.h:1510
unsigned int txAudioBytes
Definition: AgoraBase.h:2757
LastmileProbeOneWayResult downlinkReport
Definition: AgoraBase.h:5028
uid_t ownerUid
Definition: AgoraBase.h:3914
@ SCREEN_COLOR_GREEN
Definition: AgoraBase.h:6012
@ VOICE_CHANGER_GROOT
Definition: AgoraBase.h:6356
@ TIMESTAMPS
Definition: AgoraBase.h:2472
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_15_FPS
Definition: AgoraBase.h:1215
@ LOCAL_AUDIO_STREAM_REASON_INTERRUPTED
Definition: AgoraBase.h:3472
@ ERR_RESOURCE_LIMITED
Definition: AgoraBase.h:581
T value_type
Definition: AgoraBase.h:238
@ ERR_PCMSEND_FORMAT
Definition: AgoraBase.h:706
FACE_SHAPE_BEAUTY_STYLE shapeStyle
Definition: AgoraBase.h:5699
The facial enhancement style options.
Definition: AgoraBase.h:5674
int height
Definition: AgoraBase.h:1174
bool isLocal
Definition: AgoraBase.h:3910
@ RDT_STATE_CLOSED
Definition: AgoraBase.h:7994
@ AREA_CODE_HKMC
Definition: AgoraBase.h:6937
VIDEO_CONTENT_HINT
The content hint for screen sharing.
Definition: AgoraBase.h:3209
@ REMOTE_VIDEO_STATE_STARTING
Definition: AgoraBase.h:3786
LiveTranscoding()
Definition: AgoraBase.h:4691
bool captureAudio
Definition: AgoraBase.h:6485
WatermarkRatio()
Definition: AgoraBase.h:2397
ORIENTATION_MODE orientationMode
Definition: AgoraBase.h:2095
@ LOW_LIGHT_ENHANCE_LEVEL_FAST
Definition: AgoraBase.h:5782
VIDEO_MIRROR_MODE_TYPE
Video mirror mode.
Definition: AgoraBase.h:1912
The source of the audio streams that are mixed locally.
Definition: AgoraBase.h:4863
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_CLOSED
Definition: AgoraBase.h:3628
@ RELAY_ERROR_DEST_TOKEN_EXPIRED
Definition: AgoraBase.h:7009
void reset(pointer_type ptr=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:129
@ DISABLED
Definition: AgoraBase.h:1160
CodecCapLevels()
Definition: AgoraBase.h:2011
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_4
Definition: AgoraBase.h:3967
@ REMOTE_VIDEO_STATE_FAILED
Definition: AgoraBase.h:3803
@ AUDIO_ENCODING_TYPE_AAC_32000_LOW
Definition: AgoraBase.h:1485
WatermarkLiteral()
Definition: AgoraBase.h:2539
@ MAINTAIN_QUALITY
Definition: AgoraBase.h:1135
int height
Definition: AgoraBase.h:4568
bool enableVideo
Definition: AgoraBase.h:7530
int total_received_video_count
Definition: AgoraBase.h:7194
MultipathMode
The transmission mode of data over multiple network paths.
Definition: AgoraBase.h:2631
@ HDR_CAPABILITY_UNSUPPORTED
Definition: AgoraBase.h:1961
AList()
Definition: AgoraBase.h:248
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_RECORD
Definition: AgoraBase.h:6706
@ FRAME_RATE_FPS_30
Definition: AgoraBase.h:1047
PeerDownlinkInfo()
Definition: AgoraBase.h:7137
@ SCREEN_SCENARIO_VIDEO
Definition: AgoraBase.h:3244
int samplesPerChannel
Definition: AgoraBase.h:1593
int height
Definition: AgoraBase.h:4508
Advanced options for the Local Access Point.
Definition: AgoraBase.h:7860
VIDEO_DENOISER_MODE mode
Definition: AgoraBase.h:5843
@ CONNECTION_CHANGED_CONNECTING
Definition: AgoraBase.h:5044
@ VIDEO_STREAM_LAYER_6
Definition: AgoraBase.h:1698
int zOrder
Definition: AgoraBase.h:2437
const value_type * const_pointer
Definition: AgoraBase.h:210
@ RTMP_STREAM_PUBLISH_REASON_RTMP_SERVER_ERROR
Definition: AgoraBase.h:4272
EncodedAudioFrameInfo(const EncodedAudioFrameInfo &rhs)
Definition: AgoraBase.h:1575
@ LocalOnly
Definition: AgoraBase.h:7825
@ LOCAL_AUDIO_STREAM_REASON_RECORD_FAILURE
Definition: AgoraBase.h:3450
@ REMOTE_VIDEO_STATE_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3865
@ CAPTURE_BRIGHTNESS_LEVEL_DARK
Definition: AgoraBase.h:3362
@ ERR_STREAM_MESSAGE_TIMEOUT
Definition: AgoraBase.h:642
user_id_t strUid
Definition: AgoraBase.h:8148
@ VIDEO_CODEC_PROFILE_HIGH
Definition: AgoraBase.h:4141
bool operator!=(const AOutputIterator &rhs) const
Definition: AgoraBase.h:226
CLIENT_ROLE_TYPE
The user role in the interactive live streaming.
Definition: AgoraBase.h:2950
@ LOCAL_VIDEO_STREAM_REASON_OK
Definition: AgoraBase.h:3538
@ CONNECTION_CHANGED_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:5082
@ CONTENT_HINT_MOTION
Definition: AgoraBase.h:3218
@ CONFIG_FETCH_TYPE_INITIALIZE
Definition: AgoraBase.h:7806
RecorderStreamType type
Definition: AgoraBase.h:7953
int remoteJoined2PacketReceived
Definition: AgoraBase.h:7799
@ VIDEO_MODULE_HARDWARE_DECODER
Definition: AgoraBase.h:1952
@ CAMERA_STABILIZATION_MODE_LEVEL_2
Definition: AgoraBase.h:3391
FRAME_HEIGHT
Definition: AgoraBase.h:1059
@ USER_OFFLINE_DROPPED
Definition: AgoraBase.h:895
int highLightWidth
Definition: AgoraBase.h:6565
virtual void onCertificateRequired()=0
SCREEN_COLOR_TYPE screenColorType
Definition: AgoraBase.h:6037
Definition: AgoraAtomicOps.h:21
@ RTMP_STREAM_PUBLISH_REASON_INVALID_PRIVILEGE
Definition: AgoraBase.h:4319
HDR_CAPABILITY
Definition: AgoraBase.h:1957
AutoPtr & operator=(const AutoPtr &)
int64_t ntpTimeMs
Definition: AgoraBase.h:1641
@ AREA_CODE_RU
Definition: AgoraBase.h:6945
unsigned short txKBitRate
Definition: AgoraBase.h:2773
CopyableAutoPtr(pointer_type p=0)
Definition: AgoraBase.h:160
The color enhancement options.
Definition: AgoraBase.h:5861
bool publish_fallback_enable
Definition: AgoraBase.h:2334
LOW_LIGHT_ENHANCE_LEVEL
The low-light enhancement level.
Definition: AgoraBase.h:5771
VideoLayout()
Definition: AgoraBase.h:8178
unsigned short txVideoKBitRate
Definition: AgoraBase.h:2793
@ AUDIO_ENCODING_TYPE_AAC_32000_MEDIUM
Definition: AgoraBase.h:1490
@ VIDEO_SOURCE_CAMERA_PRIMARY
Definition: AgoraMediaBase.h:71
bool enableAudioProcessing
Definition: AgoraBase.h:6085
@ CODEC_CAPABILITY_LEVEL_1080P30FPS
Definition: AgoraBase.h:1242
const char ** domainList
Definition: AgoraBase.h:7889
ENCRYPTION_ERROR_TYPE
Encryption error type.
Definition: AgoraBase.h:7349
double alpha
Definition: AgoraBase.h:4523
CAPTURE_BRIGHTNESS_LEVEL_TYPE
The brightness level of the video image captured by the local camera.
Definition: AgoraBase.h:3345
@ VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
Definition: AgoraBase.h:6428
@ NORMAL
Definition: AgoraBase.h:7622
@ FACE_SHAPE_AREA_NOSEWING
Definition: AgoraBase.h:5586
WatermarkTimestamp timestamp
Definition: AgoraBase.h:2605
@ ERR_NET_DOWN
Definition: AgoraBase.h:542
The uplink network information.
Definition: AgoraBase.h:7105
int strokeWidth
Definition: AgoraBase.h:2496
@ AUDIO_SESSION_OPERATION_RESTRICTION_ALL
Definition: AgoraBase.h:846
@ BLUR_DEGREE_HIGH
Definition: AgoraBase.h:5938
@ CAMERA_STABILIZATION_MODE_AUTO
Definition: AgoraBase.h:3383
WATERMARK_FIT_MODE mode
Definition: AgoraBase.h:2433
@ QUALITY_POOR
Definition: AgoraBase.h:957
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_PLAYBACK
Definition: AgoraBase.h:6710
@ VIDEO_MIRROR_MODE_ENABLED
Definition: AgoraBase.h:1923
AudioPcmDataInfo(const AudioPcmDataInfo &rhs)
Definition: AgoraBase.h:1615
IIterator * p
Definition: AgoraBase.h:203
@ ERR_ALREADY_IN_USE
Definition: AgoraBase.h:566
track_id_t trackId
Definition: AgoraBase.h:4894
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE
Definition: AgoraBase.h:3557
int video_encoder_target_bitrate_bps
Definition: AgoraBase.h:7109
@ FACE_SHAPE_AREA_EYEBROWTHICKNESS
Definition: AgoraBase.h:5650
pointer_type operator->() const
Definition: AgoraBase.h:119
Definition: AgoraBase.h:172
VideoDimensions()
Definition: AgoraBase.h:1175
AOutputIterator & operator++()
Definition: AgoraBase.h:216
util::AList< UserInfo > UserList
Definition: AgoraBase.h:876
@ VIDEO_ORIENTATION_180
Definition: AgoraBase.h:1013
int elapsedTime
Definition: AgoraBase.h:7723
@ FACE_SHAPE_AREA_NONE
Definition: AgoraBase.h:5475
bool operator==(const AOutputIterator &rhs) const
Definition: AgoraBase.h:220
SIMULCAST_STREAM_MODE
The mode in which the video stream is sent.
Definition: AgoraBase.h:2210
int minBitrate
Definition: AgoraBase.h:2091
DownlinkNetworkInfo(const DownlinkNetworkInfo &info)
Definition: AgoraBase.h:7203
@ ERR_CERT_NULL
Definition: AgoraBase.h:698
@ AUDIO_ENCODING_TYPE_AAC_16000_LOW
Definition: AgoraBase.h:1475
@ ERR_CERT_JSON_NOMEM
Definition: AgoraBase.h:692
unsigned int expectedDownlinkBitrate
Definition: AgoraBase.h:4970
int x
Definition: AgoraBase.h:2346
float sharpnessLevel
Definition: AgoraBase.h:5442
@ SingleNalUnit
Definition: AgoraBase.h:1654
@ VIDEO_STREAM_LOW
Definition: AgoraBase.h:1668
@ VOICE_CHANGER_EFFECT_GIRL
Definition: AgoraBase.h:6282
int lanAccelerateState
Definition: AgoraBase.h:2908
const char * token
Definition: AgoraBase.h:7538
@ VIDEO_DENOISER_AUTO
Definition: AgoraBase.h:5815
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_MINIMIZED
Definition: AgoraBase.h:3614
@ ROOM_ACOUSTICS_KTV
Definition: AgoraBase.h:6208
unsigned int streamCount
Definition: AgoraBase.h:4801
The configuration of the video mixing on the local client.
Definition: AgoraBase.h:4797
@ TIMBRE_TRANSFORMATION_FALSETTO
Definition: AgoraBase.h:6159
@ VIDEO_CODEC_VP9
Definition: AgoraBase.h:1293
REMOTE_VIDEO_STATE
The state of the remote video stream.
Definition: AgoraBase.h:3776
int lastmile_buffer_delay_time_ms
Definition: AgoraBase.h:7178
IContainer * container
Definition: AgoraBase.h:234
uint32_t backgroundColor
Definition: AgoraBase.h:5285
AGORA_API int64_t AGORA_CALL getAgoraCurrentMonotonicTimeInMs()
@ AREA_CODE_OVS
Definition: AgoraBase.h:6949
AUDIO_SAMPLE_RATE_TYPE audioSampleRate
Definition: AgoraBase.h:4661
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:3926
@ MAINTAIN_AUTO
Definition: AgoraBase.h:1129
@ EAR_MONITORING_FILTER_NOISE_SUPPRESSION
Definition: AgoraBase.h:7598
@ DISABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2220
@ WARN_CHANNEL_CONNECTION_IP_CHANGED
Definition: AgoraBase.h:366
@ WARN_ADM_IMPROPER_SETTINGS
Definition: AgoraBase.h:425
@ WARN_SET_CLIENT_ROLE_TIMEOUT
Definition: AgoraBase.h:350
@ AUDIO_PROFILE_MUSIC_HIGH_QUALITY
Definition: AgoraBase.h:3103
bool datastreamEncryptionEnabled
Definition: AgoraBase.h:7310
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_INBACKGROUND
Definition: AgoraBase.h:3566
MultipathType type
Definition: AgoraBase.h:2676
@ RTMP_STREAM_UNPUBLISH_REASON_OK
Definition: AgoraBase.h:4324
@ AGORA_IID_H265_TRANSCODER
Definition: AgoraBase.h:934
VideoEncoderConfiguration videoOutputConfiguration
Definition: AgoraBase.h:4810
@ QUALITY_DOWN
Definition: AgoraBase.h:969
WatermarkConfig()
Definition: AgoraBase.h:2623
unsigned int rxBytes
Definition: AgoraBase.h:2753
@ REMOTE_VIDEO_STATE_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3824
SenderOptions()
Definition: AgoraBase.h:1414
unsigned short rxKBitRate
Definition: AgoraBase.h:2777
@ CHANNEL_PROFILE_GAME
Definition: AgoraBase.h:280
reference operator*()
Definition: AgoraBase.h:227
@ FIT_MODE_USE_IMAGE_RATIO
Definition: AgoraBase.h:1541
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_MIXED
Definition: AgoraBase.h:6714
@ EXPERIENCE_REASON_NONE
Definition: AgoraBase.h:3029
int width
Definition: AgoraBase.h:4504
const int DEFAULT_MIN_BITRATE
Definition: AgoraBase.h:1201
uint32_t videoState
Definition: AgoraBase.h:8176
Definition: AgoraBase.h:4031
LOCAL_VIDEO_STREAM_STATE
Local video state types.
Definition: AgoraBase.h:3488
@ AGORA_IID_MUSIC_CONTENT_CENTER
Definition: AgoraBase.h:933
PeerDownlinkInfo * peer_downlink_info
Definition: AgoraBase.h:7190
@ CONNECTION_CHANGED_CERTIFICATION_VERYFY_FAILURE
Definition: AgoraBase.h:5162
int connectTimeMs
Definition: AgoraBase.h:2847
AUDIO_RECORDING_QUALITY_TYPE quality
Definition: AgoraBase.h:6752
CONNECTION_CHANGED_REASON_TYPE
Reasons causing the change of the connection state.
Definition: AgoraBase.h:5040
AOutputIterator(const AOutputIterator &rhs)
Definition: AgoraBase.h:215
int join2JoinSuccess
Definition: AgoraBase.h:7739
@ MEDIA_TRACE_EVENT_VIDEO_DECODED
Definition: AgoraBase.h:7711
bool windowFocus
Definition: AgoraBase.h:6545
unsigned int duration
Definition: AgoraBase.h:2745
CHANNEL_MEDIA_RELAY_STATE
The state code of the channel media relay.
Definition: AgoraBase.h:7015
CodecCapLevels codecLevels
Definition: AgoraBase.h:2031
@ ERR_NOT_INITIALIZED
Definition: AgoraBase.h:506
@ AGORA_IID_VIDEO_DEVICE_MANAGER
Definition: AgoraBase.h:913
AUDIO_FILE_RECORDING_TYPE
Recording content. Set in startAudioRecording [3/3].
Definition: AgoraBase.h:6684
AUDIO_ENCODING_TYPE
Audio encoding type.
Definition: AgoraBase.h:1470
Advanced options for video encoding.
Definition: AgoraBase.h:1873
virtual ~IPacketObserver()
Definition: AgoraBase.h:4033
int fontSize
Definition: AgoraBase.h:2485
int length
Definition: AgoraBase.h:2565
unsigned int rxVideoBytes
Definition: AgoraBase.h:2769
bool probeDownlink
Definition: AgoraBase.h:4960
@ USER_STATE_ENABLE_LOCAL_VIDEO
Definition: AgoraBase.h:3888
@ STYLE_TRANSFORMATION_POPULAR
Definition: AgoraBase.h:6298
int codecCapMask
Definition: AgoraBase.h:2027
bool isLowLatencyAudioSupported
Definition: AgoraBase.h:4023
@ VIDEO_ORIENTATION_90
Definition: AgoraBase.h:1009
@ FACE_SHAPE_BEAUTY_STYLE_MALE
Definition: AgoraBase.h:5688
int height
Definition: AgoraBase.h:2561
@ REMOTE_VIDEO_STATE_FROZEN
Definition: AgoraBase.h:3798
~AList()
Definition: AgoraBase.h:250
@ SUB_STATE_IDLE
Definition: AgoraBase.h:7452
The configurations for the data stream.
Definition: AgoraBase.h:2185
T value_type
Definition: AgoraBase.h:206
@ REMOTE_AUDIO_STATE_STOPPED
Definition: AgoraBase.h:3702
Optional< bool > encodedFrameOnly
Definition: AgoraBase.h:1717
@ FACE_SHAPE_AREA_LOWEREYELID
Definition: AgoraBase.h:5549
const value_type & const_reference
Definition: AgoraBase.h:208
VIDEO_DENOISER_MODE
Video noise reduction mode.
Definition: AgoraBase.h:5810
@ REMOTE_VIDEO_STATE_REASON_SDK_IN_BACKGROUND
Definition: AgoraBase.h:3860
virtual void * current()=0
@ VIDEO_FRAME_TYPE_KEY_FRAME
Definition: AgoraBase.h:1074
int numChannels
Definition: AgoraBase.h:4169
The configurations for mixing the lcoal audio.
Definition: AgoraBase.h:4922
@ VOICE_AI_TUNER_WARM_MALE_SINGING
Definition: AgoraBase.h:6416
uint32_t lanRxBytes
Definition: AgoraBase.h:2702
@ AGORA_IID_PARAMETER_ENGINE
Definition: AgoraBase.h:917
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3684
@ ERR_SET_CLIENT_ROLE_NOT_AUTHORIZED
Definition: AgoraBase.h:646
@ VOICE_AI_TUNER_HUSKY_MALE_SINGING
Definition: AgoraBase.h:6424
@ ERR_MODULE_NOT_FOUND
Definition: AgoraBase.h:686
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3520
int sentBitrate
Definition: AgoraBase.h:4177
FACE_SHAPE_AREA
Chooses the specific facial areas that need to be adjusted.
Definition: AgoraBase.h:5471
@ TIMBRE_TRANSFORMATION_MELLOW
Definition: AgoraBase.h:6155
int domainListSize
Definition: AgoraBase.h:7894
@ ERR_BITRATE_LIMIT
Definition: AgoraBase.h:633
@ SUB_STATE_SUBSCRIBING
Definition: AgoraBase.h:7472
@ LITERAL
Definition: AgoraBase.h:2466
Definition: AgoraBase.h:7118
@ VOICE_CHANGER_DARTH_VADER
Definition: AgoraBase.h:6359
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_60_FPS
Definition: AgoraBase.h:1223
@ FACE_SHAPE_AREA_EYEOUTERCORNER
Definition: AgoraBase.h:5569
@ PREFER_LOW_LATENCY
Definition: AgoraBase.h:1840
bool enableHighLight
Definition: AgoraBase.h:6579
const char * transcodingExtraInfo
Definition: AgoraBase.h:4625
@ WARN_ADM_RECORD_AUDIO_LOWLEVEL
Definition: AgoraBase.h:401
@ CONNECTION_CHANGED_REJOIN_SUCCESS
Definition: AgoraBase.h:5133
int expected_bitrate_bps
Definition: AgoraBase.h:7135
bool empty() const
Definition: AgoraBase.h:259
@ AUDIO_SAMPLE_RATE_32000
Definition: AgoraBase.h:4100
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_30_FPS
Definition: AgoraBase.h:1219
VIDEO_STREAM_TYPE stream_type
Definition: AgoraBase.h:7127
@ VIDEO_VIEW_SETUP_REPLACE
Definition: AgoraBase.h:5248
PERMISSION_TYPE
The type of the device permission.
Definition: AgoraBase.h:7429
@ LICENSE_ERR_DIFF_DEVICES
Definition: AgoraBase.h:814
const AOutputIterator< value_type > const_iterator
Definition: AgoraBase.h:245
@ RELAY_ERROR_INTERNAL_ERROR
Definition: AgoraBase.h:7001
SimulcastConfig()
Definition: AgoraBase.h:2336
The definition of the WatermarkLiteral struct.
Definition: AgoraBase.h:2515
bool mirror
Definition: AgoraBase.h:4779
@ NETWORK_TYPE_MOBILE_5G
Definition: AgoraBase.h:5238
@ ERR_LEAVE_CHANNEL_REJECTED
Definition: AgoraBase.h:562
@ LOCAL_AUDIO_STREAM_REASON_ENCODE_FAILURE
Definition: AgoraBase.h:3454
@ PREFER_HARDWARE
Definition: AgoraBase.h:1867
@ AUDIO_RECORDING_QUALITY_ULTRA_HIGH
Definition: AgoraBase.h:6678
@ AUDIO_ENCODING_TYPE_AAC_32000_HIGH
Definition: AgoraBase.h:1495
@ ERR_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:595
@ SCREEN_CAPTURE
Definition: AgoraBase.h:7442
@ VOICE_CHANGER_SHIN_CHAN
Definition: AgoraBase.h:6365
@ CAPTURE_BRIGHTNESS_LEVEL_NORMAL
Definition: AgoraBase.h:3354
@ VIDEO_FRAME_TYPE_UNKNOW
Definition: AgoraBase.h:1090
unsigned short txPacketLossRate
Definition: AgoraBase.h:4186
@ FACE_SHAPE_AREA_EYEPOSITION
Definition: AgoraBase.h:5543
ScreenAudioParameters()
Definition: AgoraBase.h:6467
int sentSampleRate
Definition: AgoraBase.h:4173
@ ENCRYPTION_ERROR_ENCRYPTION_FAILURE
Definition: AgoraBase.h:7362
@ LOCAL_VIDEO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3542
@ CHANNEL_PROFILE_COMMUNICATION_1v1
Definition: AgoraBase.h:292
const int DEFAULT_MIN_BITRATE_EQUAL_TO_TARGET_BITRATE
Definition: AgoraBase.h:1206
@ AUDIO_ENCODING_TYPE_OPUS_48000_HIGH
Definition: AgoraBase.h:1525
@ RDT_STATE_BROKEN
Definition: AgoraBase.h:8015
@ REMOTE_AUDIO_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3754
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_HIGH
Definition: AgoraBase.h:3856
DeviceInfo()
Definition: AgoraBase.h:4025
@ ENCRYPTION_ERROR_INTERNAL_FAILURE
Definition: AgoraBase.h:7353
@ MAINTAIN_RESOLUTION
Definition: AgoraBase.h:1156
SEG_MODEL_TYPE
The type of algorithms to user for background processing.
Definition: AgoraBase.h:5990
const char * userId
Definition: AgoraBase.h:7123
UserInfo()
Definition: AgoraBase.h:7579
@ AUDIO_FILE_RECORDING_MIC
Definition: AgoraBase.h:6688
@ CODEC_CAP_MASK_HW_DEC
Definition: AgoraBase.h:1978
pointer_type release()
Definition: AgoraBase.h:123
float widthRatio
Definition: AgoraBase.h:2395
size_t samplesPerChannel
Definition: AgoraBase.h:1625
@ VOICE_AI_TUNER_SWEET_FEMALE
Definition: AgoraBase.h:6412
uid_t uid
Definition: AgoraBase.h:4488
@ AREA_CODE_KR
Definition: AgoraBase.h:6933
AdvanceOptions(ENCODING_PREFERENCE encoding_preference, COMPRESSION_PREFERENCE compression_preference, bool encode_alpha)
Definition: AgoraBase.h:1895
Definition: AgoraBase.h:8027
float smoothnessLevel
Definition: AgoraBase.h:5430
@ USER_STATE_MUTE_VIDEO
Definition: AgoraBase.h:3880
@ CAMERA_FOCAL_LENGTH_TELEPHOTO
Definition: AgoraBase.h:1322
bool owner
Definition: AgoraBase.h:235
virtual void onPlaybackAudioEncodedFrame(const uint8_t *frameBuffer, int length, const EncodedAudioFrameInfo &audioEncodedFrameInfo)=0
Gets the encoded audio data of all remote users.
@ ERR_DECRYPTION_FAILED
Definition: AgoraBase.h:651
const char * filePath
Definition: AgoraBase.h:6726
@ PREVIEW
Definition: AgoraBase.h:7935
@ QUALITY_UNKNOWN
Definition: AgoraBase.h:945
@ ERR_CLIENT_IS_BANNED_BY_SERVER
Definition: AgoraBase.h:664
VideoEncoderConfiguration(const VideoEncoderConfiguration &config)
Definition: AgoraBase.h:2136
SEG_MODEL_TYPE modelType
Definition: AgoraBase.h:6022
bool encodeAlpha
Definition: AgoraBase.h:1889
Definition: AgoraBase.h:202
@ FRAME_RATE_FPS_60
Definition: AgoraBase.h:1052
Definition: AgoraBase.h:6825
@ CAMERA_STABILIZATION_MODE_LEVEL_3
Definition: AgoraBase.h:3395
virtual const void * const_current() const =0
@ VIDEO_MODULE_SOFTWARE_ENCODER
Definition: AgoraBase.h:1946
@ REMOTE_AUDIO_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3758
int sampleRate
Definition: AgoraBase.h:6743
FRAME_RATE
The video frame rate.
Definition: AgoraBase.h:1023
double voicePitch
Definition: AgoraBase.h:4006
LOCAL_PROXY_MODE
Connection mode with the Agora Private Media Server.
Definition: AgoraBase.h:7816
@ CLIENT_ROLE_CHANGE_FAILED_CONNECTION_FAILED
Definition: AgoraBase.h:5200
int width
Definition: AgoraBase.h:4376
@ VIDEO_FRAME_TYPE_DELTA_FRAME
Definition: AgoraBase.h:1078
The audio configuration for the shared screen stream.
Definition: AgoraBase.h:6446
CHANNEL_PROFILE_TYPE
The channel profile.
Definition: AgoraBase.h:267
@ VOICE_CHANGER_EFFECT_HULK
Definition: AgoraBase.h:6290
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3658
virtual ~LicenseCallback()
Definition: AgoraBase.h:8043
@ ERR_LICENSE_CREDENTIAL_INVALID
Definition: AgoraBase.h:673
STREAM_SUBSCRIBE_STATE
The subscribing state.
Definition: AgoraBase.h:7448
@ STYLE_TRANSFORMATION_RNB
Definition: AgoraBase.h:6294
bool queryInterface(C1 *c, C2 iid)
Definition: AgoraBase.h:138
@ ROOM_ACOUSTICS_ETHEREAL
Definition: AgoraBase.h:6232
@ AREA_CODE_NA
Definition: AgoraBase.h:6890
Definition: AgoraBase.h:7119
@ ERR_SIZE_TOO_LARGE
Definition: AgoraBase.h:629
@ VOICE_CHANGER_GIRLISH_MAN
Definition: AgoraBase.h:6368
Configures the parameters of a specific layer in multi-quality video streams.
Definition: AgoraBase.h:2304
@ AUDIO_CODEC_HEAAC2
Definition: AgoraBase.h:1456
VideoDenoiserOptions()
Definition: AgoraBase.h:5853
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3439
@ ERR_INVALID_STATE
Definition: AgoraBase.h:510
LASTMILE_PROBE_RESULT_STATE state
Definition: AgoraBase.h:5020
@ APPLICATION_SCENARIO_LIVESHOW
Definition: AgoraBase.h:3316
@ FRAME_WIDTH_960
Definition: AgoraBase.h:1056
INTERFACE_ID_TYPE
The interface class.
Definition: AgoraBase.h:905
LOW_LIGHT_ENHANCE_LEVEL level
Definition: AgoraBase.h:5793
@ AUDIO_PROFILE_MUSIC_STANDARD
Definition: AgoraBase.h:3093
@ LASTMILE_PROBE_RESULT_COMPLETE
Definition: AgoraBase.h:4980
CODEC_CAP_MASK
The bit mask of the codec type.
Definition: AgoraBase.h:1969
@ UPLOAD_NET_ERROR
Definition: AgoraBase.h:7376
@ FACE_SHAPE_AREA_FACECONTOUR
Definition: AgoraBase.h:5490
@ LASTMILE_PROBE_RESULT_UNAVAILABLE
Definition: AgoraBase.h:4990
@ WIFI
Definition: AgoraBase.h:2656
@ CLIENT_ROLE_CHANGE_FAILED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5183
@ LOCAL_AUDIO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3416
@ AGORA_IID_RTC_CONNECTION
Definition: AgoraBase.h:924
@ MEDIA_TRACE_EVENT_VIDEO_RENDERED
Definition: AgoraBase.h:7707
@ AUDIO_PROFILE_NUM
Definition: AgoraBase.h:3117
@ CLIENT_ROLE_AUDIENCE
Definition: AgoraBase.h:2958
int numberOfChannels
Definition: AgoraBase.h:1597
const char * fontFilePath
Definition: AgoraBase.h:2492
The configuration for advanced features of the RTMP or RTMPS streaming with transcoding.
Definition: AgoraBase.h:4406
Results of the uplink or downlink last-mile network test.
Definition: AgoraBase.h:4996
@ REMOTE_VIDEO_STATE_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3820
@ AUTO_SIMULCAST_STREAM
Definition: AgoraBase.h:2216
VideoDimensions dimensions
Definition: AgoraBase.h:2067
@ VOICE_CHANGER_EFFECT_OLDMAN
Definition: AgoraBase.h:6264
unsigned int rxAudioBytes
Definition: AgoraBase.h:2765
float lighteningLevel
Definition: AgoraBase.h:5424
#define AGORA_API
Definition: AgoraBase.h:70
VIDEO_CODEC_TYPE
Video codec types.
Definition: AgoraBase.h:1256
@ RTMP_STREAM_PUBLISH_REASON_INVALID_ARGUMENT
Definition: AgoraBase.h:4256
unsigned short rxAudioKBitRate
Definition: AgoraBase.h:2781
Video noise reduction options.
Definition: AgoraBase.h:5806
@ FACE_SHAPE_AREA_MOUTHLIP
Definition: AgoraBase.h:5637
@ VIDEO_STREAM_LAYER_3
Definition: AgoraBase.h:1683
@ WARN_INVALID_VIEW
Definition: AgoraBase.h:303
uint32_t wifiRxBytes
Definition: AgoraBase.h:2710
@ VIDEO_MODULE_RENDERER
Definition: AgoraBase.h:1954
@ NETWORK_TYPE_DISCONNECTED
Definition: AgoraBase.h:5214
@ AUDIO_TRACK_INVALID
Definition: AgoraBase.h:6049
virtual bool onSendVideoPacket(Packet &packet)=0
Occurs when the local user sends a video packet.
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INTERRUPT
Definition: AgoraBase.h:3598
@ AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY
Definition: AgoraBase.h:2992
VIDEO_DENOISER_LEVEL
Video noise reduction level.
Definition: AgoraBase.h:5824
@ SUB_STATE_SUBSCRIBED
Definition: AgoraBase.h:7476
@ AUDIO_SCENARIO_AI_CLIENT
Definition: AgoraBase.h:3156
int height
Definition: AgoraBase.h:1790
@ VIDEO_CODEC_H265
Definition: AgoraBase.h:1273
@ VIDEO_STREAM_LAYER_4
Definition: AgoraBase.h:1688
@ AUDIO_RECORDING_QUALITY_LOW
Definition: AgoraBase.h:6663
PathStats()
Definition: AgoraBase.h:2685
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_1
Definition: AgoraBase.h:3955
@ WARN_ADM_PLAYOUT_MALFUNCTION
Definition: AgoraBase.h:393
@ WARN_ADM_RUNTIME_PLAYOUT_WARNING
Definition: AgoraBase.h:381
const char * format
Definition: AgoraBase.h:2504
@ FACE_SHAPE_AREA_FOREHEAD
Definition: AgoraBase.h:5485
@ Duplicate
Definition: AgoraBase.h:2635
@ WARN_ADM_GLITCH_STATE
Definition: AgoraBase.h:421
int width
Definition: AgoraBase.h:2354
@ EAR_MONITORING_FILTER_BUILT_IN_AUDIO_FILTERS
Definition: AgoraBase.h:7594
@ VIDEO_STREAM_LAYER_2
Definition: AgoraBase.h:1678
@ PUB_STATE_NO_PUBLISHED
Definition: AgoraBase.h:7497
DownlinkNetworkInfo()
Definition: AgoraBase.h:7196
@ CONNECTION_CHANGED_RENEW_TOKEN
Definition: AgoraBase.h:5119
virtual ~IString()
Definition: AgoraBase.h:180
@ VOICE_CHANGER_SOLID
Definition: AgoraBase.h:6333
virtual IIterator * begin()=0
@ ORIENTATION_MODE_FIXED_LANDSCAPE
Definition: AgoraBase.h:1111
@ AGORA_IID_MEDIA_ENGINE_REGULATOR
Definition: AgoraBase.h:929
AGORA_API agora::base::LicenseCallback * getAgoraLicenseCallback()
Gets the LicenseCallback pointer if already setup, otherwise, return null.
@ REMOTE_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3033
@ RELAY_ERROR_FAILED_JOIN_DEST
Definition: AgoraBase.h:6984
int framerate
Definition: AgoraBase.h:2312
@ CONNECTION_CHANGED_INTERRUPTED
Definition: AgoraBase.h:5052
The information of the user.
Definition: AgoraBase.h:855
The custom background.
Definition: AgoraBase.h:5891
StreamLayerIndex
Index of video streams of different quality levels.
Definition: AgoraBase.h:2262
VideoEncoderConfiguration(const VideoDimensions &d, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2116
@ REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3832
@ REMOTE_AUDIO_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3746
@ RENEW_TOKEN_CANCELED_BY_NEW_REQUEST
Definition: AgoraBase.h:7423
BeautyOptions(LIGHTENING_CONTRAST_LEVEL contrastLevel, float lightening, float smoothness, float redness, float sharpness)
Definition: AgoraBase.h:5444
@ AUDIO_SAMPLE_RATE_44100
Definition: AgoraBase.h:4104
@ CAPTURE_BRIGHTNESS_LEVEL_INVALID
Definition: AgoraBase.h:3350
@ VT_ERR_INTERNAL
Definition: AgoraBase.h:4856
int remoteJoined2UnmuteVideo
Definition: AgoraBase.h:7784
@ WARN_ADM_RECORD_MALFUNCTION
Definition: AgoraBase.h:397
@ AUDIO_ENCODING_TYPE_AAC_16000_MEDIUM
Definition: AgoraBase.h:1480
@ CODEC_CAP_MASK_NONE
Definition: AgoraBase.h:1973
@ ERR_ADM_STOP_RECORDING
Definition: AgoraBase.h:786
@ ERR_JOIN_CHANNEL_REJECTED
Definition: AgoraBase.h:552
@ ERR_NO_PERMISSION
Definition: AgoraBase.h:515
const PathStats * pathStats
Definition: AgoraBase.h:2726
int trackId
Definition: AgoraBase.h:1808
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NOT_FOUND
Definition: AgoraBase.h:3579
@ RTMP_STREAM_PUBLISH_REASON_NOT_BROADCASTER
Definition: AgoraBase.h:4299
AParameter(IAgoraParameter *p)
Definition: AgoraBase.h:8031
Optional< VIDEO_STREAM_TYPE > type
Definition: AgoraBase.h:1710
track_id_t trackId
Definition: AgoraBase.h:3918
RdtState
Reliable Data Transmission tunnel state.
Definition: AgoraBase.h:7990
@ WARN_ADM_WINDOWS_NO_DATA_READY_EVENT
Definition: AgoraBase.h:413
@ SEG_MODEL_AI
Definition: AgoraBase.h:5994
@ ERR_CONNECTION_INTERRUPTED
Definition: AgoraBase.h:616
bool operator==(const AdvanceOptions &rhs) const
Definition: AgoraBase.h:1902
@ CONNECTION_CHANGED_INVALID_TOKEN
Definition: AgoraBase.h:5097
int txPacketLossRate
Definition: AgoraBase.h:2897
@ RELAY_STATE_IDLE
Definition: AgoraBase.h:7020
@ VIDEO_FRAME_TYPE_B_FRAME
Definition: AgoraBase.h:1082
int64_t presentationMs
Definition: AgoraBase.h:1824
bool encode
Definition: AgoraBase.h:6732
virtual size_t size() const =0
VideoDimensions dimensions
Definition: AgoraBase.h:6516
@ LOCAL_VIDEO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3492
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1782
@ UPLOAD_SUCCESS
Definition: AgoraBase.h:7375
float greenCapacity
Definition: AgoraBase.h:6032
EncryptionConfig()
Definition: AgoraBase.h:7312
bool sendEvenIfEmpty
Definition: AgoraBase.h:1561
@ VT_ERR_UNSUPPORT_IMAGE_FORMAT
Definition: AgoraBase.h:4848
@ VIDEO_STREAM_HIGH
Definition: AgoraBase.h:1664
@ AUDIO_CODEC_G722
Definition: AgoraBase.h:1437
@ VIDEO_QOE_PREFERENCE_BALANCE
Definition: AgoraBase.h:3326
unsigned int volume
Definition: AgoraBase.h:3989
int channels
Definition: AgoraBase.h:6454
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel)
Definition: AgoraBase.h:4906
int height
Definition: AgoraBase.h:2358
bool ordered
Definition: AgoraBase.h:2204
@ VT_ERR_INVALID_VIDEO_SOURCE_TYPE
Definition: AgoraBase.h:4840
AdvanceOptions()
Definition: AgoraBase.h:1891
@ WARN_ADM_PLAYOUT_AUDIO_LOWLEVEL
Definition: AgoraBase.h:405
@ CONNECTION_CHANGED_INCONSISTENT_APPID
Definition: AgoraBase.h:5170
@ AUDIO_PROFILE_MUSIC_STANDARD_STEREO
Definition: AgoraBase.h:3099
int total_downscale_level_count
Definition: AgoraBase.h:7186
const uint8_t * buffer
Definition: AgoraBase.h:2576
VIDEO_QOE_PREFERENCE_TYPE
Definition: AgoraBase.h:3322
@ ERR_INVALID_USER_ID
Definition: AgoraBase.h:655
@ ERR_TIMEDOUT
Definition: AgoraBase.h:520
@ CONNECTION_CHANGED_REJECTED_BY_SERVER
Definition: AgoraBase.h:5111
@ CAMERA_STABILIZATION_MODE_LEVEL_1
Definition: AgoraBase.h:3387
bool enableAudio
Definition: AgoraBase.h:7523
MEDIA_TRACE_EVENT
The rendering state of the media frame.
Definition: AgoraBase.h:7703
int videoGop
Definition: AgoraBase.h:4595
@ VIDEO_ORIENTATION_270
Definition: AgoraBase.h:1017
@ ROOM_ACOUSTICS_STUDIO
Definition: AgoraBase.h:6216
RTMP_STREAMING_EVENT
Events during the Media Push.
Definition: AgoraBase.h:4330
@ CODEC_CAPABILITY_LEVEL_4K60FPS
Definition: AgoraBase.h:1250
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3552
BACKGROUND_SOURCE_TYPE
The custom background.
Definition: AgoraBase.h:5895
@ FACE_SHAPE_AREA_EYEBROWPOSITION
Definition: AgoraBase.h:5644
@ AINS_MODE_AGGRESSIVE
Definition: AgoraBase.h:3063
unsigned int userCount
Definition: AgoraBase.h:4614
const char * wmLiteral
Definition: AgoraBase.h:2530
@ AREA_CODE_CN
Definition: AgoraBase.h:6886
COMPRESSION_PREFERENCE
Compression preference for video encoding.
Definition: AgoraBase.h:1830
@ TIMBRE_TRANSFORMATION_RINGING
Definition: AgoraBase.h:6175
int videoFramerate
Definition: AgoraBase.h:4581
@ CLIENT_ROLE_CHANGE_FAILED_REQUEST_TIME_OUT
Definition: AgoraBase.h:5194
const char * source
Definition: AgoraBase.h:5967
bool valid() const
Definition: AgoraBase.h:229
uint32_t height
Definition: AgoraBase.h:8168
@ LOCAL_AUDIO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3408
bool opened
Definition: AgoraBase.h:4426
@ AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM
Definition: AgoraBase.h:1520
@ LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE
Definition: AgoraBase.h:4986
int width
Definition: AgoraBase.h:2557
@ PREFER_SOFTWARE
Definition: AgoraBase.h:1860
@ VOICE_CONVERSION_OFF
Definition: AgoraBase.h:6318
int cameraDirection
Definition: AgoraBase.h:2047
Configuration information for the log server.
Definition: AgoraBase.h:7831
StreamLayerConfig()
Definition: AgoraBase.h:2319
@ ERR_ADM_START_PLAYOUT
Definition: AgoraBase.h:769
@ AUDIO_SESSION_OPERATION_RESTRICTION_CONFIGURE_SESSION
Definition: AgoraBase.h:836
The codec capability of the SDK.
Definition: AgoraBase.h:2019
VideoDenoiserOptions(VIDEO_DENOISER_MODE denoiserMode, VIDEO_DENOISER_LEVEL denoiserLevel)
Definition: AgoraBase.h:5850
VideoDimensions dimensions
Definition: AgoraBase.h:2308
@ AES_256_XTS
Definition: AgoraBase.h:7253
@ SCREEN_SCENARIO_RDC
Definition: AgoraBase.h:3250
@ SUB_STATE_NO_SUBSCRIBED
Definition: AgoraBase.h:7468
virtual bool onSendAudioPacket(Packet &packet)=0
Occurs when the local user sends an audio packet.
@ RDT_STREAM_DATA
Definition: AgoraBase.h:7978
int firstVideoKeyFrameDecodedDurationAfterUnmute
Definition: AgoraBase.h:2887
@ AUDIO_ENCODING_TYPE_OPUS_16000_MEDIUM
Definition: AgoraBase.h:1515
int bandwidth_estimation_bps
Definition: AgoraBase.h:7182
AGORA_API const char *AGORA_CALL getAgoraSdkVersion(int *build)
@ AUDIO_CODEC_OPUSMC
Definition: AgoraBase.h:1464
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_FATAL_ERROR
Definition: AgoraBase.h:3604
virtual IString * clone()=0
@ RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST
Definition: AgoraBase.h:6992
pointer_type get() const
Definition: AgoraBase.h:121
@ ERR_INVALID_ARGUMENT
Definition: AgoraBase.h:472
VideoEncoderConfiguration()
Definition: AgoraBase.h:2146
bool probeUplink
Definition: AgoraBase.h:4954
media::base::VIDEO_PIXEL_FORMAT format
Definition: AgoraBase.h:2571
VIDEO_ORIENTATION
The clockwise rotation of the video.
Definition: AgoraBase.h:1001
@ REMOTE_VIDEO_STATE_REASON_NETWORK_CONGESTION
Definition: AgoraBase.h:3816
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u)
Definition: AgoraBase.h:5362
@ ERR_CANCELED
Definition: AgoraBase.h:525
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3547
Aggregates statistics of each network path in multipath transmission.
Definition: AgoraBase.h:2694
REMOTE_VIDEO_DOWNSCALE_LEVEL
Definition: AgoraBase.h:3947
@ STREAM_LAYER_COUNT_MAX
Definition: AgoraBase.h:2294
@ STREAM_LAYER_6
Definition: AgoraBase.h:2286
@ HEADPHONE_EQUALIZER_OFF
Definition: AgoraBase.h:6382
@ RTMP_STREAM_PUBLISH_REASON_NOT_AUTHORIZED
Definition: AgoraBase.h:4285
@ CLIENT_ROLE_CHANGE_FAILED_NOT_AUTHORIZED
Definition: AgoraBase.h:5188
int styleIntensity
Definition: AgoraBase.h:5706
@ Unknown
Definition: AgoraBase.h:2664
SimulcastStreamConfig()
Definition: AgoraBase.h:2246
const char * channelId
Definition: AgoraBase.h:3922
@ ERR_TOO_MANY_DATA_STREAMS
Definition: AgoraBase.h:638
EncodedVideoFrameInfo()
Definition: AgoraBase.h:1736
@ RTMP_STREAM_PUBLISH_STATE_FAILURE
Definition: AgoraBase.h:4236
@ AUDIO_SESSION_OPERATION_RESTRICTION_DEACTIVATE_SESSION
Definition: AgoraBase.h:841
@ VIDEO_MODULE_SOFTWARE_DECODER
Definition: AgoraBase.h:1950
@ TIMBRE_TRANSFORMATION_CLEAR
Definition: AgoraBase.h:6167
Definition: AgoraBase.h:8041
uint32_t mobileTxBytes
Definition: AgoraBase.h:2714
@ VOICE_CHANGER_SWEET
Definition: AgoraBase.h:6328
AUDIO_SCENARIO_TYPE
The audio scenarios.
Definition: AgoraBase.h:3123
@ ENCRYPTION_ERROR_DECRYPTION_FAILURE
Definition: AgoraBase.h:7358
Built-in encryption configurations.
Definition: AgoraBase.h:7285
LowlightEnhanceOptions(LOW_LIGHT_ENHANCE_MODE lowlightMode, LOW_LIGHT_ENHANCE_LEVEL lowlightLevel)
Definition: AgoraBase.h:5795
int frameRate
Definition: AgoraBase.h:6522
AUDIENCE_LATENCY_LEVEL_TYPE audienceLatencyLevel
Definition: AgoraBase.h:3003
@ ADAPT_DOWN_BANDWIDTH
Definition: AgoraBase.h:2977
CopyableAutoPtr< IString > AString
Definition: AgoraBase.h:182
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType
Definition: AgoraBase.h:6812
REMOTE_AUDIO_STATE_REASON
The reason for the remote audio state change.
Definition: AgoraBase.h:3730
WatermarkBuffer buffer
Definition: AgoraBase.h:2599
@ RDT_STATE_PENDING
Definition: AgoraBase.h:8008
@ FACE_SHAPE_AREA_MOUTHSCALE
Definition: AgoraBase.h:5618
@ VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
Definition: AgoraBase.h:6420
@ WARN_APM_HOWLING
Definition: AgoraBase.h:417
int rxPacketLossRate
Definition: AgoraBase.h:2902
@ AUDIO_PROFILE_IOT
Definition: AgoraBase.h:3113
TranscodingUser * transcodingUsers
Definition: AgoraBase.h:4619
@ CONNECTION_CHANGED_LOST
Definition: AgoraBase.h:5137
@ RENEW_TOKEN_SUCCESS
Definition: AgoraBase.h:7389
@ EXPERIENCE_QUALITY_GOOD
Definition: AgoraBase.h:3015
@ VIDEO_STREAM_LAYER_1
Definition: AgoraBase.h:1673
AudioPcmDataInfo()
Definition: AgoraBase.h:1612
@ HDR_CAPABILITY_SUPPORTED
Definition: AgoraBase.h:1963
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_NO_PERMISSION
Definition: AgoraBase.h:3643
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK
Definition: AgoraBase.h:3845
AutoPtr< T >::pointer_type pointer_type
Definition: AgoraBase.h:157
@ AUDIO_PROFILE_SPEECH_STANDARD
Definition: AgoraBase.h:3089
@ UPLOAD_SERVER_ERROR
Definition: AgoraBase.h:7377
float xRatio
Definition: AgoraBase.h:2382
MixedAudioStream(AUDIO_SOURCE_TYPE source, track_id_t track)
Definition: AgoraBase.h:4902
ORIENTATION_MODE
Video output orientation mode.
Definition: AgoraBase.h:1096
@ AUDIO_CODEC_AACLC
Definition: AgoraBase.h:1444
The video streams for local video mixing.
Definition: AgoraBase.h:4720
@ NETWORK_TYPE_UNKNOWN
Definition: AgoraBase.h:5210
@ PREFER_AUTO
Definition: AgoraBase.h:1856
@ VIDEO_VIEW_SETUP_ADD
Definition: AgoraBase.h:5252
MultipathStats()
Definition: AgoraBase.h:2727
@ WARN_OPEN_CHANNEL_INVALID_TICKET
Definition: AgoraBase.h:354
@ WARN_OPEN_CHANNEL_REJECTED
Definition: AgoraBase.h:340
MixedAudioStream * audioInputStreams
Definition: AgoraBase.h:4930
int y
Definition: AgoraBase.h:4500
ScreenCaptureParameters()
Definition: AgoraBase.h:6581
LASTMILE_PROBE_RESULT_STATE
The status of the last-mile probe test.
Definition: AgoraBase.h:4976
@ CONNECTION_CHANGED_LEAVE_CHANNEL
Definition: AgoraBase.h:5067
Rectangle positionInLandscapeMode
Definition: AgoraBase.h:2419
@ VOICE_CHANGER_MONSTER
Definition: AgoraBase.h:6350
@ QUALITY_EXCELLENT
Definition: AgoraBase.h:949
FaceShapeBeautyOptions(FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity)
Definition: AgoraBase.h:5708
@ BLUR_DEGREE_LOW
Definition: AgoraBase.h:5928
unsigned int vad
Definition: AgoraBase.h:4000
@ ERR_CERT_DUEDATE
Definition: AgoraBase.h:699
virtual void onLicenseRequest()=0
AUDIO_EFFECT_PRESET
Preset audio effects.
Definition: AgoraBase.h:6200
uid_t subviewUid
Definition: AgoraBase.h:5274
@ VIDEO_CODEC_VP8
Definition: AgoraBase.h:1265
bool lowLatency
Definition: AgoraBase.h:4590
int y
Definition: AgoraBase.h:2350
@ LOCAL_VIDEO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3501
uid_t remoteUserUid
Definition: AgoraBase.h:4873
@ RTMP_STREAMING_EVENT_URL_ALREADY_IN_USE
Definition: AgoraBase.h:4339
@ AUDIO_CODEC_JC1
Definition: AgoraBase.h:1452
PeerDownlinkInfo(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7143
@ AUDIO_EFFECT_OFF
Definition: AgoraBase.h:6204
CopyableAutoPtr(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:161
bool initialize(IEngineBase *engine)
Definition: AgoraBase.h:8034
WARN_CODE_TYPE
Definition: AgoraBase.h:298
iterator end()
Definition: AgoraBase.h:257
EXPERIENCE_POOR_REASON
Reasons why the QoE of the local user when receiving a remote audio stream is poor.
Definition: AgoraBase.h:3025
MultipathType
Network path types used in multipath transmission.
Definition: AgoraBase.h:2648
int sampleRate
Definition: AgoraBase.h:6450
@ AUDIO_CODEC_PROFILE_LC_AAC
Definition: AgoraBase.h:4151
@ ROOM_ACOUSTICS_VIRTUAL_STEREO
Definition: AgoraBase.h:6224
LocalAccessPointConfiguration()
Definition: AgoraBase.h:7914
@ FACE_SHAPE_BEAUTY_STYLE_NATURAL
Definition: AgoraBase.h:5693
Used to configure watermark-related information.
Definition: AgoraBase.h:2586
AUDIO_AINS_MODE
AI noise suppression modes.
Definition: AgoraBase.h:3052
@ RELAY_STATE_CONNECTING
Definition: AgoraBase.h:7024
@ RECORD_AUDIO
Definition: AgoraBase.h:7433
size_t samplesOut
Definition: AgoraBase.h:1633
VIDEO_STREAM_TYPE
The type of video streams.
Definition: AgoraBase.h:1660
@ USER_STATE_MUTE_AUDIO
Definition: AgoraBase.h:3876
int mediaPlayerId
Definition: AgoraBase.h:5309
Statistics of a call session.
Definition: AgoraBase.h:2741
AUDIO_CODEC_TYPE
The codec type of audio.
Definition: AgoraBase.h:1420
ENCODING_PREFERENCE
Video encoder preference.
Definition: AgoraBase.h:1851
FACE_SHAPE_BEAUTY_STYLE
The facial enhancement style options.
Definition: AgoraBase.h:5680
AGORA_API int AGORA_CALL createAgoraCredential(agora::util::AString &credential)
@ ORIENTATION_MODE_FIXED_PORTRAIT
Definition: AgoraBase.h:1117
@ RTMP_STREAM_PUBLISH_REASON_OK
Definition: AgoraBase.h:4252
virtual int queryInterface(rtc::INTERFACE_ID_TYPE iid, void **inter)=0
MixedAudioStream(AUDIO_SOURCE_TYPE source)
Definition: AgoraBase.h:4896
EXPERIENCE_QUALITY_TYPE
The Quality of Experience (QoE) of the local user when receiving a remote audio stream.
Definition: AgoraBase.h:3011
@ WARN_SWITCH_LIVE_VIDEO_TIMEOUT
Definition: AgoraBase.h:346
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_RESUMED
Definition: AgoraBase.h:3677
unsigned short lastmileDelay
Definition: AgoraBase.h:2797
@ CONNECTION_CHANGED_SETTING_PROXY_SERVER
Definition: AgoraBase.h:5115
VirtualBackgroundSource()
Definition: AgoraBase.h:5976
@ LOCAL_VIDEO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3505
pointer_type clone() const
Definition: AgoraBase.h:166
@ LOWEST
Definition: AgoraBase.h:7614
The low-light enhancement options.
Definition: AgoraBase.h:5752
@ BACKGROUND_VIDEO
Definition: AgoraBase.h:5917
@ WARN_OPEN_CHANNEL_TIMEOUT
Definition: AgoraBase.h:335
@ CHANNEL_PROFILE_COMMUNICATION
Definition: AgoraBase.h:271
@ AUDIO_FILE_RECORDING_PLAYBACK
Definition: AgoraBase.h:6692
VIDEO_CODEC_PROFILE_TYPE
Video codec profile types.
Definition: AgoraBase.h:4127
Definition: AgoraBase.h:1611
VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel
Definition: AgoraBase.h:2009
int frameRate
Definition: AgoraBase.h:2071
@ FRAME_RATE_FPS_24
Definition: AgoraBase.h:1043
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1351
const char * fontFilePath
Definition: AgoraBase.h:2537
@ FIT_MODE_COVER_POSITION
Definition: AgoraBase.h:1536
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4724
virtual bool onReceiveVideoPacket(Packet &packet)=0
Occurs when the local user receives a video packet.
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_MULTIPLE_FOREGROUND_APPS
Definition: AgoraBase.h:3573
@ LOCAL_AUDIO_STREAM_REASON_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:3466
@ ERR_INVALID_USER_ACCOUNT
Definition: AgoraBase.h:678
@ FACE_SHAPE_AREA_FACELENGTH
Definition: AgoraBase.h:5496
unsigned int txVideoBytes
Definition: AgoraBase.h:2761
const char ** ipList
Definition: AgoraBase.h:7876
@ ERR_CERT_JSON_INVAL
Definition: AgoraBase.h:691
STREAM_PUBLISH_STATE
The publishing state.
Definition: AgoraBase.h:7482
virtual void onLicenseError(int result)=0
@ AUDIO_RECORDING_QUALITY_HIGH
Definition: AgoraBase.h:6673
@ MODE_COVER
Definition: AgoraBase.h:988
@ REMOTE_AUDIO_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3742
VideoDimensions dimensions
Definition: AgoraBase.h:2235
Watermark image configurations.
Definition: AgoraBase.h:2408
unsigned int expectedUplinkBitrate
Definition: AgoraBase.h:4965
unsigned int packetLossRate
Definition: AgoraBase.h:5000
@ WARN_LOOKUP_CHANNEL_REJECTED
Definition: AgoraBase.h:329
@ ROOM_ACOUSTICS_CHORUS
Definition: AgoraBase.h:6252
@ CHAT_BEAUTIFIER_VITALITY
Definition: AgoraBase.h:6133
Local audio statistics.
Definition: AgoraBase.h:4165
unsigned int watermarkCount
Definition: AgoraBase.h:4643
@ CRITICAL
Definition: AgoraBase.h:7634
AUDIO_TRACK_TYPE
The type of the audio track.
Definition: AgoraBase.h:6045
The information about the media streams to be recorded.
Definition: AgoraBase.h:7941
@ HIGHEST
Definition: AgoraBase.h:7630
@ RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC
Definition: AgoraBase.h:6988
uid_t uid
Definition: AgoraBase.h:5269
unsigned int highLightColor
Definition: AgoraBase.h:6571
@ AUDIO_TRACK_DIRECT
Definition: AgoraBase.h:6065
Configure video streams of different quality levels.
Definition: AgoraBase.h:2258
@ SCREEN_COLOR_BLUE
Definition: AgoraBase.h:6016
LOCAL_AUDIO_STREAM_STATE
The state of the local audio.
Definition: AgoraBase.h:3404
@ VIDEO_STREAM_LAYER_5
Definition: AgoraBase.h:1693
@ VIDEO_MIRROR_MODE_DISABLED
Definition: AgoraBase.h:1927
@ VOICE_AI_TUNER_ELEGANT_FEMALE
Definition: AgoraBase.h:6408
AUDIO_RECORDING_QUALITY_TYPE
Recording quality.
Definition: AgoraBase.h:6658
WatermarkBuffer()
Definition: AgoraBase.h:2578
@ AREA_CODE_SA
Definition: AgoraBase.h:6925
float skinProtectLevel
Definition: AgoraBase.h:5880
int audioBitrate
Definition: AgoraBase.h:4666
@ HDR_CAPABILITY_UNKNOWN
Definition: AgoraBase.h:1959
@ Mobile
Definition: AgoraBase.h:2660
@ RTMP_STREAM_PUBLISH_REASON_CONNECTION_TIMEOUT
Definition: AgoraBase.h:4264
bool operator==(const SimulcastStreamConfig &rhs) const
Definition: AgoraBase.h:2248
UserInfo()
Definition: AgoraBase.h:873
TCcMode ccMode
Definition: AgoraBase.h:1346
@ WIFI_BLUETOOTH_COEXIST
Definition: AgoraBase.h:3046
@ REMOTE_AUDIO_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3762
#define __deprecated
Definition: AgoraBase.h:74
unsigned int availableBandwidth
Definition: AgoraBase.h:5008
@ VIDEO_MODULE_HARDWARE_ENCODER
Definition: AgoraBase.h:1948
VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel
Definition: AgoraBase.h:2004
@ FACE_SHAPE_AREA_EYESCALE
Definition: AgoraBase.h:5529
int width
Definition: AgoraBase.h:1170
@ CONNECTION_CHANGED_INVALID_APP_ID
Definition: AgoraBase.h:5072
WatermarkTimestamp()
Definition: AgoraBase.h:2506
const int STANDARD_BITRATE
Definition: AgoraBase.h:1187
@ STREAM_LOW
Definition: AgoraBase.h:2290
Definition: AgoraBase.h:1547
LogUploadServerInfo logUploadServer
Definition: AgoraBase.h:7865
DEGRADATION_PREFERENCE
Video degradation preferences when the bandwidth is a constraint.
Definition: AgoraBase.h:1123
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:2109
@ ROOM_ACOUSTICS_VIRTUAL_SURROUND_SOUND
Definition: AgoraBase.h:6247
@ ERR_TOO_OFTEN
Definition: AgoraBase.h:531
@ FACE_SHAPE_AREA_CHEEK
Definition: AgoraBase.h:5512
VideoEncoderConfiguration(int width, int height, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2126
@ VIDEO_CODEC_H264
Definition: AgoraBase.h:1269
@ AGORA_IID_VIDEO_ENGINE
Definition: AgoraBase.h:923
REMOTE_VIDEO_DOWNSCALE_LEVEL current_downscale_level
Definition: AgoraBase.h:7131
@ ERR_CERT_BUF
Definition: AgoraBase.h:697
@ RTMP_STREAM_PUBLISH_STATE_RECOVERING
Definition: AgoraBase.h:4231
@ CODEC_CAP_MASK_SW_DEC
Definition: AgoraBase.h:1988
@ VIDEO_CODEC_H265_FOR_STREAM
Definition: AgoraBase.h:4121
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs)
Definition: AgoraBase.h:6616
@ CONNECTION_CHANGED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5153
unsigned int color
Definition: AgoraBase.h:5958
@ ERR_CERT_SIGN
Definition: AgoraBase.h:695
@ APPLICATION_SCENARIO_1V1
Definition: AgoraBase.h:3305
VideoCanvas()
Definition: AgoraBase.h:5334
@ ERR_FUNC_IS_PROHIBITED
Definition: AgoraBase.h:586
@ AES_128_XTS
Definition: AgoraBase.h:7245
Rectangle()
Definition: AgoraBase.h:2360
HEADPHONE_EQUALIZER_PRESET
Preset headphone equalizer types.
Definition: AgoraBase.h:6378
@ CAMERA_STABILIZATION_MODE_MAX_LEVEL
Definition: AgoraBase.h:3398
@ ENCRYPTION_ERROR_DATASTREAM_DECRYPTION_FAILURE
Definition: AgoraBase.h:7367
int framesPerSecond
Definition: AgoraBase.h:1796
RecorderStreamType
Type of video stream to be recorded.
Definition: AgoraBase.h:7927
Rectangle cropArea
Definition: AgoraBase.h:5315
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs, view_t *ex, int cnt)
Definition: AgoraBase.h:6640
@ ORIENTATION_MODE_ADAPTIVE
Definition: AgoraBase.h:1104
bool encodedFrameOnly
Definition: AgoraBase.h:3932
uint32_t width
Definition: AgoraBase.h:8164
H264PacketizeMode
Definition: AgoraBase.h:1646
bool enableLocalPlayback
Definition: AgoraBase.h:6077
@ LOCAL_VIDEO_STREAM_STATE_CAPTURING
Definition: AgoraBase.h:3497
@ ERR_CERT_FAIL
Definition: AgoraBase.h:696
@ WARN_OPEN_CHANNEL_TRY_NEXT_VOS
Definition: AgoraBase.h:358
@ FACE_SHAPE_AREA_NOSELENGTH
Definition: AgoraBase.h:5574
@ PITCH_CORRECTION
Definition: AgoraBase.h:6304
VIDEO_DENOISER_LEVEL level
Definition: AgoraBase.h:5848
int width
Definition: AgoraBase.h:4756
@ RTMP_STREAM_PUBLISH_REASON_ENCRYPTED_STREAM_NOT_ALLOWED
Definition: AgoraBase.h:4260
@ FACE_SHAPE_AREA_MOUTHSMILE
Definition: AgoraBase.h:5630
unsigned int size
Definition: AgoraBase.h:4047
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_DISCONNECTED
Definition: AgoraBase.h:3584
LastmileProbeOneWayResult uplinkReport
Definition: AgoraBase.h:5024
const char * imageUrl
Definition: AgoraBase.h:4737
ENCODING_PREFERENCE encodingPreference
Definition: AgoraBase.h:1877
WatermarkOptions()
Definition: AgoraBase.h:2439
int ipListSize
Definition: AgoraBase.h:7881
@ ROOM_ACOUSTICS_3D_VOICE
Definition: AgoraBase.h:6240
PeerDownlinkInfo & operator=(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7156
int earMonitorDelay
Definition: AgoraBase.h:4198
const char * serverDomain
Definition: AgoraBase.h:7835
@ VOICE_CHANGER_EFFECT_UNCLE
Definition: AgoraBase.h:6258
@ TIMBRE_TRANSFORMATION_RESOUNDING
Definition: AgoraBase.h:6171
THREAD_PRIORITY_TYPE
Definition: AgoraBase.h:7610
@ WIRELESS_SIGNAL_POOR
Definition: AgoraBase.h:3041
@ AREA_CODE_EU
Definition: AgoraBase.h:6894
virtual void onRecordAudioEncodedFrame(const uint8_t *frameBuffer, int length, const EncodedAudioFrameInfo &audioEncodedFrameInfo)=0
Gets the encoded audio data of the local user.
@ REMOTE_AUDIO_REASON_NETWORK_CONGESTION
Definition: AgoraBase.h:3738
int audioPlayoutDelay
Definition: AgoraBase.h:4194
uint32_t wifiTxBytes
Definition: AgoraBase.h:2706
bool hasAudio
Definition: AgoraBase.h:865
TranscodingVideoStream * videoInputStreams
Definition: AgoraBase.h:4805
@ AINS_MODE_ULTRALOWLATENCY
Definition: AgoraBase.h:3069
@ VIDEO_DENOISER_LEVEL_FAST
Definition: AgoraBase.h:5838
pointer_type ptr_
Definition: AgoraBase.h:152
@ CHAT_BEAUTIFIER_FRESH
Definition: AgoraBase.h:6127
@ HEADPHONE_EQUALIZER_OVEREAR
Definition: AgoraBase.h:6386
@ EAR_MONITORING_FILTER_NONE
Definition: AgoraBase.h:7589
BACKGROUND_BLUR_DEGREE
The degree of blurring applied to the custom background image.
Definition: AgoraBase.h:5923
@ LOCAL_AUDIO_STREAM_REASON_RECORD_INVALID_ID
Definition: AgoraBase.h:3477
@ FACE_SHAPE_AREA_NOSEROOT
Definition: AgoraBase.h:5592
@ MODE_END
Definition: AgoraBase.h:7279
const value_type * const_pointer
Definition: AgoraBase.h:242
Recording configurations.
Definition: AgoraBase.h:6720
@ ERR_ADM_GENERAL_ERROR
Definition: AgoraBase.h:760
const int COMPATIBLE_BITRATE
Definition: AgoraBase.h:1196
AudioTrackConfig()
Definition: AgoraBase.h:6087
@ LOCAL_VIDEO_STREAM_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3561
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_CALL
Definition: AgoraBase.h:3688
REMOTE_VIDEO_STATE_REASON
The reason for the remote video state change.
Definition: AgoraBase.h:3808
@ ERR_ADM_INIT_PLAYOUT
Definition: AgoraBase.h:765
REMOTE_USER_STATE
Definition: AgoraBase.h:3872
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_FAILURE
Definition: AgoraBase.h:3639
Definition: AgoraBase.h:193
@ CONNECTION_CHANGED_KEEP_ALIVE_TIMEOUT
Definition: AgoraBase.h:5129
@ ERR_OK
Definition: AgoraBase.h:462
@ ADAPT_UP_BANDWIDTH
Definition: AgoraBase.h:2973
AudioVolumeInfo()
Definition: AgoraBase.h:4008
AUDIENCE_LATENCY_LEVEL_TYPE
The latency level of an audience member in interactive live streaming. This enum takes effect only wh...
Definition: AgoraBase.h:2984
The video dimension.
Definition: AgoraBase.h:1166
FACE_SHAPE_AREA shapeArea
Definition: AgoraBase.h:5656
unsigned int advancedFeatureCount
Definition: AgoraBase.h:4689
@ VOICE_CHANGER_PHONE_OPERATOR
Definition: AgoraBase.h:6347
@ BACKGROUND_NONE
Definition: AgoraBase.h:5901
const char * serverPath
Definition: AgoraBase.h:7839
int activePathNum
Definition: AgoraBase.h:2722
int zOrder
Definition: AgoraBase.h:4767
@ RTMP_STREAM_PUBLISH_STATE_RUNNING
Definition: AgoraBase.h:4222
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_SYSTEM_INTERNAL_ERROR
Definition: AgoraBase.h:3528
@ BACKGROUND_BLUR
Definition: AgoraBase.h:5913
@ AES_128_GCM
Definition: AgoraBase.h:7261
@ FACE_SHAPE_AREA_EYEINNERCORNER
Definition: AgoraBase.h:5562
@ RELAY_ERROR_SERVER_ERROR_RESPONSE
Definition: AgoraBase.h:6963
@ ERR_ENCRYPTED_STREAM_NOT_ALLOWED_PUBLISH
Definition: AgoraBase.h:668
RENEW_TOKEN_ERROR_CODE
Represents the error codes after calling renewToken.
Definition: AgoraBase.h:7385
@ BACKGROUND_IMG
Definition: AgoraBase.h:5909
int start2JoinChannel
Definition: AgoraBase.h:7732
@ VIDEO_CODEC_PROFILE_MAIN
Definition: AgoraBase.h:4136
@ AUDIO_SESSION_OPERATION_RESTRICTION_NONE
Definition: AgoraBase.h:828
RecorderStreamInfo(const char *channelId, uid_t uid)
Definition: AgoraBase.h:7955
rtc::uid_t uid
Definition: AgoraBase.h:8144
@ RTC
Definition: AgoraBase.h:7931
@ REMOTE_VIDEO_STATE_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3828
virtual ~IContainer()
Definition: AgoraBase.h:198
AdvancedConfigInfo advancedConfig
Definition: AgoraBase.h:7907
Configures the format, size, and pixel buffer of the watermark image.
Definition: AgoraBase.h:2552
@ ERR_FAILED
Definition: AgoraBase.h:467
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3516
int y
Definition: AgoraBase.h:4372
Definition: AgoraBase.h:156
int16_t channelNum
Definition: AgoraBase.h:1627
The definition of the WatermarkTimestamp struct.
Definition: AgoraBase.h:2481
The configuration of custom audio tracks.
Definition: AgoraBase.h:6071
NETWORK_TYPE
Network type.
Definition: AgoraBase.h:5206
ENCRYPTION_MODE
The built-in encryption mode.
Definition: AgoraBase.h:7241
int zOrder
Definition: AgoraBase.h:4517
#define OPTIONAL_NULLPTR
Definition: AgoraBase.h:90
EchoTestConfiguration(view_t v, bool ea, bool ev, const char *t, const char *c, const int is)
Definition: AgoraBase.h:7554
@ CC_ENABLED
Definition: AgoraBase.h:1332
@ CODEC_CAPABILITY_LEVEL_UNSPECIFIED
Definition: AgoraBase.h:1234
LowlightEnhanceOptions()
Definition: AgoraBase.h:5798
@ ERR_CERT_CREDENTIAL
Definition: AgoraBase.h:694
CAMERA_STABILIZATION_MODE
Camera stabilization modes.
Definition: AgoraBase.h:3373
int kBitrate
Definition: AgoraBase.h:2241
LiveStreamAdvancedFeature(const char *feat_name, bool open)
Definition: AgoraBase.h:4408
RtcImage()
Definition: AgoraBase.h:4396
iterator begin()
Definition: AgoraBase.h:256
util::AString userId
Definition: AgoraBase.h:859
@ QUALITY_DETECTING
Definition: AgoraBase.h:977
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_LOW
Definition: AgoraBase.h:3853
int rxKBitRate
Definition: AgoraBase.h:2684
AUDIO_CODEC_TYPE codec
Definition: AgoraBase.h:1585
@ FRAME_RATE_FPS_7
Definition: AgoraBase.h:1031
@ MAX_USER_ACCOUNT_LENGTH
Definition: AgoraBase.h:1729
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_SYSTEM_PRESSURE
Definition: AgoraBase.h:3608
VIDEO_FRAME_TYPE frameType
Definition: AgoraBase.h:1800
int gatewayRtt
Definition: AgoraBase.h:2827
virtual ~IEngineBase()
Definition: AgoraBase.h:8024
AUDIO_PROFILE_TYPE
The audio profile.
Definition: AgoraBase.h:3075
@ CC_DISABLED
Definition: AgoraBase.h:1336
LOCAL_PROXY_MODE mode
Definition: AgoraBase.h:7903
int joinSuccess2RemoteJoined
Definition: AgoraBase.h:7754
@ TIMBRE_TRANSFORMATION_FULL
Definition: AgoraBase.h:6163
@ CONNECTION_STATE_CONNECTED
Definition: AgoraBase.h:4458
@ ERR_INIT_NET_ENGINE
Definition: AgoraBase.h:576
AParameter(IEngineBase &engine)
Definition: AgoraBase.h:8029
unsigned int txBytes
Definition: AgoraBase.h:2749
@ REMOTE_AUDIO_REASON_NO_PACKET_RECEIVE
Definition: AgoraBase.h:3766
VIDEO_ORIENTATION rotation
Definition: AgoraBase.h:1804
double alpha
Definition: AgoraBase.h:4394
@ AUDIO_CODEC_OPUS
Definition: AgoraBase.h:1424
unsigned int rtt
Definition: AgoraBase.h:5032
@ FACE_SHAPE_AREA_MANDIBLE
Definition: AgoraBase.h:5518
@ REMOTE_AUDIO_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3750
Definition: AgoraBase.h:3895
@ SM4_128_ECB
Definition: AgoraBase.h:7257
ScreenCaptureParameters(int width, int height, int f, int b, view_t *ex, int cnt)
Definition: AgoraBase.h:6628
@ NETWORK_TYPE_WIFI
Definition: AgoraBase.h:5222
@ VIDEO_CODEC_GENERIC
Definition: AgoraBase.h:1279
@ ERR_BUFFER_TOO_SMALL
Definition: AgoraBase.h:501
@ STREAM_LAYER_5
Definition: AgoraBase.h:2282
int shapeIntensity
Definition: AgoraBase.h:5662
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:3936
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED_BY_USER
Definition: AgoraBase.h:5145
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3524
@ RTMP_STREAMING_EVENT_ADVANCED_FEATURE_NOT_SUPPORT
Definition: AgoraBase.h:4343
@ VOICE_CHANGER_IRON_LADY
Definition: AgoraBase.h:6362
@ PREFER_COMPRESSION_AUTO
Definition: AgoraBase.h:1835
@ WARN_ADM_WIN_CORE_IMPROPER_CAPTURE_RELEASE
Definition: AgoraBase.h:446
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_DISPLAY_DISCONNECTED
Definition: AgoraBase.h:3682
@ STREAM_LAYER_4
Definition: AgoraBase.h:2278
TranscodingUser()
Definition: AgoraBase.h:4545
BACKGROUND_BLUR_DEGREE blur_degree
Definition: AgoraBase.h:5974
double memoryTotalUsageRatio
Definition: AgoraBase.h:2837
unsigned int jitter
Definition: AgoraBase.h:5004
@ LOCAL_AUDIO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3420
@ RDT_STREAM_COUNT
Definition: AgoraBase.h:7982
@ FACE_SHAPE_AREA_FACEWIDTH
Definition: AgoraBase.h:5501
int remoteJoined2SetView
Definition: AgoraBase.h:7769
@ CODEC_CAP_MASK_HW_ENC
Definition: AgoraBase.h:1983
AUDIO_ENCODED_FRAME_OBSERVER_POSITION
Audio profile.
Definition: AgoraBase.h:6702
@ AES_128_ECB
Definition: AgoraBase.h:7249
const char * channelId
Definition: AgoraBase.h:7544
virtual ~IAudioEncodedFrameObserver()
Definition: AgoraBase.h:6875
@ AES_128_GCM2
Definition: AgoraBase.h:7270
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_MINIMIZED
Definition: AgoraBase.h:3667
@ RTMP_STREAM_PUBLISH_REASON_REACH_LIMIT
Definition: AgoraBase.h:4280
EncodedAudioFrameAdvancedSettings advancedSettings
Definition: AgoraBase.h:1601
@ ERR_CERT_REQUEST
Definition: AgoraBase.h:700
RdtStreamType
Reliable Data Transmission Tunnel message stream type.
Definition: AgoraBase.h:7966
virtual bool empty() const =0
@ EAR_MONITORING_FILTER_REUSE_POST_PROCESSING_FILTER
Definition: AgoraBase.h:7604
@ AUDIO_SCENARIO_GAME_STREAMING
Definition: AgoraBase.h:3132
Rectangle positionInPortraitMode
Definition: AgoraBase.h:2424
AudioEncodedFrameObserverConfig()
Definition: AgoraBase.h:6818
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_INTERRUPTED_BY_OTHER
Definition: AgoraBase.h:3686
bool visibleInPreview
Definition: AgoraBase.h:2414
@ AUDIO_CODEC_LPCNET
Definition: AgoraBase.h:1460
@ FACE_SHAPE_AREA_EYEPUPILS
Definition: AgoraBase.h:5555
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED
Definition: AgoraBase.h:5124
@ RELAY_OK
Definition: AgoraBase.h:6959
@ CONNECTION_CHANGED_BANNED_BY_SERVER
Definition: AgoraBase.h:5057
@ ERR_INVALID_TOKEN
Definition: AgoraBase.h:611
int zOrder
Definition: AgoraBase.h:4388
WatermarkRatio watermarkRatio
Definition: AgoraBase.h:2429
@ VIDEO_FRAME_TYPE_BLANK_FRAME
Definition: AgoraBase.h:1070
@ SCREEN_SCENARIO_DOCUMENT
Definition: AgoraBase.h:3234
float strengthLevel
Definition: AgoraBase.h:5867
ColorEnhanceOptions(float stength, float skinProtect)
Definition: AgoraBase.h:5882
@ WARN_PENDING
Definition: AgoraBase.h:313
LICENSE_ERROR_TYPE
Definition: AgoraBase.h:794
@ IMAGE
Definition: AgoraBase.h:2456
@ VOICE_CHANGER_EFFECT_SISTER
Definition: AgoraBase.h:6276
Filter effect options.
Definition: AgoraBase.h:5465
The level of the codec capability.
Definition: AgoraBase.h:1999
@ LOW_LIGHT_ENHANCE_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5777
@ AREA_CODE_GLOB
Definition: AgoraBase.h:6910
@ SEG_MODEL_GREEN
Definition: AgoraBase.h:5998
AudioRecordingConfiguration(const AudioRecordingConfiguration &rhs)
Definition: AgoraBase.h:6796
ScreenCaptureParameters(const VideoDimensions &d, int f, int b)
Definition: AgoraBase.h:6593
#define AGORA_CALL
Definition: AgoraBase.h:72
@ AREA_CODE_AF
Definition: AgoraBase.h:6929
@ ERR_NOT_SUPPORTED
Definition: AgoraBase.h:488
@ QUALITY_VBAD
Definition: AgoraBase.h:965
@ CONNECTION_STATE_FAILED
Definition: AgoraBase.h:4478
~AOutputIterator()
Definition: AgoraBase.h:212
@ RELAY_ERROR_SERVER_NO_RESPONSE
Definition: AgoraBase.h:6972
LastmileProbeOneWayResult()
Definition: AgoraBase.h:5010
@ RENEW_TOKEN_TOKEN_EXPIRED
Definition: AgoraBase.h:7399
VIDEO_CODEC_TYPE_FOR_STREAM
The codec type of the output video.
Definition: AgoraBase.h:4113
@ FRAME_RATE_FPS_15
Definition: AgoraBase.h:1039
@ LOCAL_AUDIO_STREAM_REASON_PLAYOUT_INVALID_ID
Definition: AgoraBase.h:3482
@ ERR_NOT_READY
Definition: AgoraBase.h:482
@ VOICE_BEAUTIFIER_OFF
Definition: AgoraBase.h:6115
@ AUDIO_RECORDING_QUALITY_MEDIUM
Definition: AgoraBase.h:6668
@ VOICE_CHANGER_CHIPMUNK
Definition: AgoraBase.h:6371
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK_RECOVERY
Definition: AgoraBase.h:3850
int sampleRateHz
Definition: AgoraBase.h:1589
TranscodingVideoStream()
Definition: AgoraBase.h:4781
unsigned int streamCount
Definition: AgoraBase.h:4926
int firstVideoKeyFramePacketDuration
Definition: AgoraBase.h:2862
int packetsBeforeFirstKeyFramePacket
Definition: AgoraBase.h:2867
@ VIDEO_CODEC_PROFILE_BASELINE
Definition: AgoraBase.h:4131
@ RTMP_STREAM_PUBLISH_REASON_TOO_OFTEN
Definition: AgoraBase.h:4276
@ MAINTAIN_BALANCED
Definition: AgoraBase.h:1150
CLIENT_ROLE_CHANGE_FAILED_REASON
The reason for a user role switch failure.
Definition: AgoraBase.h:5176
AGORA_API const char *AGORA_CALL getAgoraSdkErrorDescription(int err)
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_2
Definition: AgoraBase.h:3959
VIDEO_CODEC_CAPABILITY_LEVEL
The level of the codec capability.
Definition: AgoraBase.h:1229
char userAccount[MAX_USER_ACCOUNT_LENGTH]
Definition: AgoraBase.h:7577
double memoryAppUsageRatio
Definition: AgoraBase.h:2832
LogUploadServerInfo()
Definition: AgoraBase.h:7851
@ AREA_CODE_AS
Definition: AgoraBase.h:6898
int serverPort
Definition: AgoraBase.h:7843
@ CONFIG_FETCH_TYPE_JOIN_CHANNEL
Definition: AgoraBase.h:7810
Focal length information supported by the camera, including the camera direction and focal length typ...
Definition: AgoraBase.h:2043
@ FACE_SHAPE_AREA_NOSEWIDTH
Definition: AgoraBase.h:5580
@ ERR_ADM_INIT_RECORDING
Definition: AgoraBase.h:778
@ RELAY_ERROR_SERVER_CONNECTION_LOST
Definition: AgoraBase.h:6997
The audio device information.
Definition: AgoraBase.h:4017
Definition: AgoraBase.h:8021
@ CONNECTION_STATE_RECONNECTING
Definition: AgoraBase.h:4468
@ STREAM_LAYER_1
Definition: AgoraBase.h:2266
int txKBitRate
Definition: AgoraBase.h:2680
Definition: AgoraBase.h:184
RtcImage * watermark
Definition: AgoraBase.h:4638
@ WARN_NO_AVAILABLE_CHANNEL
Definition: AgoraBase.h:318
const char * user_id_t
Definition: AgoraBase.h:849
Indicators during video frame rendering progress.
Definition: AgoraBase.h:7717
@ NETWORK_TYPE_MOBILE_3G
Definition: AgoraBase.h:5230
@ VOICE_CHANGER_EFFECT_BOY
Definition: AgoraBase.h:6270
@ VIDEO_DENOISER_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5830
@ WARN_CHANNEL_SOCKET_ERROR
Definition: AgoraBase.h:373
@ RTMP_STREAM_PUBLISH_REASON_INTERNAL_SERVER_ERROR
Definition: AgoraBase.h:4268
VIDEO_CODEC_TYPE_FOR_STREAM videoCodecType
Definition: AgoraBase.h:4610
@ VIDEO_CODEC_GENERIC_JPEG
Definition: AgoraBase.h:1297
@ WARN_ADM_WIN_CORE_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:438
@ CODEC_CAPABILITY_LEVEL_BASIC_SUPPORT
Definition: AgoraBase.h:1238
view_t view
Definition: AgoraBase.h:5280
UplinkNetworkInfo()
Definition: AgoraBase.h:7111
@ VOICE_AI_TUNER_MATURE_MALE
Definition: AgoraBase.h:6400
int videoBitrate
Definition: AgoraBase.h:4575
@ AUDIO_CODEC_PCMA
Definition: AgoraBase.h:1429
@ RTMP_STREAMING_EVENT_FAILED_LOAD_IMAGE
Definition: AgoraBase.h:4334
int intervalInSeconds
Definition: AgoraBase.h:7552
int x
Definition: AgoraBase.h:4494
@ SINGING_BEAUTIFIER
Definition: AgoraBase.h:6143
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt)
Definition: AgoraBase.h:5348
const_reference operator*() const
Definition: AgoraBase.h:228
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:5297
value_type & reference
Definition: AgoraBase.h:207
@ VIDEO_ORIENTATION_0
Definition: AgoraBase.h:1005
@ ERR_DATASTREAM_DECRYPTION_FAILED
Definition: AgoraBase.h:660
const char * url
Definition: AgoraBase.h:4362
@ VIDEO_CODEC_AV1
Definition: AgoraBase.h:1289
WatermarkRatio(float x, float y, float width)
Definition: AgoraBase.h:2398
@ TIMBRE_TRANSFORMATION_DEEP
Definition: AgoraBase.h:6151
uid_t remoteUserUid
Definition: AgoraBase.h:4730
@ AGORA_IID_SIGNALING_ENGINE
Definition: AgoraBase.h:928
@ QUALITY_GOOD
Definition: AgoraBase.h:953
FaceShapeAreaOptions(FACE_SHAPE_AREA shapeArea, int areaIntensity)
Definition: AgoraBase.h:5664
int audioChannel
Definition: AgoraBase.h:4543
Setting of user role properties.
Definition: AgoraBase.h:2998
RTMP_STREAM_PUBLISH_STATE
States of the Media Push.
Definition: AgoraBase.h:4209
@ FRAME_RATE_FPS_1
Definition: AgoraBase.h:1027
@ AUDIO_CODEC_PROFILE_HE_AAC_V2
Definition: AgoraBase.h:4159
@ REMOTE_AUDIO_STATE_DECODING
Definition: AgoraBase.h:3713
@ AREA_CODE_OC
Definition: AgoraBase.h:6921
int y
Definition: AgoraBase.h:4752
@ WARN_CHANNEL_CONNECTION_UNRECOVERABLE
Definition: AgoraBase.h:362
@ AGORA_IID_LOCAL_SPATIAL_AUDIO
Definition: AgoraBase.h:930
AREA_CODE_EX
Definition: AgoraBase.h:6917
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel, track_id_t track)
Definition: AgoraBase.h:4911
view_t * excludeWindowList
Definition: AgoraBase.h:6552
@ CAMERA_FOCAL_LENGTH_WIDE_ANGLE
Definition: AgoraBase.h:1314
@ ERR_ADM_START_RECORDING
Definition: AgoraBase.h:782
const char * channelId
Definition: AgoraBase.h:7945
const char * encryptionKey
Definition: AgoraBase.h:7296
int64_t decodeTimeMs
Definition: AgoraBase.h:1817
@ RELAY_ERROR_NO_RESOURCE_AVAILABLE
Definition: AgoraBase.h:6976
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_OCCLUDED
Definition: AgoraBase.h:3633
@ ROOM_ACOUSTICS_SPACIAL
Definition: AgoraBase.h:6228
@ AUDIO_PROFILE_DEFAULT
Definition: AgoraBase.h:3085
@ USER_OFFLINE_BECOME_AUDIENCE
Definition: AgoraBase.h:899
Attributes of the video canvas object.
Definition: AgoraBase.h:5265
RTMP_STREAM_PUBLISH_REASON
Reasons for changes in the status of RTMP or RTMPS streaming.
Definition: AgoraBase.h:4248
@ AUDIO_CODEC_PROFILE_HE_AAC
Definition: AgoraBase.h:4155
@ CONNECTION_CHANGED_JOIN_SUCCESS
Definition: AgoraBase.h:5048
Processing properties for background images.
Definition: AgoraBase.h:5986
AUDIO_SAMPLE_RATE_TYPE
The audio sampling rate of the stream to be pushed to the CDN.
Definition: AgoraBase.h:4096
@ AREA_CODE_JP
Definition: AgoraBase.h:6902
unsigned int track_id_t
Definition: AgoraMediaBase.h:29
VIDEO_STREAM_TYPE streamType
Definition: AgoraBase.h:1821
EncodedAudioFrameAdvancedSettings()
Definition: AgoraBase.h:1548
LOCAL_AUDIO_STREAM_REASON
Reasons for local audio state changes.
Definition: AgoraBase.h:3426