|
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;
712 ERR_RDT_USER_NOT_EXIST = 250,
717 ERR_RDT_USER_NOT_READY = 251,
722 ERR_RDT_DATA_BLOCKED = 252,
727 ERR_RDT_CMD_EXCEED_LIMIT = 253,
732 ERR_RDT_DATA_EXCEED_LIMIT = 254,
737 ERR_RDT_ENCRYPTION = 255,
742 ERR_LOGIN_ALREADY_LOGIN = 428,
1757 if (
this == &rhs)
return *
this;
1891 bool encode_alpha) :
1924 #if defined(__APPLE__) && TARGET_OS_IOS
1928 enum CAMERA_FORMAT_TYPE {
2152 if (
this == &rhs)
return *
this;
3163 kMaxWidthInPixels = 3840,
3165 kMaxHeightInPixels = 2160,
4426 enum CONNECTION_STATE_TYPE {
5439 float redness,
float sharpness)
5712 struct FilterEffectOptions {
5738 FilterEffectOptions(
const char * lut3dPath,
float filterStrength) : path(lut3dPath), strength(filterStrength) {}
5790 :
mode(lowlightMode),
level(lowlightLevel) {}
5845 :
mode(denoiserMode),
level(denoiserLevel) {}
6454 #if defined(__APPLE__) && !TARGET_OS_IOS
6455 bool excludeCurrentProcessAudio =
true;
7139 const size_t len = std::strlen(rhs.
userId);
7140 char* buf =
new char[len + 1];
7141 std::memcpy(buf, rhs.
userId, len);
7148 if (
this == &rhs)
return *
this;
7154 const size_t len = std::strlen(rhs.
userId);
7155 char* buf =
new char[len + 1];
7156 std::memcpy(buf, rhs.
userId, len);
7207 if (
this == &rhs)
return *
this;
7311 const char* getEncryptionString()
const {
7314 return "aes-128-xts";
7316 return "aes-128-ecb";
7318 return "aes-256-xts";
7320 return "sm4-128-ecb";
7322 return "aes-128-gcm";
7324 return "aes-256-gcm";
7326 return "aes-128-gcm-2";
7328 return "aes-256-gcm-2";
7330 return "aes-128-gcm-2";
7332 return "aes-128-gcm-2";
7628 #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) || defined(__OHOS__)
7633 struct ScreenVideoParameters {
7637 VideoDimensions dimensions;
7651 ScreenVideoParameters() : dimensions(1280, 720) {}
7657 struct ScreenCaptureParameters2 {
7669 bool captureAudio =
false;
7674 ScreenAudioParameters audioParams;
7682 bool captureVideo =
true;
7687 ScreenVideoParameters videoParams;
8046 struct SpatialAudioParams {
8221 const char* certificate_buf,
8222 int certificate_len);
int64_t captureTimeMs
Definition: AgoraBase.h:1807
EchoTestConfiguration()
Definition: AgoraBase.h:7548
ColorEnhanceOptions()
Definition: AgoraBase.h:5879
@ LIGHTENING_CONTRAST_NORMAL
Definition: AgoraBase.h:5401
@ RTMP_STREAM_PUBLISH_STATE_DISCONNECTING
Definition: AgoraBase.h:4236
bool enableAlphaMask
Definition: AgoraBase.h:5322
QUALITY_TYPE
Network quality types.
Definition: AgoraBase.h:934
AREA_CODE
The region for connection, which is the region where the server the SDK connects to is located.
Definition: AgoraBase.h:6873
ENCRYPTION_MODE encryptionMode
Definition: AgoraBase.h:7281
@ VIDEO_QOE_PREFERENCE_FLUENCY_FIRST
Definition: AgoraBase.h:3332
VIDEO_TRANSCODER_ERROR
The error code of the local video mixing failure.
Definition: AgoraBase.h:4825
UPLOAD_ERROR_REASON
Definition: AgoraBase.h:7365
AudioRecordingConfiguration(const char *file_path, int sample_rate, AUDIO_RECORDING_QUALITY_TYPE quality_type, int channel)
Definition: AgoraBase.h:6768
@ CONNECTION_CHANGED_ECHO_TEST
Definition: AgoraBase.h:5135
@ NonInterleaved
Definition: AgoraBase.h:1644
@ RTMP_STREAM_PUBLISH_STATE_IDLE
Definition: AgoraBase.h:4207
@ FACE_SHAPE_AREA_MOUTHPOSITION
Definition: AgoraBase.h:5618
~DownlinkNetworkInfo()
Definition: AgoraBase.h:7221
@ AREA_CODE_US
Definition: AgoraBase.h:6932
EncodedAudioFrameInfo()
Definition: AgoraBase.h:1562
bool syncWithAudio
Definition: AgoraBase.h:2190
int width
Definition: AgoraBase.h:1780
@ PUB_STATE_PUBLISHING
Definition: AgoraBase.h:7492
@ AGORA_IID_META_SERVICE
Definition: AgoraBase.h:926
unsigned short txAudioKBitRate
Definition: AgoraBase.h:2779
int mediaPlayerId
Definition: AgoraBase.h:4736
WATERMARK_SOURCE_TYPE
Type of watermark source.
Definition: AgoraBase.h:2446
@ 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:7844
Layout information of a specific sub-video stream within the mixed stream.
Definition: AgoraBase.h:8127
bool operator==(const UplinkNetworkInfo &rhs) const
Definition: AgoraBase.h:7104
@ CHANNEL_PROFILE_LIVE_BROADCASTING
Definition: AgoraBase.h:275
@ LICENSE_ERR_INTERNAL
Definition: AgoraBase.h:812
@ MAINTAIN_FRAMERATE
Definition: AgoraBase.h:1135
const char * imageUrl
Definition: AgoraBase.h:2609
bool syncWithPrimaryCamera
Definition: AgoraBase.h:4813
PathStats(MultipathType t, int tx, int rx)
Definition: AgoraBase.h:2680
@ HEADPHONE_EQUALIZER_INEAR
Definition: AgoraBase.h:6384
@ LOCAL_AUDIO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3429
@ EXPERIENCE_QUALITY_BAD
Definition: AgoraBase.h:3013
@ AINS_MODE_BALANCED
Definition: AgoraBase.h:3051
@ ULTRA_HIGH_QUALITY_VOICE
Definition: AgoraBase.h:6180
@ ERR_VDM_CAMERA_NOT_AUTHORIZED
Definition: AgoraBase.h:785
const value_type & const_reference
Definition: AgoraBase.h:240
@ ERR_LOAD_MEDIA_ENGINE
Definition: AgoraBase.h:749
@ RDT_STREAM_CMD
Definition: AgoraBase.h:7963
@ VIDEO_MIRROR_MODE_AUTO
Definition: AgoraBase.h:1913
bool speech
Definition: AgoraBase.h:1549
VideoDimensions(int w, int h)
Definition: AgoraBase.h:1170
@ AUDIO_SCENARIO_CHATROOM
Definition: AgoraBase.h:3131
@ ERR_REFUSED
Definition: AgoraBase.h:497
WatermarkOptions options
Definition: AgoraBase.h:2615
AUDIO_CODEC_PROFILE_TYPE audioCodecProfile
Definition: AgoraBase.h:4674
~AutoPtr()
Definition: AgoraBase.h:108
@ CONNECTION_CHANGED_JOIN_FAILED
Definition: AgoraBase.h:5057
AList(IContainer *c, bool take_ownership)
Definition: AgoraBase.h:249
@ AGORA_IID_MEDIA_ENGINE
Definition: AgoraBase.h:915
The information of the user.
Definition: AgoraBase.h:7560
@ FACE_SHAPE_AREA_EYEDISTANCE
Definition: AgoraBase.h:5530
int x
Definition: AgoraBase.h:4741
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:6758
int excludeWindowCount
Definition: AgoraBase.h:6549
@ LICENSE_ERR_EXPIRE
Definition: AgoraBase.h:796
Results of the uplink and downlink last-mile network tests.
Definition: AgoraBase.h:5010
@ RTMP_STREAM_PUBLISH_REASON_INVALID_APPID
Definition: AgoraBase.h:4308
@ WARN_ADM_RECORD_AUDIO_SILENCE
Definition: AgoraBase.h:389
Observer settings for the encoded audio.
Definition: AgoraBase.h:6799
int internalCodec
Definition: AgoraBase.h:4175
Screen sharing configurations.
Definition: AgoraBase.h:6465
@ AGORA_IID_AUDIO_ENGINE
Definition: AgoraBase.h:916
SCREEN_CAPTURE_FRAMERATE_CAPABILITY
The highest frame rate supported by the screen sharing device.
Definition: AgoraBase.h:1205
AOutputIterator< value_type > iterator
Definition: AgoraBase.h:244
@ REMOTE_VIDEO_STATE_DECODING
Definition: AgoraBase.h:3787
@ FRAME_HEIGHT_540
Definition: AgoraBase.h:1054
The position and size of the watermark on the screen.
Definition: AgoraBase.h:2370
SCREEN_SCENARIO_TYPE
The screen sharing scenario.
Definition: AgoraBase.h:3222
@ VIDEO_CODEC_NONE
Definition: AgoraBase.h:1255
@ ERR_NO_SERVER_RESOURCES
Definition: AgoraBase.h:600
The volume information of users.
Definition: AgoraBase.h:3967
@ VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST
Definition: AgoraBase.h:3328
VideoEncoderConfiguration & operator=(const VideoEncoderConfiguration &rhs)
Definition: AgoraBase.h:2151
@ CODEC_CAP_MASK_SW_ENC
Definition: AgoraBase.h:1987
VIDEO_SOURCE_TYPE
The type of the video source.
Definition: AgoraMediaBase.h:67
@ LICENSE_ERR_MINUTES_EXCEED
Definition: AgoraBase.h:800
@ VIDEO_CODEC_H264_FOR_STREAM
Definition: AgoraBase.h:4111
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:2382
ERROR_CODE_TYPE
Error codes.
Definition: AgoraBase.h:458
@ QUALITY_BAD
Definition: AgoraBase.h:955
media::base::VIDEO_MODULE_POSITION position
Definition: AgoraBase.h:5326
@ VOICE_CHANGER_CARTOON
Definition: AgoraBase.h:6335
REMOTE_AUDIO_STATE
Remote audio states.
Definition: AgoraBase.h:3690
FRAME_WIDTH
Definition: AgoraBase.h:1049
Image enhancement options.
Definition: AgoraBase.h:5389
@ AUDIO_SCENARIO_NUM
Definition: AgoraBase.h:3154
const char * channelId
Definition: AgoraBase.h:4881
@ ERR_CONNECTION_LOST
Definition: AgoraBase.h:621
bool captureMouseCursor
Definition: AgoraBase.h:6527
const char * metadata
Definition: AgoraBase.h:4626
Definition: AgoraBase.h:1336
CAMERA_FOCAL_LENGTH_TYPE focalLengthType
Definition: AgoraBase.h:2045
LOW_LIGHT_ENHANCE_MODE
The low-light enhancement mode.
Definition: AgoraBase.h:5750
AUDIO_FILE_RECORDING_TYPE fileRecordingType
Definition: AgoraBase.h:6738
SimulcastStreamConfig(const SimulcastStreamConfig &other)
Definition: AgoraBase.h:2241
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:3217
@ CAMERA_FOCAL_LENGTH_ULTRA_WIDE
Definition: AgoraBase.h:1312
AudioRecordingConfiguration()
Definition: AgoraBase.h:6760
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3440
@ PUB_STATE_PUBLISHED
Definition: AgoraBase.h:7496
FaceShapeBeautyOptions()
Definition: AgoraBase.h:5704
Configurations of the last-mile network test.
Definition: AgoraBase.h:4941
bool hasVideo
Definition: AgoraBase.h:865
int bitrate
Definition: AgoraBase.h:6519
@ VIDEO_MODULE_CAPTURER
Definition: AgoraBase.h:1938
@ CONNECTION_CHANGED_TOKEN_EXPIRED
Definition: AgoraBase.h:5096
@ VOICE_CHANGER_CHILDLIKE
Definition: AgoraBase.h:6338
RtcImage * backgroundImage
Definition: AgoraBase.h:4645
@ WARN_ADM_WIN_CORE_NO_RECORDING_DEVICE
Definition: AgoraBase.h:433
@ APPLICATION_SCENARIO_MEETING
Definition: AgoraBase.h:3290
~PeerDownlinkInfo()
Definition: AgoraBase.h:7163
@ AGORA_IID_STATE_SYNC
Definition: AgoraBase.h:925
@ AUDIO_ENCODING_TYPE_AAC_48000_HIGH
Definition: AgoraBase.h:1499
@ ERR_ABORTED
Definition: AgoraBase.h:571
@ STREAM_LAYER_2
Definition: AgoraBase.h:2264
@ RENEW_TOKEN_INCONSISTENT_APPID
Definition: AgoraBase.h:7410
LiveStreamAdvancedFeature()
Definition: AgoraBase.h:4401
VIDEO_CODEC_PROFILE_TYPE videoCodecProfile
Definition: AgoraBase.h:4595
CAMERA_FOCAL_LENGTH_TYPE
The camera focal length types.
Definition: AgoraBase.h:1300
value_type & operator*() const
Definition: AgoraBase.h:117
int bitrate
Definition: AgoraBase.h:2075
@ AUDIO_FILE_RECORDING_MIXED
Definition: AgoraBase.h:6687
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2055
@ ConnectivityFirst
Definition: AgoraBase.h:7812
@ CONTENT_HINT_NONE
Definition: AgoraBase.h:3207
uid_t uid
Definition: AgoraBase.h:7564
ClientRoleOptions()
Definition: AgoraBase.h:2999
@ AGORA_IID_AUDIO_DEVICE_MANAGER
Definition: AgoraBase.h:903
FaceShapeAreaOptions()
Definition: AgoraBase.h:5660
USER_OFFLINE_REASON_TYPE
Reasons for a user being offline.
Definition: AgoraBase.h:878
TCcMode
Definition: AgoraBase.h:1322
@ VOICE_CHANGER_EFFECT_PIGKING
Definition: AgoraBase.h:6280
AOutputIterator(IIterator *it=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:211
@ MODE_CONTAIN
Definition: AgoraBase.h:989
FIT_MODE_TYPE
Definition: AgoraBase.h:977
CopyableAutoPtr & operator=(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:162
unsigned int uid_t
Definition: AgoraMediaBase.h:28
uid_t uid
Definition: AgoraBase.h:3974
AdvanceOptions advanceOptions
Definition: AgoraBase.h:2108
@ AUDIO_ENCODING_TYPE_AAC_48000_MEDIUM
Definition: AgoraBase.h:1494
@ WARN_AUDIO_MIXING_OPEN_ERROR
Definition: AgoraBase.h:377
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_NONE
Definition: AgoraBase.h:3945
@ REMOTE_AUDIO_STATE_FROZEN
Definition: AgoraBase.h:3713
int height
Definition: AgoraBase.h:4754
@ VIDEO_VIEW_SETUP_REMOVE
Definition: AgoraBase.h:5253
int firstVideoPacketDuration
Definition: AgoraBase.h:2851
LOCAL_VIDEO_EVENT_TYPE
The local video event type.
Definition: AgoraBase.h:3506
@ LOCAL_AUDIO_STREAM_REASON_NO_RECORDING_DEVICE
Definition: AgoraBase.h:3454
bool syncWithLocalMic
Definition: AgoraBase.h:4933
RecorderStreamInfo()
Definition: AgoraBase.h:7945
@ VOICE_CHANGER_BASS
Definition: AgoraBase.h:6332
@ CONNECTION_CHANGED_SAME_UID_LOGIN
Definition: AgoraBase.h:5143
double alpha
Definition: AgoraBase.h:4766
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:4288
uint32_t y
Definition: AgoraBase.h:8151
int aecEstimatedDelay
Definition: AgoraBase.h:4197
unsigned int backgroundColor
Definition: AgoraBase.h:4600
@ AUDIO_CODEC_PCMU
Definition: AgoraBase.h:1427
@ LICENSE_ERR_LIMITED_PERIOD
Definition: AgoraBase.h:804
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:2959
@ REMOTE_VIDEO_STATE_REASON_INTERNAL
Definition: AgoraBase.h:3806
@ ERR_BIND_SOCKET
Definition: AgoraBase.h:537
int64_t elapsedTimeMs
Definition: AgoraBase.h:1631
int firstAudioPacketDurationAfterUnmute
Definition: AgoraBase.h:2866
@ FACE_SHAPE_AREA_NOSEBRIDGE
Definition: AgoraBase.h:5592
VIDEO_APPLICATION_SCENARIO_TYPE
The video application scenarios.
Definition: AgoraBase.h:3250
WATERMARK_FIT_MODE
The adaptation mode of the watermark.
Definition: AgoraBase.h:1525
uint32_t mobileRxBytes
Definition: AgoraBase.h:2712
uint32_t lanTxBytes
Definition: AgoraBase.h:2692
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_PAUSED
Definition: AgoraBase.h:3667
unsigned short rxVideoKBitRate
Definition: AgoraBase.h:2783
CHANNEL_MEDIA_RELAY_ERROR
The error code of the channel media relay.
Definition: AgoraBase.h:6946
@ RELAY_STATE_FAILURE
Definition: AgoraBase.h:7023
@ LIGHTENING_CONTRAST_HIGH
Definition: AgoraBase.h:5405
@ LOCAL_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3031
bool disableAut
Definition: AgoraBase.h:7904
@ RTMP_STREAM_PUBLISH_REASON_TRANSCODING_NO_MIX_STREAM
Definition: AgoraBase.h:4299
AUDIO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4861
@ AUDIO_TRACK_MIXABLE
Definition: AgoraBase.h:6049
@ LOW
Definition: AgoraBase.h:7609
LIGHTENING_CONTRAST_LEVEL
The contrast level.
Definition: AgoraBase.h:5393
MAX_USER_ACCOUNT_LENGTH_TYPE
The maximum length of the user account.
Definition: AgoraBase.h:1719
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INVALID_ID
Definition: AgoraBase.h:3583
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:5299
struct agora::rtc::RtcImage RtcImage
Image properties.
@ RELAY_STATE_RUNNING
Definition: AgoraBase.h:7019
@ RELAY_ERROR_FAILED_JOIN_SRC
Definition: AgoraBase.h:6971
@ FACE_SHAPE_AREA_NOSEGENERAL
Definition: AgoraBase.h:5605
@ ERR_ADM_STOP_PLAYOUT
Definition: AgoraBase.h:767
unsigned int userCount
Definition: AgoraBase.h:2795
@ REMOTE_AUDIO_STATE_FAILED
Definition: AgoraBase.h:3718
Configuration for the Local Access Point.
Definition: AgoraBase.h:7862
@ LOCAL_AUDIO_STREAM_STATE_RECORDING
Definition: AgoraBase.h:3406
@ CHAT_BEAUTIFIER_MAGNETIC
Definition: AgoraBase.h:6115
@ RENEW_TOKEN_FAILURE
Definition: AgoraBase.h:7385
@ WARN_INIT_VIDEO
Definition: AgoraBase.h:308
@ CAMERA_STABILIZATION_MODE_OFF
Definition: AgoraBase.h:3371
AUDIO_CODEC_PROFILE_TYPE
Self-defined audio codec profile.
Definition: AgoraBase.h:4141
int firstVideoPacketDurationAfterUnmute
Definition: AgoraBase.h:2871
media::base::RENDER_MODE_TYPE renderMode
Definition: AgoraBase.h:5283
@ CODEC_CAPABILITY_LEVEL_1080P60FPS
Definition: AgoraBase.h:1240
@ VIDEO_CODEC_GENERIC_H264
Definition: AgoraBase.h:1278
@ ADAPT_NONE
Definition: AgoraBase.h:2963
EAR_MONITORING_FILTER_TYPE
The audio filter types of in-ear monitoring.
Definition: AgoraBase.h:7576
@ WARN_ADM_RUNTIME_RECORDING_WARNING
Definition: AgoraBase.h:385
DownlinkNetworkInfo & operator=(const DownlinkNetworkInfo &rhs)
Definition: AgoraBase.h:7206
virtual ~IIterator()
Definition: AgoraBase.h:190
LocalTranscoderConfiguration()
Definition: AgoraBase.h:4815
@ AES_256_GCM2
Definition: AgoraBase.h:7266
@ 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:2027
@ FACE_SHAPE_AREA_HEADSCALE
Definition: AgoraBase.h:5474
LastmileProbeResult()
Definition: AgoraBase.h:5028
const char * featureName
Definition: AgoraBase.h:4413
Transcoding configurations for Media Push.
Definition: AgoraBase.h:4546
Packet()
Definition: AgoraBase.h:4043
@ REMOTE_AUDIO_REASON_INTERNAL
Definition: AgoraBase.h:3728
AUDIO_SESSION_OPERATION_RESTRICTION
The operation permissions of the SDK on the audio session.
Definition: AgoraBase.h:818
@ STREAM_LAYER_3
Definition: AgoraBase.h:2268
@ VIDEO_FRAME_TYPE_DROPPABLE_FRAME
Definition: AgoraBase.h:1080
@ QUALITY_UNSUPPORTED
Definition: AgoraBase.h:967
@ TIMBRE_TRANSFORMATION_VIGOROUS
Definition: AgoraBase.h:6141
@ FACE_SHAPE_BEAUTY_STYLE_FEMALE
Definition: AgoraBase.h:5678
The location of the target area relative to the screen or window. If you do not set this parameter,...
Definition: AgoraBase.h:2336
virtual const char * c_str()=0
WATERMARK_SOURCE_TYPE type
Definition: AgoraBase.h:2588
@ VOICE_AI_TUNER_FRESH_MALE
Definition: AgoraBase.h:6398
RecorderStreamInfo(const char *channelId, uid_t uid, RecorderStreamType type)
Definition: AgoraBase.h:7948
@ ROOM_ACOUSTICS_PHONOGRAPH
Definition: AgoraBase.h:6214
@ AUDIO_SAMPLE_RATE_48000
Definition: AgoraBase.h:4102
int firstVideoKeyFramePacketDurationAfterUnmute
Definition: AgoraBase.h:2876
@ REMOTE_VIDEO_STATE_STOPPED
Definition: AgoraBase.h:3776
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_AUTO_FALLBACK
Definition: AgoraBase.h:3647
@ AREA_CODE_IN
Definition: AgoraBase.h:6897
@ ERR_PCMSEND_BUFFEROVERFLOW
Definition: AgoraBase.h:704
@ NETWORK_TYPE_LAN
Definition: AgoraBase.h:5212
AParameter(IEngineBase *engine)
Definition: AgoraBase.h:8021
int x
Definition: AgoraBase.h:4361
@ ENABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2218
Information about externally encoded video frames.
Definition: AgoraBase.h:1729
CONFIG_FETCH_TYPE
Definition: AgoraBase.h:7793
@ LAN
Definition: AgoraBase.h:2646
@ BACKGROUND_COLOR
Definition: AgoraBase.h:5899
@ VOICE_AI_TUNER_POWERFUL_MALE_SINGING
Definition: AgoraBase.h:6426
DEGRADATION_PREFERENCE degradationPreference
Definition: AgoraBase.h:2096
int firstVideoKeyFrameRenderedDurationAfterUnmute
Definition: AgoraBase.h:2886
@ RDT_STATE_BLOCKED
Definition: AgoraBase.h:7994
AUDIO_ENCODING_TYPE encodingType
Definition: AgoraBase.h:6807
@ AUDIO_SCENARIO_CHORUS
Definition: AgoraBase.h:3136
bool enable
Definition: AgoraBase.h:2312
EncodedVideoFrameInfo(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1743
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3656
@ CAMERA
Definition: AgoraBase.h:7428
@ VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
Definition: AgoraBase.h:6430
virtual size_t length()=0
int fontSize
Definition: AgoraBase.h:2514
@ VT_ERR_INVALID_IMAGE_PATH
Definition: AgoraBase.h:4838
@ HIGH
Definition: AgoraBase.h:7617
BeautyOptions()
Definition: AgoraBase.h:5446
Audio information after encoding.
Definition: AgoraBase.h:1561
view_t view
Definition: AgoraBase.h:7507
@ BLUR_DEGREE_MEDIUM
Definition: AgoraBase.h:5927
LocalAudioMixerConfiguration()
Definition: AgoraBase.h:4935
virtual const char * data()=0
const char * id
Definition: AgoraBase.h:2584
size_t size_type
Definition: AgoraBase.h:243
@ ERR_NOT_IN_CHANNEL
Definition: AgoraBase.h:625
uint32_t x
Definition: AgoraBase.h:8145
VideoTrackInfo()
Definition: AgoraBase.h:3890
LOW_LIGHT_ENHANCE_MODE mode
Definition: AgoraBase.h:5782
Definition: AgoraBase.h:100
uid_t uid
Definition: AgoraBase.h:7940
@ LIGHTENING_CONTRAST_LOW
Definition: AgoraBase.h:5397
@ RENEW_TOKEN_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:7405
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:6777
double cpuTotalUsage
Definition: AgoraBase.h:2811
@ RENEW_TOKEN_INVALID_TOKEN
Definition: AgoraBase.h:7399
@ SCREEN_COLOR_AUTO
Definition: AgoraBase.h:6002
@ CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
Definition: AgoraBase.h:3352
virtual void onLicenseValidated()=0
int64_t captureTimeMs
Definition: AgoraBase.h:1600
ScreenCaptureParameters(int width, int height, int f, int b)
Definition: AgoraBase.h:6595
@ WARN_CHANNEL_CONNECTION_PORT_CHANGED
Definition: AgoraBase.h:370
int audioChannels
Definition: AgoraBase.h:4670
@ APPLICATION_SCENARIO_GENERAL
Definition: AgoraBase.h:3254
uint8_t encryptionKdfSalt[32]
Definition: AgoraBase.h:7294
@ PUB_STATE_IDLE
Definition: AgoraBase.h:7477
VOICE_AI_TUNER_TYPE
Voice AI tuner sound types.
Definition: AgoraBase.h:6390
@ LOW_LIGHT_ENHANCE_MANUAL
Definition: AgoraBase.h:5760
@ RTMP_STREAM_PUBLISH_STATE_CONNECTING
Definition: AgoraBase.h:4211
int width
Definition: AgoraBase.h:4554
int audioDeviceDelay
Definition: AgoraBase.h:4184
Configurations for the Packet instance.
Definition: AgoraBase.h:4031
int strokeWidth
Definition: AgoraBase.h:2518
StreamLayerConfig configs[STREAM_LAYER_COUNT_MAX]
Definition: AgoraBase.h:2319
int targetBitrate
Definition: AgoraBase.h:1406
@ PREFER_QUALITY
Definition: AgoraBase.h:1839
@ VOICE_CHANGER_NEUTRAL
Definition: AgoraBase.h:6317
@ FRAME_RATE_FPS_10
Definition: AgoraBase.h:1029
@ LICENSE_ERR_INVALID
Definition: AgoraBase.h:792
int firstAudioPacketDuration
Definition: AgoraBase.h:2846
bool operator==(const VideoDimensions &rhs) const
Definition: AgoraBase.h:1171
LIGHTENING_CONTRAST_LEVEL lighteningContrastLevel
Definition: AgoraBase.h:5412
VIDEO_FRAME_TYPE
The video frame type.
Definition: AgoraBase.h:1060
@ REMOTE_VIDEO_STATE_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3830
VIDEO_VIEW_SETUP_MODE setupMode
Definition: AgoraBase.h:5295
LOCAL_VIDEO_STREAM_REASON
Reasons for local video state changes.
Definition: AgoraBase.h:3528
LiveStreamAdvancedFeature * advancedFeatures
Definition: AgoraBase.h:4678
void * view_t
Definition: AgoraBase.h:844
@ AUDIENCE_LATENCY_LEVEL_LOW_LATENCY
Definition: AgoraBase.h:2982
@ ERR_CERT_CUSTOM
Definition: AgoraBase.h:693
@ CONNECTION_CHANGED_STREAM_CHANNEL_NOT_AVAILABLE
Definition: AgoraBase.h:5160
@ CHANNEL_PROFILE_CLOUD_GAMING
Definition: AgoraBase.h:286
const unsigned char * buffer
Definition: AgoraBase.h:4037
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u, uid_t subu)
Definition: AgoraBase.h:5370
@ VIDEO_QOE_PREFERENCE_DELAY_FIRST
Definition: AgoraBase.h:3324
@ LOCAL_AUDIO_STREAM_REASON_OK
Definition: AgoraBase.h:3424
int memoryAppUsageInKbytes
Definition: AgoraBase.h:2836
@ CAMERA_FOCAL_LENGTH_DEFAULT
Definition: AgoraBase.h:1304
@ VOICE_CHANGER_TRANSFORMERS
Definition: AgoraBase.h:6347
@ NETWORK_TYPE_MOBILE_2G
Definition: AgoraBase.h:5220
@ WARN_ADM_POP_STATE
Definition: AgoraBase.h:429
@ CLIENT_ROLE_BROADCASTER
Definition: AgoraBase.h:2948
int framerate
Definition: AgoraBase.h:2239
Video encoder configurations.
Definition: AgoraBase.h:2051
@ AUDIO_SCENARIO_AI_SERVER
Definition: AgoraBase.h:3145
float rednessLevel
Definition: AgoraBase.h:5430
@ RDT_STATE_OPENED
Definition: AgoraBase.h:7989
@ VT_ERR_VIDEO_SOURCE_NOT_READY
Definition: AgoraBase.h:4830
SCREEN_COLOR_TYPE
Screen color type.
Definition: AgoraBase.h:5998
Definition: AgoraBase.h:233
@ AUDIO_CODEC_HEAAC
Definition: AgoraBase.h:1442
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2017
@ REMOTE_AUDIO_STATE_STARTING
Definition: AgoraBase.h:3701
@ ERR_INVALID_APP_ID
Definition: AgoraBase.h:590
VOICE_CONVERSION_PRESET
The options for SDK preset voice conversion effects.
Definition: AgoraBase.h:6308
@ RELAY_ERROR_SRC_TOKEN_EXPIRED
Definition: AgoraBase.h:6996
@ CONNECTION_STATE_CONNECTING
Definition: AgoraBase.h:4444
@ RTMP_STREAM_PUBLISH_REASON_NET_DOWN
Definition: AgoraBase.h:4304
@ Dynamic
Definition: AgoraBase.h:2634
VIDEO_MODULE_TYPE
Definition: AgoraBase.h:1936
ScreenAudioParameters audioParams
Definition: AgoraBase.h:6482
@ RTMP_STREAM_PUBLISH_REASON_STREAM_NOT_FOUND
Definition: AgoraBase.h:4283
Video subscription options.
Definition: AgoraBase.h:1699
double cpuAppUsage
Definition: AgoraBase.h:2802
@ NETWORK_TYPE_MOBILE_4G
Definition: AgoraBase.h:5228
Transcoding configurations of each host.
Definition: AgoraBase.h:4478
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_3
Definition: AgoraBase.h:3957
@ RTMP_STREAMING_EVENT_REQUEST_TOO_OFTEN
Definition: AgoraBase.h:4341
Statistical information about a specific network path.
Definition: AgoraBase.h:2666
int height
Definition: AgoraBase.h:4374
@ REMOTE_AUDIO_REASON_LOCAL_PLAY_FAILED
Definition: AgoraBase.h:3764
VOICE_BEAUTIFIER_PRESET
The options for SDK preset voice beautifier effects.
Definition: AgoraBase.h:6105
@ VT_ERR_INVALID_LAYOUT
Definition: AgoraBase.h:4846
@ FACE_SHAPE_AREA_CHEEKBONE
Definition: AgoraBase.h:5501
VIDEO_VIEW_SETUP_MODE
Setting mode of the view.
Definition: AgoraBase.h:5238
@ REMOTE_VIDEO_STATE_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3834
value_type * pointer
Definition: AgoraBase.h:241
Rectangle(int xx, int yy, int ww, int hh)
Definition: AgoraBase.h:2355
@ VIDEO_DENOISER_MANUAL
Definition: AgoraBase.h:5813
@ AUDIO_SESSION_OPERATION_RESTRICTION_SET_CATEGORY
Definition: AgoraBase.h:826
The configuration of the audio and video call loop test.
Definition: AgoraBase.h:7502
@ CONNECTION_CHANGED_LICENSE_VALIDATION_FAILURE
Definition: AgoraBase.h:5152
Image properties.
Definition: AgoraBase.h:4351
T * pointer_type
Definition: AgoraBase.h:103
EncodedVideoFrameInfo & operator=(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1756
SegmentationProperty()
Definition: AgoraBase.h:6033
int captureSignalVolume
Definition: AgoraBase.h:6452
@ BUFFER
Definition: AgoraBase.h:2454
const char * channelId
Definition: AgoraBase.h:8131
@ CONNECTION_STATE_DISCONNECTED
Definition: AgoraBase.h:4434
@ AUDIO_SCENARIO_DEFAULT
Definition: AgoraBase.h:3122
@ USER_STATE_ENABLE_VIDEO
Definition: AgoraBase.h:3878
@ 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:7362
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_EXCLUDE_WINDOW_FAILED
Definition: AgoraBase.h:3684
const char * verifyDomainName
Definition: AgoraBase.h:7890
unsigned int backgroundImageCount
Definition: AgoraBase.h:4650
BACKGROUND_SOURCE_TYPE background_source_type
Definition: AgoraBase.h:5938
void reset(IContainer *c=OPTIONAL_NULLPTR, bool take_ownership=false)
Definition: AgoraBase.h:251
@ FACE_SHAPE_AREA_CHIN
Definition: AgoraBase.h:5518
WatermarkLiteral literal
Definition: AgoraBase.h:2605
value_type * pointer
Definition: AgoraBase.h:209
bool serverHttps
Definition: AgoraBase.h:7840
@ AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO
Definition: AgoraBase.h:3103
@ LOW_LIGHT_ENHANCE_AUTO
Definition: AgoraBase.h:5756
@ FACE_SHAPE_AREA_NOSETIP
Definition: AgoraBase.h:5598
uint32_t observationPosition
Definition: AgoraBase.h:3934
VideoSubscriptionOptions()
Definition: AgoraBase.h:1713
@ AES_256_GCM
Definition: AgoraBase.h:7256
The configuration of the low-quality video stream.
Definition: AgoraBase.h:2224
RtcStats()
Definition: AgoraBase.h:2904
@ AUDIO_SCENARIO_MEETING
Definition: AgoraBase.h:3140
@ ROOM_ACOUSTICS_VOCAL_CONCERT
Definition: AgoraBase.h:6206
COMPRESSION_PREFERENCE compressionPreference
Definition: AgoraBase.h:1876
@ USER_OFFLINE_QUIT
Definition: AgoraBase.h:882
@ SCREEN_SCENARIO_GAMING
Definition: AgoraBase.h:3233
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_NOT_SUPPORTED
Definition: AgoraBase.h:3629
@ ERR_CERT_RAW
Definition: AgoraBase.h:689
@ AUDIO_ENCODING_TYPE_OPUS_16000_LOW
Definition: AgoraBase.h:1504
unsigned int txAudioBytes
Definition: AgoraBase.h:2751
LastmileProbeOneWayResult downlinkReport
Definition: AgoraBase.h:5022
uid_t ownerUid
Definition: AgoraBase.h:3908
@ SCREEN_COLOR_GREEN
Definition: AgoraBase.h:6006
@ VOICE_CHANGER_GROOT
Definition: AgoraBase.h:6350
@ TIMESTAMPS
Definition: AgoraBase.h:2466
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_15_FPS
Definition: AgoraBase.h:1209
@ LOCAL_AUDIO_STREAM_REASON_INTERRUPTED
Definition: AgoraBase.h:3466
@ ERR_RESOURCE_LIMITED
Definition: AgoraBase.h:581
T value_type
Definition: AgoraBase.h:238
@ ERR_PCMSEND_FORMAT
Definition: AgoraBase.h:703
FACE_SHAPE_BEAUTY_STYLE shapeStyle
Definition: AgoraBase.h:5693
The facial enhancement style options.
Definition: AgoraBase.h:5668
int height
Definition: AgoraBase.h:1168
bool isLocal
Definition: AgoraBase.h:3904
@ RDT_STATE_CLOSED
Definition: AgoraBase.h:7985
@ AREA_CODE_HKMC
Definition: AgoraBase.h:6928
VIDEO_CONTENT_HINT
The content hint for screen sharing.
Definition: AgoraBase.h:3203
@ REMOTE_VIDEO_STATE_STARTING
Definition: AgoraBase.h:3780
LiveTranscoding()
Definition: AgoraBase.h:4685
bool captureAudio
Definition: AgoraBase.h:6476
WatermarkRatio()
Definition: AgoraBase.h:2391
ORIENTATION_MODE orientationMode
Definition: AgoraBase.h:2089
@ LOW_LIGHT_ENHANCE_LEVEL_FAST
Definition: AgoraBase.h:5776
VIDEO_MIRROR_MODE_TYPE
Video mirror mode.
Definition: AgoraBase.h:1906
The source of the audio streams that are mixed locally.
Definition: AgoraBase.h:4857
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_CLOSED
Definition: AgoraBase.h:3622
@ RELAY_ERROR_DEST_TOKEN_EXPIRED
Definition: AgoraBase.h:7000
void reset(pointer_type ptr=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:129
@ DISABLED
Definition: AgoraBase.h:1154
CodecCapLevels()
Definition: AgoraBase.h:2005
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_4
Definition: AgoraBase.h:3961
@ REMOTE_VIDEO_STATE_FAILED
Definition: AgoraBase.h:3797
@ AUDIO_ENCODING_TYPE_AAC_32000_LOW
Definition: AgoraBase.h:1479
WatermarkLiteral()
Definition: AgoraBase.h:2533
@ MAINTAIN_QUALITY
Definition: AgoraBase.h:1129
int height
Definition: AgoraBase.h:4562
bool enableVideo
Definition: AgoraBase.h:7521
int total_received_video_count
Definition: AgoraBase.h:7185
MultipathMode
The transmission mode of data over multiple network paths.
Definition: AgoraBase.h:2625
@ HDR_CAPABILITY_UNSUPPORTED
Definition: AgoraBase.h:1955
AList()
Definition: AgoraBase.h:248
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_RECORD
Definition: AgoraBase.h:6697
@ FRAME_RATE_FPS_30
Definition: AgoraBase.h:1041
PeerDownlinkInfo()
Definition: AgoraBase.h:7128
@ SCREEN_SCENARIO_VIDEO
Definition: AgoraBase.h:3238
int samplesPerChannel
Definition: AgoraBase.h:1587
int height
Definition: AgoraBase.h:4502
Advanced options for the Local Access Point.
Definition: AgoraBase.h:7851
VIDEO_DENOISER_MODE mode
Definition: AgoraBase.h:5837
@ CONNECTION_CHANGED_CONNECTING
Definition: AgoraBase.h:5038
@ VIDEO_STREAM_LAYER_6
Definition: AgoraBase.h:1692
int zOrder
Definition: AgoraBase.h:2431
const value_type * const_pointer
Definition: AgoraBase.h:210
@ RTMP_STREAM_PUBLISH_REASON_RTMP_SERVER_ERROR
Definition: AgoraBase.h:4266
EncodedAudioFrameInfo(const EncodedAudioFrameInfo &rhs)
Definition: AgoraBase.h:1569
@ LocalOnly
Definition: AgoraBase.h:7816
@ LOCAL_AUDIO_STREAM_REASON_RECORD_FAILURE
Definition: AgoraBase.h:3444
@ REMOTE_VIDEO_STATE_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3859
@ CAPTURE_BRIGHTNESS_LEVEL_DARK
Definition: AgoraBase.h:3356
@ ERR_STREAM_MESSAGE_TIMEOUT
Definition: AgoraBase.h:642
user_id_t strUid
Definition: AgoraBase.h:8139
@ VIDEO_CODEC_PROFILE_HIGH
Definition: AgoraBase.h:4135
bool operator!=(const AOutputIterator &rhs) const
Definition: AgoraBase.h:226
CLIENT_ROLE_TYPE
The user role in the interactive live streaming.
Definition: AgoraBase.h:2944
@ LOCAL_VIDEO_STREAM_REASON_OK
Definition: AgoraBase.h:3532
@ CONNECTION_CHANGED_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:5076
@ CONTENT_HINT_MOTION
Definition: AgoraBase.h:3212
@ CONFIG_FETCH_TYPE_INITIALIZE
Definition: AgoraBase.h:7797
RecorderStreamType type
Definition: AgoraBase.h:7944
int remoteJoined2PacketReceived
Definition: AgoraBase.h:7790
@ VIDEO_MODULE_HARDWARE_DECODER
Definition: AgoraBase.h:1946
@ CAMERA_STABILIZATION_MODE_LEVEL_2
Definition: AgoraBase.h:3385
FRAME_HEIGHT
Definition: AgoraBase.h:1053
@ USER_OFFLINE_DROPPED
Definition: AgoraBase.h:889
int highLightWidth
Definition: AgoraBase.h:6556
virtual void onCertificateRequired()=0
SCREEN_COLOR_TYPE screenColorType
Definition: AgoraBase.h:6031
Definition: AgoraAtomicOps.h:21
@ RTMP_STREAM_PUBLISH_REASON_INVALID_PRIVILEGE
Definition: AgoraBase.h:4313
HDR_CAPABILITY
Definition: AgoraBase.h:1951
AutoPtr & operator=(const AutoPtr &)
int64_t ntpTimeMs
Definition: AgoraBase.h:1635
@ AREA_CODE_RU
Definition: AgoraBase.h:6936
unsigned short txKBitRate
Definition: AgoraBase.h:2767
CopyableAutoPtr(pointer_type p=0)
Definition: AgoraBase.h:160
The color enhancement options.
Definition: AgoraBase.h:5855
bool publish_fallback_enable
Definition: AgoraBase.h:2328
LOW_LIGHT_ENHANCE_LEVEL
The low-light enhancement level.
Definition: AgoraBase.h:5765
VideoLayout()
Definition: AgoraBase.h:8169
unsigned short txVideoKBitRate
Definition: AgoraBase.h:2787
@ AUDIO_ENCODING_TYPE_AAC_32000_MEDIUM
Definition: AgoraBase.h:1484
@ VIDEO_SOURCE_CAMERA_PRIMARY
Definition: AgoraMediaBase.h:71
bool enableAudioProcessing
Definition: AgoraBase.h:6079
@ CODEC_CAPABILITY_LEVEL_1080P30FPS
Definition: AgoraBase.h:1236
const char ** domainList
Definition: AgoraBase.h:7880
ENCRYPTION_ERROR_TYPE
Encryption error type.
Definition: AgoraBase.h:7340
double alpha
Definition: AgoraBase.h:4517
CAPTURE_BRIGHTNESS_LEVEL_TYPE
The brightness level of the video image captured by the local camera.
Definition: AgoraBase.h:3339
@ VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
Definition: AgoraBase.h:6422
@ NORMAL
Definition: AgoraBase.h:7613
@ FACE_SHAPE_AREA_NOSEWING
Definition: AgoraBase.h:5580
WatermarkTimestamp timestamp
Definition: AgoraBase.h:2599
@ ERR_NET_DOWN
Definition: AgoraBase.h:542
The uplink network information.
Definition: AgoraBase.h:7096
int strokeWidth
Definition: AgoraBase.h:2490
@ AUDIO_SESSION_OPERATION_RESTRICTION_ALL
Definition: AgoraBase.h:840
@ BLUR_DEGREE_HIGH
Definition: AgoraBase.h:5932
@ CAMERA_STABILIZATION_MODE_AUTO
Definition: AgoraBase.h:3377
WATERMARK_FIT_MODE mode
Definition: AgoraBase.h:2427
@ QUALITY_POOR
Definition: AgoraBase.h:951
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_PLAYBACK
Definition: AgoraBase.h:6701
@ VIDEO_MIRROR_MODE_ENABLED
Definition: AgoraBase.h:1917
AudioPcmDataInfo(const AudioPcmDataInfo &rhs)
Definition: AgoraBase.h:1609
IIterator * p
Definition: AgoraBase.h:203
@ ERR_ALREADY_IN_USE
Definition: AgoraBase.h:566
track_id_t trackId
Definition: AgoraBase.h:4888
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE
Definition: AgoraBase.h:3551
int video_encoder_target_bitrate_bps
Definition: AgoraBase.h:7100
@ FACE_SHAPE_AREA_EYEBROWTHICKNESS
Definition: AgoraBase.h:5644
pointer_type operator->() const
Definition: AgoraBase.h:119
Definition: AgoraBase.h:172
VideoDimensions()
Definition: AgoraBase.h:1169
AOutputIterator & operator++()
Definition: AgoraBase.h:216
util::AList< UserInfo > UserList
Definition: AgoraBase.h:870
@ VIDEO_ORIENTATION_180
Definition: AgoraBase.h:1007
int elapsedTime
Definition: AgoraBase.h:7714
@ FACE_SHAPE_AREA_NONE
Definition: AgoraBase.h:5469
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:2204
int minBitrate
Definition: AgoraBase.h:2085
DownlinkNetworkInfo(const DownlinkNetworkInfo &info)
Definition: AgoraBase.h:7194
@ ERR_CERT_NULL
Definition: AgoraBase.h:698
@ AUDIO_ENCODING_TYPE_AAC_16000_LOW
Definition: AgoraBase.h:1469
@ ERR_CERT_JSON_NOMEM
Definition: AgoraBase.h:692
unsigned int expectedDownlinkBitrate
Definition: AgoraBase.h:4964
int x
Definition: AgoraBase.h:2340
float sharpnessLevel
Definition: AgoraBase.h:5436
@ SingleNalUnit
Definition: AgoraBase.h:1648
@ VIDEO_STREAM_LOW
Definition: AgoraBase.h:1662
@ VOICE_CHANGER_EFFECT_GIRL
Definition: AgoraBase.h:6276
int lanAccelerateState
Definition: AgoraBase.h:2902
const char * token
Definition: AgoraBase.h:7529
@ VIDEO_DENOISER_AUTO
Definition: AgoraBase.h:5809
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_MINIMIZED
Definition: AgoraBase.h:3608
@ ROOM_ACOUSTICS_KTV
Definition: AgoraBase.h:6202
unsigned int streamCount
Definition: AgoraBase.h:4795
The configuration of the video mixing on the local client.
Definition: AgoraBase.h:4791
@ TIMBRE_TRANSFORMATION_FALSETTO
Definition: AgoraBase.h:6153
@ VIDEO_CODEC_VP9
Definition: AgoraBase.h:1287
REMOTE_VIDEO_STATE
The state of the remote video stream.
Definition: AgoraBase.h:3770
int lastmile_buffer_delay_time_ms
Definition: AgoraBase.h:7169
IContainer * container
Definition: AgoraBase.h:234
uint32_t backgroundColor
Definition: AgoraBase.h:5279
AGORA_API int64_t AGORA_CALL getAgoraCurrentMonotonicTimeInMs()
@ AREA_CODE_OVS
Definition: AgoraBase.h:6940
AUDIO_SAMPLE_RATE_TYPE audioSampleRate
Definition: AgoraBase.h:4655
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:3920
@ MAINTAIN_AUTO
Definition: AgoraBase.h:1123
@ EAR_MONITORING_FILTER_NOISE_SUPPRESSION
Definition: AgoraBase.h:7589
@ DISABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2214
@ 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:3097
bool datastreamEncryptionEnabled
Definition: AgoraBase.h:7301
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_INBACKGROUND
Definition: AgoraBase.h:3560
MultipathType type
Definition: AgoraBase.h:2670
@ RTMP_STREAM_UNPUBLISH_REASON_OK
Definition: AgoraBase.h:4318
@ AGORA_IID_H265_TRANSCODER
Definition: AgoraBase.h:928
VideoEncoderConfiguration videoOutputConfiguration
Definition: AgoraBase.h:4804
@ QUALITY_DOWN
Definition: AgoraBase.h:963
WatermarkConfig()
Definition: AgoraBase.h:2617
unsigned int rxBytes
Definition: AgoraBase.h:2747
@ REMOTE_VIDEO_STATE_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3818
SenderOptions()
Definition: AgoraBase.h:1408
unsigned short rxKBitRate
Definition: AgoraBase.h:2771
@ CHANNEL_PROFILE_GAME
Definition: AgoraBase.h:280
reference operator*()
Definition: AgoraBase.h:227
@ FIT_MODE_USE_IMAGE_RATIO
Definition: AgoraBase.h:1535
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_MIXED
Definition: AgoraBase.h:6705
@ EXPERIENCE_REASON_NONE
Definition: AgoraBase.h:3023
int width
Definition: AgoraBase.h:4498
const int DEFAULT_MIN_BITRATE
Definition: AgoraBase.h:1195
uint32_t videoState
Definition: AgoraBase.h:8167
Definition: AgoraBase.h:4025
LOCAL_VIDEO_STREAM_STATE
Local video state types.
Definition: AgoraBase.h:3482
@ AGORA_IID_MUSIC_CONTENT_CENTER
Definition: AgoraBase.h:927
PeerDownlinkInfo * peer_downlink_info
Definition: AgoraBase.h:7181
@ CONNECTION_CHANGED_CERTIFICATION_VERYFY_FAILURE
Definition: AgoraBase.h:5156
int connectTimeMs
Definition: AgoraBase.h:2841
AUDIO_RECORDING_QUALITY_TYPE quality
Definition: AgoraBase.h:6743
CONNECTION_CHANGED_REASON_TYPE
Reasons causing the change of the connection state.
Definition: AgoraBase.h:5034
AOutputIterator(const AOutputIterator &rhs)
Definition: AgoraBase.h:215
int join2JoinSuccess
Definition: AgoraBase.h:7730
@ MEDIA_TRACE_EVENT_VIDEO_DECODED
Definition: AgoraBase.h:7702
bool windowFocus
Definition: AgoraBase.h:6536
unsigned int duration
Definition: AgoraBase.h:2739
CHANNEL_MEDIA_RELAY_STATE
The state code of the channel media relay.
Definition: AgoraBase.h:7006
CodecCapLevels codecLevels
Definition: AgoraBase.h:2025
@ ERR_NOT_INITIALIZED
Definition: AgoraBase.h:506
@ AGORA_IID_VIDEO_DEVICE_MANAGER
Definition: AgoraBase.h:907
AUDIO_FILE_RECORDING_TYPE
Recording content. Set in startAudioRecording [3/3].
Definition: AgoraBase.h:6675
AUDIO_ENCODING_TYPE
Audio encoding type.
Definition: AgoraBase.h:1464
Advanced options for video encoding.
Definition: AgoraBase.h:1867
virtual ~IPacketObserver()
Definition: AgoraBase.h:4027
int fontSize
Definition: AgoraBase.h:2479
int length
Definition: AgoraBase.h:2559
unsigned int rxVideoBytes
Definition: AgoraBase.h:2763
bool probeDownlink
Definition: AgoraBase.h:4954
@ USER_STATE_ENABLE_LOCAL_VIDEO
Definition: AgoraBase.h:3882
@ STYLE_TRANSFORMATION_POPULAR
Definition: AgoraBase.h:6292
int codecCapMask
Definition: AgoraBase.h:2021
bool isLowLatencyAudioSupported
Definition: AgoraBase.h:4017
@ VIDEO_ORIENTATION_90
Definition: AgoraBase.h:1003
@ FACE_SHAPE_BEAUTY_STYLE_MALE
Definition: AgoraBase.h:5682
int height
Definition: AgoraBase.h:2555
@ REMOTE_VIDEO_STATE_FROZEN
Definition: AgoraBase.h:3792
~AList()
Definition: AgoraBase.h:250
@ SUB_STATE_IDLE
Definition: AgoraBase.h:7443
The configurations for the data stream.
Definition: AgoraBase.h:2179
T value_type
Definition: AgoraBase.h:206
@ REMOTE_AUDIO_STATE_STOPPED
Definition: AgoraBase.h:3696
Optional< bool > encodedFrameOnly
Definition: AgoraBase.h:1711
@ FACE_SHAPE_AREA_LOWEREYELID
Definition: AgoraBase.h:5543
const value_type & const_reference
Definition: AgoraBase.h:208
VIDEO_DENOISER_MODE
Video noise reduction mode.
Definition: AgoraBase.h:5804
@ REMOTE_VIDEO_STATE_REASON_SDK_IN_BACKGROUND
Definition: AgoraBase.h:3854
virtual void * current()=0
@ VIDEO_FRAME_TYPE_KEY_FRAME
Definition: AgoraBase.h:1068
int numChannels
Definition: AgoraBase.h:4163
The configurations for mixing the lcoal audio.
Definition: AgoraBase.h:4916
@ VOICE_AI_TUNER_WARM_MALE_SINGING
Definition: AgoraBase.h:6410
uint32_t lanRxBytes
Definition: AgoraBase.h:2696
@ AGORA_IID_PARAMETER_ENGINE
Definition: AgoraBase.h:911
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3678
@ ERR_SET_CLIENT_ROLE_NOT_AUTHORIZED
Definition: AgoraBase.h:646
@ VOICE_AI_TUNER_HUSKY_MALE_SINGING
Definition: AgoraBase.h:6418
@ ERR_MODULE_NOT_FOUND
Definition: AgoraBase.h:686
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3514
int sentBitrate
Definition: AgoraBase.h:4171
FACE_SHAPE_AREA
Chooses the specific facial areas that need to be adjusted.
Definition: AgoraBase.h:5465
@ TIMBRE_TRANSFORMATION_MELLOW
Definition: AgoraBase.h:6149
int domainListSize
Definition: AgoraBase.h:7885
@ ERR_BITRATE_LIMIT
Definition: AgoraBase.h:633
@ SUB_STATE_SUBSCRIBING
Definition: AgoraBase.h:7463
@ LITERAL
Definition: AgoraBase.h:2460
Definition: AgoraBase.h:7109
@ VOICE_CHANGER_DARTH_VADER
Definition: AgoraBase.h:6353
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_60_FPS
Definition: AgoraBase.h:1217
@ FACE_SHAPE_AREA_EYEOUTERCORNER
Definition: AgoraBase.h:5563
@ PREFER_LOW_LATENCY
Definition: AgoraBase.h:1834
bool enableHighLight
Definition: AgoraBase.h:6570
const char * transcodingExtraInfo
Definition: AgoraBase.h:4619
@ WARN_ADM_RECORD_AUDIO_LOWLEVEL
Definition: AgoraBase.h:401
@ CONNECTION_CHANGED_REJOIN_SUCCESS
Definition: AgoraBase.h:5127
int expected_bitrate_bps
Definition: AgoraBase.h:7126
bool empty() const
Definition: AgoraBase.h:259
@ AUDIO_SAMPLE_RATE_32000
Definition: AgoraBase.h:4094
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_30_FPS
Definition: AgoraBase.h:1213
VIDEO_STREAM_TYPE stream_type
Definition: AgoraBase.h:7118
@ VIDEO_VIEW_SETUP_REPLACE
Definition: AgoraBase.h:5242
PERMISSION_TYPE
The type of the device permission.
Definition: AgoraBase.h:7420
@ LICENSE_ERR_DIFF_DEVICES
Definition: AgoraBase.h:808
const AOutputIterator< value_type > const_iterator
Definition: AgoraBase.h:245
@ RELAY_ERROR_INTERNAL_ERROR
Definition: AgoraBase.h:6992
SimulcastConfig()
Definition: AgoraBase.h:2330
The definition of the WatermarkLiteral struct.
Definition: AgoraBase.h:2509
bool mirror
Definition: AgoraBase.h:4773
@ NETWORK_TYPE_MOBILE_5G
Definition: AgoraBase.h:5232
@ ERR_LEAVE_CHANNEL_REJECTED
Definition: AgoraBase.h:562
@ LOCAL_AUDIO_STREAM_REASON_ENCODE_FAILURE
Definition: AgoraBase.h:3448
@ PREFER_HARDWARE
Definition: AgoraBase.h:1861
@ AUDIO_RECORDING_QUALITY_ULTRA_HIGH
Definition: AgoraBase.h:6669
@ AUDIO_ENCODING_TYPE_AAC_32000_HIGH
Definition: AgoraBase.h:1489
@ ERR_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:595
@ SCREEN_CAPTURE
Definition: AgoraBase.h:7433
@ VOICE_CHANGER_SHIN_CHAN
Definition: AgoraBase.h:6359
@ CAPTURE_BRIGHTNESS_LEVEL_NORMAL
Definition: AgoraBase.h:3348
@ VIDEO_FRAME_TYPE_UNKNOW
Definition: AgoraBase.h:1084
unsigned short txPacketLossRate
Definition: AgoraBase.h:4180
@ FACE_SHAPE_AREA_EYEPOSITION
Definition: AgoraBase.h:5537
ScreenAudioParameters()
Definition: AgoraBase.h:6458
int sentSampleRate
Definition: AgoraBase.h:4167
@ ENCRYPTION_ERROR_ENCRYPTION_FAILURE
Definition: AgoraBase.h:7353
@ LOCAL_VIDEO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3536
@ CHANNEL_PROFILE_COMMUNICATION_1v1
Definition: AgoraBase.h:292
const int DEFAULT_MIN_BITRATE_EQUAL_TO_TARGET_BITRATE
Definition: AgoraBase.h:1200
@ AUDIO_ENCODING_TYPE_OPUS_48000_HIGH
Definition: AgoraBase.h:1519
@ RDT_STATE_BROKEN
Definition: AgoraBase.h:8006
@ REMOTE_AUDIO_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3748
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_HIGH
Definition: AgoraBase.h:3850
DeviceInfo()
Definition: AgoraBase.h:4019
@ ENCRYPTION_ERROR_INTERNAL_FAILURE
Definition: AgoraBase.h:7344
@ MAINTAIN_RESOLUTION
Definition: AgoraBase.h:1150
SEG_MODEL_TYPE
The type of algorithms to user for background processing.
Definition: AgoraBase.h:5984
const char * userId
Definition: AgoraBase.h:7114
UserInfo()
Definition: AgoraBase.h:7570
@ AUDIO_FILE_RECORDING_MIC
Definition: AgoraBase.h:6679
@ CODEC_CAP_MASK_HW_DEC
Definition: AgoraBase.h:1972
pointer_type release()
Definition: AgoraBase.h:123
float widthRatio
Definition: AgoraBase.h:2389
size_t samplesPerChannel
Definition: AgoraBase.h:1619
@ VOICE_AI_TUNER_SWEET_FEMALE
Definition: AgoraBase.h:6406
uid_t uid
Definition: AgoraBase.h:4482
@ AREA_CODE_KR
Definition: AgoraBase.h:6924
AdvanceOptions(ENCODING_PREFERENCE encoding_preference, COMPRESSION_PREFERENCE compression_preference, bool encode_alpha)
Definition: AgoraBase.h:1889
Definition: AgoraBase.h:8018
float smoothnessLevel
Definition: AgoraBase.h:5424
@ USER_STATE_MUTE_VIDEO
Definition: AgoraBase.h:3874
@ CAMERA_FOCAL_LENGTH_TELEPHOTO
Definition: AgoraBase.h:1316
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:6717
@ PREVIEW
Definition: AgoraBase.h:7926
@ QUALITY_UNKNOWN
Definition: AgoraBase.h:939
@ ERR_CLIENT_IS_BANNED_BY_SERVER
Definition: AgoraBase.h:664
VideoEncoderConfiguration(const VideoEncoderConfiguration &config)
Definition: AgoraBase.h:2130
SEG_MODEL_TYPE modelType
Definition: AgoraBase.h:6016
bool encodeAlpha
Definition: AgoraBase.h:1883
Definition: AgoraBase.h:202
@ FRAME_RATE_FPS_60
Definition: AgoraBase.h:1046
Definition: AgoraBase.h:6816
@ CAMERA_STABILIZATION_MODE_LEVEL_3
Definition: AgoraBase.h:3389
virtual const void * const_current() const =0
@ VIDEO_MODULE_SOFTWARE_ENCODER
Definition: AgoraBase.h:1940
@ REMOTE_AUDIO_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3752
int sampleRate
Definition: AgoraBase.h:6734
FRAME_RATE
The video frame rate.
Definition: AgoraBase.h:1017
double voicePitch
Definition: AgoraBase.h:4000
LOCAL_PROXY_MODE
Connection mode with the Agora Private Media Server.
Definition: AgoraBase.h:7807
@ CLIENT_ROLE_CHANGE_FAILED_CONNECTION_FAILED
Definition: AgoraBase.h:5194
int width
Definition: AgoraBase.h:4370
@ VIDEO_FRAME_TYPE_DELTA_FRAME
Definition: AgoraBase.h:1072
The audio configuration for the shared screen stream.
Definition: AgoraBase.h:6440
CHANNEL_PROFILE_TYPE
The channel profile.
Definition: AgoraBase.h:267
@ VOICE_CHANGER_EFFECT_HULK
Definition: AgoraBase.h:6284
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3652
virtual ~LicenseCallback()
Definition: AgoraBase.h:8034
@ ERR_LICENSE_CREDENTIAL_INVALID
Definition: AgoraBase.h:673
STREAM_SUBSCRIBE_STATE
The subscribing state.
Definition: AgoraBase.h:7439
@ STYLE_TRANSFORMATION_RNB
Definition: AgoraBase.h:6288
bool queryInterface(C1 *c, C2 iid)
Definition: AgoraBase.h:138
@ ROOM_ACOUSTICS_ETHEREAL
Definition: AgoraBase.h:6226
@ AREA_CODE_NA
Definition: AgoraBase.h:6881
Definition: AgoraBase.h:7110
@ ERR_SIZE_TOO_LARGE
Definition: AgoraBase.h:629
@ VOICE_CHANGER_GIRLISH_MAN
Definition: AgoraBase.h:6362
Configures the parameters of a specific layer in multi-quality video streams.
Definition: AgoraBase.h:2298
@ AUDIO_CODEC_HEAAC2
Definition: AgoraBase.h:1450
VideoDenoiserOptions()
Definition: AgoraBase.h:5847
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3433
@ ERR_INVALID_STATE
Definition: AgoraBase.h:510
LASTMILE_PROBE_RESULT_STATE state
Definition: AgoraBase.h:5014
@ APPLICATION_SCENARIO_LIVESHOW
Definition: AgoraBase.h:3310
@ FRAME_WIDTH_960
Definition: AgoraBase.h:1050
INTERFACE_ID_TYPE
The interface class.
Definition: AgoraBase.h:899
LOW_LIGHT_ENHANCE_LEVEL level
Definition: AgoraBase.h:5787
@ AUDIO_PROFILE_MUSIC_STANDARD
Definition: AgoraBase.h:3087
@ LASTMILE_PROBE_RESULT_COMPLETE
Definition: AgoraBase.h:4974
CODEC_CAP_MASK
The bit mask of the codec type.
Definition: AgoraBase.h:1963
@ UPLOAD_NET_ERROR
Definition: AgoraBase.h:7367
@ FACE_SHAPE_AREA_FACECONTOUR
Definition: AgoraBase.h:5484
@ LASTMILE_PROBE_RESULT_UNAVAILABLE
Definition: AgoraBase.h:4984
@ WIFI
Definition: AgoraBase.h:2650
@ CLIENT_ROLE_CHANGE_FAILED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5177
@ LOCAL_AUDIO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3410
@ AGORA_IID_RTC_CONNECTION
Definition: AgoraBase.h:918
@ MEDIA_TRACE_EVENT_VIDEO_RENDERED
Definition: AgoraBase.h:7698
@ AUDIO_PROFILE_NUM
Definition: AgoraBase.h:3111
@ CLIENT_ROLE_AUDIENCE
Definition: AgoraBase.h:2952
int numberOfChannels
Definition: AgoraBase.h:1591
const char * fontFilePath
Definition: AgoraBase.h:2486
The configuration for advanced features of the RTMP or RTMPS streaming with transcoding.
Definition: AgoraBase.h:4400
Results of the uplink or downlink last-mile network test.
Definition: AgoraBase.h:4990
@ REMOTE_VIDEO_STATE_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3814
@ AUTO_SIMULCAST_STREAM
Definition: AgoraBase.h:2210
VideoDimensions dimensions
Definition: AgoraBase.h:2061
@ VOICE_CHANGER_EFFECT_OLDMAN
Definition: AgoraBase.h:6258
unsigned int rxAudioBytes
Definition: AgoraBase.h:2759
float lighteningLevel
Definition: AgoraBase.h:5418
#define AGORA_API
Definition: AgoraBase.h:70
VIDEO_CODEC_TYPE
Video codec types.
Definition: AgoraBase.h:1250
@ RTMP_STREAM_PUBLISH_REASON_INVALID_ARGUMENT
Definition: AgoraBase.h:4250
unsigned short rxAudioKBitRate
Definition: AgoraBase.h:2775
Video noise reduction options.
Definition: AgoraBase.h:5800
@ FACE_SHAPE_AREA_MOUTHLIP
Definition: AgoraBase.h:5631
@ VIDEO_STREAM_LAYER_3
Definition: AgoraBase.h:1677
@ WARN_INVALID_VIEW
Definition: AgoraBase.h:303
uint32_t wifiRxBytes
Definition: AgoraBase.h:2704
@ VIDEO_MODULE_RENDERER
Definition: AgoraBase.h:1948
@ NETWORK_TYPE_DISCONNECTED
Definition: AgoraBase.h:5208
@ AUDIO_TRACK_INVALID
Definition: AgoraBase.h:6043
virtual bool onSendVideoPacket(Packet &packet)=0
Occurs when the local user sends a video packet.
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INTERRUPT
Definition: AgoraBase.h:3592
@ AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY
Definition: AgoraBase.h:2986
VIDEO_DENOISER_LEVEL
Video noise reduction level.
Definition: AgoraBase.h:5818
@ SUB_STATE_SUBSCRIBED
Definition: AgoraBase.h:7467
@ AUDIO_SCENARIO_AI_CLIENT
Definition: AgoraBase.h:3150
int height
Definition: AgoraBase.h:1784
@ VIDEO_CODEC_H265
Definition: AgoraBase.h:1267
@ VIDEO_STREAM_LAYER_4
Definition: AgoraBase.h:1682
@ AUDIO_RECORDING_QUALITY_LOW
Definition: AgoraBase.h:6654
PathStats()
Definition: AgoraBase.h:2679
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_1
Definition: AgoraBase.h:3949
@ WARN_ADM_PLAYOUT_MALFUNCTION
Definition: AgoraBase.h:393
@ WARN_ADM_RUNTIME_PLAYOUT_WARNING
Definition: AgoraBase.h:381
const char * format
Definition: AgoraBase.h:2498
@ FACE_SHAPE_AREA_FOREHEAD
Definition: AgoraBase.h:5479
@ Duplicate
Definition: AgoraBase.h:2629
@ WARN_ADM_GLITCH_STATE
Definition: AgoraBase.h:421
int width
Definition: AgoraBase.h:2348
@ EAR_MONITORING_FILTER_BUILT_IN_AUDIO_FILTERS
Definition: AgoraBase.h:7585
@ VIDEO_STREAM_LAYER_2
Definition: AgoraBase.h:1672
@ PUB_STATE_NO_PUBLISHED
Definition: AgoraBase.h:7488
DownlinkNetworkInfo()
Definition: AgoraBase.h:7187
@ CONNECTION_CHANGED_RENEW_TOKEN
Definition: AgoraBase.h:5113
virtual ~IString()
Definition: AgoraBase.h:180
@ VOICE_CHANGER_SOLID
Definition: AgoraBase.h:6327
virtual IIterator * begin()=0
@ ORIENTATION_MODE_FIXED_LANDSCAPE
Definition: AgoraBase.h:1105
@ AGORA_IID_MEDIA_ENGINE_REGULATOR
Definition: AgoraBase.h:923
AGORA_API agora::base::LicenseCallback * getAgoraLicenseCallback()
Gets the LicenseCallback pointer if already setup, otherwise, return null.
@ REMOTE_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3027
@ RELAY_ERROR_FAILED_JOIN_DEST
Definition: AgoraBase.h:6975
int framerate
Definition: AgoraBase.h:2306
@ CONNECTION_CHANGED_INTERRUPTED
Definition: AgoraBase.h:5046
The information of the user.
Definition: AgoraBase.h:849
The custom background.
Definition: AgoraBase.h:5885
StreamLayerIndex
Index of video streams of different quality levels.
Definition: AgoraBase.h:2256
VideoEncoderConfiguration(const VideoDimensions &d, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2110
@ REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3826
@ REMOTE_AUDIO_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3740
@ RENEW_TOKEN_CANCELED_BY_NEW_REQUEST
Definition: AgoraBase.h:7414
BeautyOptions(LIGHTENING_CONTRAST_LEVEL contrastLevel, float lightening, float smoothness, float redness, float sharpness)
Definition: AgoraBase.h:5438
@ AUDIO_SAMPLE_RATE_44100
Definition: AgoraBase.h:4098
@ CAPTURE_BRIGHTNESS_LEVEL_INVALID
Definition: AgoraBase.h:3344
@ VT_ERR_INTERNAL
Definition: AgoraBase.h:4850
int remoteJoined2UnmuteVideo
Definition: AgoraBase.h:7775
@ WARN_ADM_RECORD_MALFUNCTION
Definition: AgoraBase.h:397
@ AUDIO_ENCODING_TYPE_AAC_16000_MEDIUM
Definition: AgoraBase.h:1474
@ CODEC_CAP_MASK_NONE
Definition: AgoraBase.h:1967
@ ERR_ADM_STOP_RECORDING
Definition: AgoraBase.h:780
@ ERR_JOIN_CHANNEL_REJECTED
Definition: AgoraBase.h:552
@ ERR_NO_PERMISSION
Definition: AgoraBase.h:515
const PathStats * pathStats
Definition: AgoraBase.h:2720
int trackId
Definition: AgoraBase.h:1802
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NOT_FOUND
Definition: AgoraBase.h:3573
@ RTMP_STREAM_PUBLISH_REASON_NOT_BROADCASTER
Definition: AgoraBase.h:4293
AParameter(IAgoraParameter *p)
Definition: AgoraBase.h:8022
Optional< VIDEO_STREAM_TYPE > type
Definition: AgoraBase.h:1704
track_id_t trackId
Definition: AgoraBase.h:3912
RdtState
Reliable Data Transmission tunnel state.
Definition: AgoraBase.h:7981
@ WARN_ADM_WINDOWS_NO_DATA_READY_EVENT
Definition: AgoraBase.h:413
@ SEG_MODEL_AI
Definition: AgoraBase.h:5988
@ ERR_CONNECTION_INTERRUPTED
Definition: AgoraBase.h:616
bool operator==(const AdvanceOptions &rhs) const
Definition: AgoraBase.h:1896
@ CONNECTION_CHANGED_INVALID_TOKEN
Definition: AgoraBase.h:5091
int txPacketLossRate
Definition: AgoraBase.h:2891
@ RELAY_STATE_IDLE
Definition: AgoraBase.h:7011
@ VIDEO_FRAME_TYPE_B_FRAME
Definition: AgoraBase.h:1076
int64_t presentationMs
Definition: AgoraBase.h:1818
bool encode
Definition: AgoraBase.h:6723
virtual size_t size() const =0
VideoDimensions dimensions
Definition: AgoraBase.h:6507
@ LOCAL_VIDEO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3486
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1776
@ UPLOAD_SUCCESS
Definition: AgoraBase.h:7366
float greenCapacity
Definition: AgoraBase.h:6026
EncryptionConfig()
Definition: AgoraBase.h:7303
bool sendEvenIfEmpty
Definition: AgoraBase.h:1555
@ VT_ERR_UNSUPPORT_IMAGE_FORMAT
Definition: AgoraBase.h:4842
@ VIDEO_STREAM_HIGH
Definition: AgoraBase.h:1658
@ AUDIO_CODEC_G722
Definition: AgoraBase.h:1431
@ VIDEO_QOE_PREFERENCE_BALANCE
Definition: AgoraBase.h:3320
unsigned int volume
Definition: AgoraBase.h:3983
int channels
Definition: AgoraBase.h:6448
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel)
Definition: AgoraBase.h:4900
int height
Definition: AgoraBase.h:2352
bool ordered
Definition: AgoraBase.h:2198
@ VT_ERR_INVALID_VIDEO_SOURCE_TYPE
Definition: AgoraBase.h:4834
AdvanceOptions()
Definition: AgoraBase.h:1885
@ WARN_ADM_PLAYOUT_AUDIO_LOWLEVEL
Definition: AgoraBase.h:405
@ CONNECTION_CHANGED_INCONSISTENT_APPID
Definition: AgoraBase.h:5164
@ AUDIO_PROFILE_MUSIC_STANDARD_STEREO
Definition: AgoraBase.h:3093
int total_downscale_level_count
Definition: AgoraBase.h:7177
const uint8_t * buffer
Definition: AgoraBase.h:2570
VIDEO_QOE_PREFERENCE_TYPE
Definition: AgoraBase.h:3316
@ ERR_INVALID_USER_ID
Definition: AgoraBase.h:655
@ ERR_TIMEDOUT
Definition: AgoraBase.h:520
@ CONNECTION_CHANGED_REJECTED_BY_SERVER
Definition: AgoraBase.h:5105
@ CAMERA_STABILIZATION_MODE_LEVEL_1
Definition: AgoraBase.h:3381
bool enableAudio
Definition: AgoraBase.h:7514
MEDIA_TRACE_EVENT
The rendering state of the media frame.
Definition: AgoraBase.h:7694
int videoGop
Definition: AgoraBase.h:4589
@ VIDEO_ORIENTATION_270
Definition: AgoraBase.h:1011
@ ROOM_ACOUSTICS_STUDIO
Definition: AgoraBase.h:6210
RTMP_STREAMING_EVENT
Events during the Media Push.
Definition: AgoraBase.h:4324
@ CODEC_CAPABILITY_LEVEL_4K60FPS
Definition: AgoraBase.h:1244
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3546
BACKGROUND_SOURCE_TYPE
The custom background.
Definition: AgoraBase.h:5889
@ FACE_SHAPE_AREA_EYEBROWPOSITION
Definition: AgoraBase.h:5638
@ AINS_MODE_AGGRESSIVE
Definition: AgoraBase.h:3057
unsigned int userCount
Definition: AgoraBase.h:4608
const char * wmLiteral
Definition: AgoraBase.h:2524
@ AREA_CODE_CN
Definition: AgoraBase.h:6877
COMPRESSION_PREFERENCE
Compression preference for video encoding.
Definition: AgoraBase.h:1824
@ TIMBRE_TRANSFORMATION_RINGING
Definition: AgoraBase.h:6169
int videoFramerate
Definition: AgoraBase.h:4575
@ CLIENT_ROLE_CHANGE_FAILED_REQUEST_TIME_OUT
Definition: AgoraBase.h:5188
const char * source
Definition: AgoraBase.h:5961
bool valid() const
Definition: AgoraBase.h:229
uint32_t height
Definition: AgoraBase.h:8159
@ LOCAL_AUDIO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3402
bool opened
Definition: AgoraBase.h:4420
@ AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM
Definition: AgoraBase.h:1514
@ LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE
Definition: AgoraBase.h:4980
int width
Definition: AgoraBase.h:2551
@ PREFER_SOFTWARE
Definition: AgoraBase.h:1854
@ VOICE_CONVERSION_OFF
Definition: AgoraBase.h:6312
int cameraDirection
Definition: AgoraBase.h:2041
Configuration information for the log server.
Definition: AgoraBase.h:7822
StreamLayerConfig()
Definition: AgoraBase.h:2313
@ ERR_ADM_START_PLAYOUT
Definition: AgoraBase.h:763
@ AUDIO_SESSION_OPERATION_RESTRICTION_CONFIGURE_SESSION
Definition: AgoraBase.h:830
The codec capability of the SDK.
Definition: AgoraBase.h:2013
VideoDenoiserOptions(VIDEO_DENOISER_MODE denoiserMode, VIDEO_DENOISER_LEVEL denoiserLevel)
Definition: AgoraBase.h:5844
VideoDimensions dimensions
Definition: AgoraBase.h:2302
@ AES_256_XTS
Definition: AgoraBase.h:7244
@ SCREEN_SCENARIO_RDC
Definition: AgoraBase.h:3244
@ SUB_STATE_NO_SUBSCRIBED
Definition: AgoraBase.h:7459
virtual bool onSendAudioPacket(Packet &packet)=0
Occurs when the local user sends an audio packet.
@ RDT_STREAM_DATA
Definition: AgoraBase.h:7969
int firstVideoKeyFrameDecodedDurationAfterUnmute
Definition: AgoraBase.h:2881
@ AUDIO_ENCODING_TYPE_OPUS_16000_MEDIUM
Definition: AgoraBase.h:1509
int bandwidth_estimation_bps
Definition: AgoraBase.h:7173
AGORA_API const char *AGORA_CALL getAgoraSdkVersion(int *build)
@ AUDIO_CODEC_OPUSMC
Definition: AgoraBase.h:1458
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_FATAL_ERROR
Definition: AgoraBase.h:3598
virtual IString * clone()=0
@ RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST
Definition: AgoraBase.h:6983
pointer_type get() const
Definition: AgoraBase.h:121
@ ERR_INVALID_ARGUMENT
Definition: AgoraBase.h:472
VideoEncoderConfiguration()
Definition: AgoraBase.h:2140
bool probeUplink
Definition: AgoraBase.h:4948
media::base::VIDEO_PIXEL_FORMAT format
Definition: AgoraBase.h:2565
VIDEO_ORIENTATION
The clockwise rotation of the video.
Definition: AgoraBase.h:995
@ REMOTE_VIDEO_STATE_REASON_NETWORK_CONGESTION
Definition: AgoraBase.h:3810
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u)
Definition: AgoraBase.h:5356
@ ERR_CANCELED
Definition: AgoraBase.h:525
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3541
Aggregates statistics of each network path in multipath transmission.
Definition: AgoraBase.h:2688
REMOTE_VIDEO_DOWNSCALE_LEVEL
Definition: AgoraBase.h:3941
@ STREAM_LAYER_COUNT_MAX
Definition: AgoraBase.h:2288
@ STREAM_LAYER_6
Definition: AgoraBase.h:2280
@ HEADPHONE_EQUALIZER_OFF
Definition: AgoraBase.h:6376
@ RTMP_STREAM_PUBLISH_REASON_NOT_AUTHORIZED
Definition: AgoraBase.h:4279
@ CLIENT_ROLE_CHANGE_FAILED_NOT_AUTHORIZED
Definition: AgoraBase.h:5182
int styleIntensity
Definition: AgoraBase.h:5700
@ Unknown
Definition: AgoraBase.h:2658
SimulcastStreamConfig()
Definition: AgoraBase.h:2240
const char * channelId
Definition: AgoraBase.h:3916
@ ERR_TOO_MANY_DATA_STREAMS
Definition: AgoraBase.h:638
EncodedVideoFrameInfo()
Definition: AgoraBase.h:1730
@ RTMP_STREAM_PUBLISH_STATE_FAILURE
Definition: AgoraBase.h:4230
@ AUDIO_SESSION_OPERATION_RESTRICTION_DEACTIVATE_SESSION
Definition: AgoraBase.h:835
@ VIDEO_MODULE_SOFTWARE_DECODER
Definition: AgoraBase.h:1944
@ TIMBRE_TRANSFORMATION_CLEAR
Definition: AgoraBase.h:6161
Definition: AgoraBase.h:8032
uint32_t mobileTxBytes
Definition: AgoraBase.h:2708
@ VOICE_CHANGER_SWEET
Definition: AgoraBase.h:6322
AUDIO_SCENARIO_TYPE
The audio scenarios.
Definition: AgoraBase.h:3117
@ ENCRYPTION_ERROR_DECRYPTION_FAILURE
Definition: AgoraBase.h:7349
Built-in encryption configurations.
Definition: AgoraBase.h:7276
LowlightEnhanceOptions(LOW_LIGHT_ENHANCE_MODE lowlightMode, LOW_LIGHT_ENHANCE_LEVEL lowlightLevel)
Definition: AgoraBase.h:5789
int frameRate
Definition: AgoraBase.h:6513
AUDIENCE_LATENCY_LEVEL_TYPE audienceLatencyLevel
Definition: AgoraBase.h:2997
@ ADAPT_DOWN_BANDWIDTH
Definition: AgoraBase.h:2971
CopyableAutoPtr< IString > AString
Definition: AgoraBase.h:182
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType
Definition: AgoraBase.h:6803
REMOTE_AUDIO_STATE_REASON
The reason for the remote audio state change.
Definition: AgoraBase.h:3724
WatermarkBuffer buffer
Definition: AgoraBase.h:2593
@ RDT_STATE_PENDING
Definition: AgoraBase.h:7999
@ FACE_SHAPE_AREA_MOUTHSCALE
Definition: AgoraBase.h:5612
@ VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
Definition: AgoraBase.h:6414
@ WARN_APM_HOWLING
Definition: AgoraBase.h:417
int rxPacketLossRate
Definition: AgoraBase.h:2896
@ AUDIO_PROFILE_IOT
Definition: AgoraBase.h:3107
TranscodingUser * transcodingUsers
Definition: AgoraBase.h:4613
@ CONNECTION_CHANGED_LOST
Definition: AgoraBase.h:5131
@ RENEW_TOKEN_SUCCESS
Definition: AgoraBase.h:7380
@ EXPERIENCE_QUALITY_GOOD
Definition: AgoraBase.h:3009
@ VIDEO_STREAM_LAYER_1
Definition: AgoraBase.h:1667
AudioPcmDataInfo()
Definition: AgoraBase.h:1606
@ HDR_CAPABILITY_SUPPORTED
Definition: AgoraBase.h:1957
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_NO_PERMISSION
Definition: AgoraBase.h:3637
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK
Definition: AgoraBase.h:3839
AutoPtr< T >::pointer_type pointer_type
Definition: AgoraBase.h:157
@ AUDIO_PROFILE_SPEECH_STANDARD
Definition: AgoraBase.h:3083
@ UPLOAD_SERVER_ERROR
Definition: AgoraBase.h:7368
float xRatio
Definition: AgoraBase.h:2376
MixedAudioStream(AUDIO_SOURCE_TYPE source, track_id_t track)
Definition: AgoraBase.h:4896
ORIENTATION_MODE
Video output orientation mode.
Definition: AgoraBase.h:1090
@ AUDIO_CODEC_AACLC
Definition: AgoraBase.h:1438
The video streams for local video mixing.
Definition: AgoraBase.h:4714
@ NETWORK_TYPE_UNKNOWN
Definition: AgoraBase.h:5204
@ PREFER_AUTO
Definition: AgoraBase.h:1850
@ VIDEO_VIEW_SETUP_ADD
Definition: AgoraBase.h:5246
MultipathStats()
Definition: AgoraBase.h:2721
@ WARN_OPEN_CHANNEL_INVALID_TICKET
Definition: AgoraBase.h:354
@ WARN_OPEN_CHANNEL_REJECTED
Definition: AgoraBase.h:340
MixedAudioStream * audioInputStreams
Definition: AgoraBase.h:4924
int y
Definition: AgoraBase.h:4494
ScreenCaptureParameters()
Definition: AgoraBase.h:6572
LASTMILE_PROBE_RESULT_STATE
The status of the last-mile probe test.
Definition: AgoraBase.h:4970
@ CONNECTION_CHANGED_LEAVE_CHANNEL
Definition: AgoraBase.h:5061
Rectangle positionInLandscapeMode
Definition: AgoraBase.h:2413
@ VOICE_CHANGER_MONSTER
Definition: AgoraBase.h:6344
@ QUALITY_EXCELLENT
Definition: AgoraBase.h:943
FaceShapeBeautyOptions(FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity)
Definition: AgoraBase.h:5702
@ BLUR_DEGREE_LOW
Definition: AgoraBase.h:5922
unsigned int vad
Definition: AgoraBase.h:3994
@ ERR_CERT_DUEDATE
Definition: AgoraBase.h:699
virtual void onLicenseRequest()=0
AUDIO_EFFECT_PRESET
Preset audio effects.
Definition: AgoraBase.h:6194
uid_t subviewUid
Definition: AgoraBase.h:5268
@ VIDEO_CODEC_VP8
Definition: AgoraBase.h:1259
bool lowLatency
Definition: AgoraBase.h:4584
int y
Definition: AgoraBase.h:2344
@ LOCAL_VIDEO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3495
uid_t remoteUserUid
Definition: AgoraBase.h:4867
@ RTMP_STREAMING_EVENT_URL_ALREADY_IN_USE
Definition: AgoraBase.h:4333
@ AUDIO_CODEC_JC1
Definition: AgoraBase.h:1446
PeerDownlinkInfo(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7134
@ AUDIO_EFFECT_OFF
Definition: AgoraBase.h:6198
CopyableAutoPtr(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:161
bool initialize(IEngineBase *engine)
Definition: AgoraBase.h:8025
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:3019
MultipathType
Network path types used in multipath transmission.
Definition: AgoraBase.h:2642
int sampleRate
Definition: AgoraBase.h:6444
@ AUDIO_CODEC_PROFILE_LC_AAC
Definition: AgoraBase.h:4145
@ ROOM_ACOUSTICS_VIRTUAL_STEREO
Definition: AgoraBase.h:6218
LocalAccessPointConfiguration()
Definition: AgoraBase.h:7905
@ FACE_SHAPE_BEAUTY_STYLE_NATURAL
Definition: AgoraBase.h:5687
Used to configure watermark-related information.
Definition: AgoraBase.h:2580
AUDIO_AINS_MODE
AI noise suppression modes.
Definition: AgoraBase.h:3046
@ RELAY_STATE_CONNECTING
Definition: AgoraBase.h:7015
@ RECORD_AUDIO
Definition: AgoraBase.h:7424
size_t samplesOut
Definition: AgoraBase.h:1627
VIDEO_STREAM_TYPE
The type of video streams.
Definition: AgoraBase.h:1654
@ USER_STATE_MUTE_AUDIO
Definition: AgoraBase.h:3870
int mediaPlayerId
Definition: AgoraBase.h:5303
Statistics of a call session.
Definition: AgoraBase.h:2735
AUDIO_CODEC_TYPE
The codec type of audio.
Definition: AgoraBase.h:1414
ENCODING_PREFERENCE
Video encoder preference.
Definition: AgoraBase.h:1845
FACE_SHAPE_BEAUTY_STYLE
The facial enhancement style options.
Definition: AgoraBase.h:5674
AGORA_API int AGORA_CALL createAgoraCredential(agora::util::AString &credential)
@ ORIENTATION_MODE_FIXED_PORTRAIT
Definition: AgoraBase.h:1111
@ RTMP_STREAM_PUBLISH_REASON_OK
Definition: AgoraBase.h:4246
virtual int queryInterface(rtc::INTERFACE_ID_TYPE iid, void **inter)=0
MixedAudioStream(AUDIO_SOURCE_TYPE source)
Definition: AgoraBase.h:4890
EXPERIENCE_QUALITY_TYPE
The Quality of Experience (QoE) of the local user when receiving a remote audio stream.
Definition: AgoraBase.h:3005
@ WARN_SWITCH_LIVE_VIDEO_TIMEOUT
Definition: AgoraBase.h:346
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_RESUMED
Definition: AgoraBase.h:3671
unsigned short lastmileDelay
Definition: AgoraBase.h:2791
@ CONNECTION_CHANGED_SETTING_PROXY_SERVER
Definition: AgoraBase.h:5109
VirtualBackgroundSource()
Definition: AgoraBase.h:5970
@ LOCAL_VIDEO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3499
pointer_type clone() const
Definition: AgoraBase.h:166
@ LOWEST
Definition: AgoraBase.h:7605
The low-light enhancement options.
Definition: AgoraBase.h:5746
@ BACKGROUND_VIDEO
Definition: AgoraBase.h:5911
@ WARN_OPEN_CHANNEL_TIMEOUT
Definition: AgoraBase.h:335
@ CHANNEL_PROFILE_COMMUNICATION
Definition: AgoraBase.h:271
@ AUDIO_FILE_RECORDING_PLAYBACK
Definition: AgoraBase.h:6683
VIDEO_CODEC_PROFILE_TYPE
Video codec profile types.
Definition: AgoraBase.h:4121
Definition: AgoraBase.h:1605
VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel
Definition: AgoraBase.h:2003
int frameRate
Definition: AgoraBase.h:2065
@ FRAME_RATE_FPS_24
Definition: AgoraBase.h:1037
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1345
const char * fontFilePath
Definition: AgoraBase.h:2531
@ FIT_MODE_COVER_POSITION
Definition: AgoraBase.h:1530
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4718
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:3567
@ LOCAL_AUDIO_STREAM_REASON_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:3460
@ ERR_INVALID_USER_ACCOUNT
Definition: AgoraBase.h:678
@ FACE_SHAPE_AREA_FACELENGTH
Definition: AgoraBase.h:5490
unsigned int txVideoBytes
Definition: AgoraBase.h:2755
const char ** ipList
Definition: AgoraBase.h:7867
@ ERR_CERT_JSON_INVAL
Definition: AgoraBase.h:691
STREAM_PUBLISH_STATE
The publishing state.
Definition: AgoraBase.h:7473
virtual void onLicenseError(int result)=0
@ AUDIO_RECORDING_QUALITY_HIGH
Definition: AgoraBase.h:6664
@ MODE_COVER
Definition: AgoraBase.h:982
@ REMOTE_AUDIO_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3736
VideoDimensions dimensions
Definition: AgoraBase.h:2229
Watermark image configurations.
Definition: AgoraBase.h:2402
unsigned int expectedUplinkBitrate
Definition: AgoraBase.h:4959
unsigned int packetLossRate
Definition: AgoraBase.h:4994
@ WARN_LOOKUP_CHANNEL_REJECTED
Definition: AgoraBase.h:329
@ ROOM_ACOUSTICS_CHORUS
Definition: AgoraBase.h:6246
@ CHAT_BEAUTIFIER_VITALITY
Definition: AgoraBase.h:6127
Local audio statistics.
Definition: AgoraBase.h:4159
unsigned int watermarkCount
Definition: AgoraBase.h:4637
@ CRITICAL
Definition: AgoraBase.h:7625
AUDIO_TRACK_TYPE
The type of the audio track.
Definition: AgoraBase.h:6039
The information about the media streams to be recorded.
Definition: AgoraBase.h:7932
@ HIGHEST
Definition: AgoraBase.h:7621
@ RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC
Definition: AgoraBase.h:6979
uid_t uid
Definition: AgoraBase.h:5263
unsigned int highLightColor
Definition: AgoraBase.h:6562
@ AUDIO_TRACK_DIRECT
Definition: AgoraBase.h:6059
Configure video streams of different quality levels.
Definition: AgoraBase.h:2252
@ SCREEN_COLOR_BLUE
Definition: AgoraBase.h:6010
LOCAL_AUDIO_STREAM_STATE
The state of the local audio.
Definition: AgoraBase.h:3398
@ VIDEO_STREAM_LAYER_5
Definition: AgoraBase.h:1687
@ VIDEO_MIRROR_MODE_DISABLED
Definition: AgoraBase.h:1921
@ VOICE_AI_TUNER_ELEGANT_FEMALE
Definition: AgoraBase.h:6402
AUDIO_RECORDING_QUALITY_TYPE
Recording quality.
Definition: AgoraBase.h:6649
WatermarkBuffer()
Definition: AgoraBase.h:2572
@ AREA_CODE_SA
Definition: AgoraBase.h:6916
float skinProtectLevel
Definition: AgoraBase.h:5874
int audioBitrate
Definition: AgoraBase.h:4660
@ HDR_CAPABILITY_UNKNOWN
Definition: AgoraBase.h:1953
@ Mobile
Definition: AgoraBase.h:2654
@ RTMP_STREAM_PUBLISH_REASON_CONNECTION_TIMEOUT
Definition: AgoraBase.h:4258
bool operator==(const SimulcastStreamConfig &rhs) const
Definition: AgoraBase.h:2242
UserInfo()
Definition: AgoraBase.h:867
TCcMode ccMode
Definition: AgoraBase.h:1340
@ WIFI_BLUETOOTH_COEXIST
Definition: AgoraBase.h:3040
@ REMOTE_AUDIO_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3756
#define __deprecated
Definition: AgoraBase.h:74
unsigned int availableBandwidth
Definition: AgoraBase.h:5002
@ VIDEO_MODULE_HARDWARE_ENCODER
Definition: AgoraBase.h:1942
VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel
Definition: AgoraBase.h:1998
@ FACE_SHAPE_AREA_EYESCALE
Definition: AgoraBase.h:5523
int width
Definition: AgoraBase.h:1164
@ CONNECTION_CHANGED_INVALID_APP_ID
Definition: AgoraBase.h:5066
WatermarkTimestamp()
Definition: AgoraBase.h:2500
const int STANDARD_BITRATE
Definition: AgoraBase.h:1181
@ STREAM_LOW
Definition: AgoraBase.h:2284
Definition: AgoraBase.h:1541
LogUploadServerInfo logUploadServer
Definition: AgoraBase.h:7856
DEGRADATION_PREFERENCE
Video degradation preferences when the bandwidth is a constraint.
Definition: AgoraBase.h:1117
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:2103
@ ROOM_ACOUSTICS_VIRTUAL_SURROUND_SOUND
Definition: AgoraBase.h:6241
@ ERR_TOO_OFTEN
Definition: AgoraBase.h:531
@ FACE_SHAPE_AREA_CHEEK
Definition: AgoraBase.h:5506
VideoEncoderConfiguration(int width, int height, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2120
@ VIDEO_CODEC_H264
Definition: AgoraBase.h:1263
@ AGORA_IID_VIDEO_ENGINE
Definition: AgoraBase.h:917
REMOTE_VIDEO_DOWNSCALE_LEVEL current_downscale_level
Definition: AgoraBase.h:7122
@ ERR_CERT_BUF
Definition: AgoraBase.h:697
@ RTMP_STREAM_PUBLISH_STATE_RECOVERING
Definition: AgoraBase.h:4225
@ CODEC_CAP_MASK_SW_DEC
Definition: AgoraBase.h:1982
@ VIDEO_CODEC_H265_FOR_STREAM
Definition: AgoraBase.h:4115
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs)
Definition: AgoraBase.h:6607
@ CONNECTION_CHANGED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5147
unsigned int color
Definition: AgoraBase.h:5952
@ ERR_CERT_SIGN
Definition: AgoraBase.h:695
@ APPLICATION_SCENARIO_1V1
Definition: AgoraBase.h:3299
VideoCanvas()
Definition: AgoraBase.h:5328
@ ERR_FUNC_IS_PROHIBITED
Definition: AgoraBase.h:586
@ AES_128_XTS
Definition: AgoraBase.h:7236
Rectangle()
Definition: AgoraBase.h:2354
HEADPHONE_EQUALIZER_PRESET
Preset headphone equalizer types.
Definition: AgoraBase.h:6372
@ CAMERA_STABILIZATION_MODE_MAX_LEVEL
Definition: AgoraBase.h:3392
@ ENCRYPTION_ERROR_DATASTREAM_DECRYPTION_FAILURE
Definition: AgoraBase.h:7358
int framesPerSecond
Definition: AgoraBase.h:1790
RecorderStreamType
Type of video stream to be recorded.
Definition: AgoraBase.h:7918
Rectangle cropArea
Definition: AgoraBase.h:5309
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs, view_t *ex, int cnt)
Definition: AgoraBase.h:6631
@ ORIENTATION_MODE_ADAPTIVE
Definition: AgoraBase.h:1098
bool encodedFrameOnly
Definition: AgoraBase.h:3926
uint32_t width
Definition: AgoraBase.h:8155
H264PacketizeMode
Definition: AgoraBase.h:1640
bool enableLocalPlayback
Definition: AgoraBase.h:6071
@ LOCAL_VIDEO_STREAM_STATE_CAPTURING
Definition: AgoraBase.h:3491
@ ERR_CERT_FAIL
Definition: AgoraBase.h:696
@ WARN_OPEN_CHANNEL_TRY_NEXT_VOS
Definition: AgoraBase.h:358
@ FACE_SHAPE_AREA_NOSELENGTH
Definition: AgoraBase.h:5568
@ PITCH_CORRECTION
Definition: AgoraBase.h:6298
VIDEO_DENOISER_LEVEL level
Definition: AgoraBase.h:5842
int width
Definition: AgoraBase.h:4750
@ RTMP_STREAM_PUBLISH_REASON_ENCRYPTED_STREAM_NOT_ALLOWED
Definition: AgoraBase.h:4254
@ FACE_SHAPE_AREA_MOUTHSMILE
Definition: AgoraBase.h:5624
unsigned int size
Definition: AgoraBase.h:4041
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_DISCONNECTED
Definition: AgoraBase.h:3578
LastmileProbeOneWayResult uplinkReport
Definition: AgoraBase.h:5018
const char * imageUrl
Definition: AgoraBase.h:4731
ENCODING_PREFERENCE encodingPreference
Definition: AgoraBase.h:1871
WatermarkOptions()
Definition: AgoraBase.h:2433
int ipListSize
Definition: AgoraBase.h:7872
@ ROOM_ACOUSTICS_3D_VOICE
Definition: AgoraBase.h:6234
PeerDownlinkInfo & operator=(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7147
int earMonitorDelay
Definition: AgoraBase.h:4192
const char * serverDomain
Definition: AgoraBase.h:7826
@ VOICE_CHANGER_EFFECT_UNCLE
Definition: AgoraBase.h:6252
@ TIMBRE_TRANSFORMATION_RESOUNDING
Definition: AgoraBase.h:6165
THREAD_PRIORITY_TYPE
Definition: AgoraBase.h:7601
@ WIRELESS_SIGNAL_POOR
Definition: AgoraBase.h:3035
@ AREA_CODE_EU
Definition: AgoraBase.h:6885
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:3732
int audioPlayoutDelay
Definition: AgoraBase.h:4188
uint32_t wifiTxBytes
Definition: AgoraBase.h:2700
bool hasAudio
Definition: AgoraBase.h:859
TranscodingVideoStream * videoInputStreams
Definition: AgoraBase.h:4799
@ AINS_MODE_ULTRALOWLATENCY
Definition: AgoraBase.h:3063
@ VIDEO_DENOISER_LEVEL_FAST
Definition: AgoraBase.h:5832
pointer_type ptr_
Definition: AgoraBase.h:152
@ CHAT_BEAUTIFIER_FRESH
Definition: AgoraBase.h:6121
@ HEADPHONE_EQUALIZER_OVEREAR
Definition: AgoraBase.h:6380
@ EAR_MONITORING_FILTER_NONE
Definition: AgoraBase.h:7580
BACKGROUND_BLUR_DEGREE
The degree of blurring applied to the custom background image.
Definition: AgoraBase.h:5917
@ LOCAL_AUDIO_STREAM_REASON_RECORD_INVALID_ID
Definition: AgoraBase.h:3471
@ FACE_SHAPE_AREA_NOSEROOT
Definition: AgoraBase.h:5586
@ MODE_END
Definition: AgoraBase.h:7270
const value_type * const_pointer
Definition: AgoraBase.h:242
Recording configurations.
Definition: AgoraBase.h:6711
@ ERR_ADM_GENERAL_ERROR
Definition: AgoraBase.h:754
const int COMPATIBLE_BITRATE
Definition: AgoraBase.h:1190
AudioTrackConfig()
Definition: AgoraBase.h:6081
@ LOCAL_VIDEO_STREAM_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3555
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_CALL
Definition: AgoraBase.h:3682
REMOTE_VIDEO_STATE_REASON
The reason for the remote video state change.
Definition: AgoraBase.h:3802
@ ERR_ADM_INIT_PLAYOUT
Definition: AgoraBase.h:759
REMOTE_USER_STATE
Definition: AgoraBase.h:3866
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_FAILURE
Definition: AgoraBase.h:3633
Definition: AgoraBase.h:193
@ CONNECTION_CHANGED_KEEP_ALIVE_TIMEOUT
Definition: AgoraBase.h:5123
@ ERR_OK
Definition: AgoraBase.h:462
@ ADAPT_UP_BANDWIDTH
Definition: AgoraBase.h:2967
AudioVolumeInfo()
Definition: AgoraBase.h:4002
AUDIENCE_LATENCY_LEVEL_TYPE
The latency level of an audience member in interactive live streaming. This enum takes effect only wh...
Definition: AgoraBase.h:2978
The video dimension.
Definition: AgoraBase.h:1160
FACE_SHAPE_AREA shapeArea
Definition: AgoraBase.h:5650
unsigned int advancedFeatureCount
Definition: AgoraBase.h:4683
@ VOICE_CHANGER_PHONE_OPERATOR
Definition: AgoraBase.h:6341
@ BACKGROUND_NONE
Definition: AgoraBase.h:5895
const char * serverPath
Definition: AgoraBase.h:7830
int activePathNum
Definition: AgoraBase.h:2716
int zOrder
Definition: AgoraBase.h:4761
@ RTMP_STREAM_PUBLISH_STATE_RUNNING
Definition: AgoraBase.h:4216
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_SYSTEM_INTERNAL_ERROR
Definition: AgoraBase.h:3522
@ BACKGROUND_BLUR
Definition: AgoraBase.h:5907
@ AES_128_GCM
Definition: AgoraBase.h:7252
@ FACE_SHAPE_AREA_EYEINNERCORNER
Definition: AgoraBase.h:5556
@ RELAY_ERROR_SERVER_ERROR_RESPONSE
Definition: AgoraBase.h:6954
@ ERR_ENCRYPTED_STREAM_NOT_ALLOWED_PUBLISH
Definition: AgoraBase.h:668
RENEW_TOKEN_ERROR_CODE
Represents the error codes after calling renewToken.
Definition: AgoraBase.h:7376
@ BACKGROUND_IMG
Definition: AgoraBase.h:5903
int start2JoinChannel
Definition: AgoraBase.h:7723
@ VIDEO_CODEC_PROFILE_MAIN
Definition: AgoraBase.h:4130
@ AUDIO_SESSION_OPERATION_RESTRICTION_NONE
Definition: AgoraBase.h:822
RecorderStreamInfo(const char *channelId, uid_t uid)
Definition: AgoraBase.h:7946
rtc::uid_t uid
Definition: AgoraBase.h:8135
@ RTC
Definition: AgoraBase.h:7922
@ REMOTE_VIDEO_STATE_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3822
virtual ~IContainer()
Definition: AgoraBase.h:198
AdvancedConfigInfo advancedConfig
Definition: AgoraBase.h:7898
Configures the format, size, and pixel buffer of the watermark image.
Definition: AgoraBase.h:2546
@ ERR_FAILED
Definition: AgoraBase.h:467
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3510
int y
Definition: AgoraBase.h:4366
Definition: AgoraBase.h:156
int16_t channelNum
Definition: AgoraBase.h:1621
The definition of the WatermarkTimestamp struct.
Definition: AgoraBase.h:2475
The configuration of custom audio tracks.
Definition: AgoraBase.h:6065
NETWORK_TYPE
Network type.
Definition: AgoraBase.h:5200
ENCRYPTION_MODE
The built-in encryption mode.
Definition: AgoraBase.h:7232
int zOrder
Definition: AgoraBase.h:4511
#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:7545
@ CC_ENABLED
Definition: AgoraBase.h:1326
@ CODEC_CAPABILITY_LEVEL_UNSPECIFIED
Definition: AgoraBase.h:1228
LowlightEnhanceOptions()
Definition: AgoraBase.h:5792
@ ERR_CERT_CREDENTIAL
Definition: AgoraBase.h:694
CAMERA_STABILIZATION_MODE
Camera stabilization modes.
Definition: AgoraBase.h:3367
int kBitrate
Definition: AgoraBase.h:2235
LiveStreamAdvancedFeature(const char *feat_name, bool open)
Definition: AgoraBase.h:4402
RtcImage()
Definition: AgoraBase.h:4390
iterator begin()
Definition: AgoraBase.h:256
util::AString userId
Definition: AgoraBase.h:853
@ QUALITY_DETECTING
Definition: AgoraBase.h:971
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_LOW
Definition: AgoraBase.h:3847
int rxKBitRate
Definition: AgoraBase.h:2678
AUDIO_CODEC_TYPE codec
Definition: AgoraBase.h:1579
@ FRAME_RATE_FPS_7
Definition: AgoraBase.h:1025
@ MAX_USER_ACCOUNT_LENGTH
Definition: AgoraBase.h:1723
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_SYSTEM_PRESSURE
Definition: AgoraBase.h:3602
VIDEO_FRAME_TYPE frameType
Definition: AgoraBase.h:1794
int gatewayRtt
Definition: AgoraBase.h:2821
virtual ~IEngineBase()
Definition: AgoraBase.h:8015
AUDIO_PROFILE_TYPE
The audio profile.
Definition: AgoraBase.h:3069
@ CC_DISABLED
Definition: AgoraBase.h:1330
LOCAL_PROXY_MODE mode
Definition: AgoraBase.h:7894
int joinSuccess2RemoteJoined
Definition: AgoraBase.h:7745
@ TIMBRE_TRANSFORMATION_FULL
Definition: AgoraBase.h:6157
@ CONNECTION_STATE_CONNECTED
Definition: AgoraBase.h:4452
@ ERR_INIT_NET_ENGINE
Definition: AgoraBase.h:576
AParameter(IEngineBase &engine)
Definition: AgoraBase.h:8020
unsigned int txBytes
Definition: AgoraBase.h:2743
@ REMOTE_AUDIO_REASON_NO_PACKET_RECEIVE
Definition: AgoraBase.h:3760
VIDEO_ORIENTATION rotation
Definition: AgoraBase.h:1798
double alpha
Definition: AgoraBase.h:4388
@ AUDIO_CODEC_OPUS
Definition: AgoraBase.h:1418
unsigned int rtt
Definition: AgoraBase.h:5026
@ FACE_SHAPE_AREA_MANDIBLE
Definition: AgoraBase.h:5512
@ REMOTE_AUDIO_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3744
Definition: AgoraBase.h:3889
@ SM4_128_ECB
Definition: AgoraBase.h:7248
ScreenCaptureParameters(int width, int height, int f, int b, view_t *ex, int cnt)
Definition: AgoraBase.h:6619
@ NETWORK_TYPE_WIFI
Definition: AgoraBase.h:5216
@ VIDEO_CODEC_GENERIC
Definition: AgoraBase.h:1273
@ ERR_BUFFER_TOO_SMALL
Definition: AgoraBase.h:501
@ STREAM_LAYER_5
Definition: AgoraBase.h:2276
int shapeIntensity
Definition: AgoraBase.h:5656
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:3930
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED_BY_USER
Definition: AgoraBase.h:5139
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3518
@ RTMP_STREAMING_EVENT_ADVANCED_FEATURE_NOT_SUPPORT
Definition: AgoraBase.h:4337
@ VOICE_CHANGER_IRON_LADY
Definition: AgoraBase.h:6356
@ PREFER_COMPRESSION_AUTO
Definition: AgoraBase.h:1829
@ WARN_ADM_WIN_CORE_IMPROPER_CAPTURE_RELEASE
Definition: AgoraBase.h:446
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_DISPLAY_DISCONNECTED
Definition: AgoraBase.h:3676
@ STREAM_LAYER_4
Definition: AgoraBase.h:2272
TranscodingUser()
Definition: AgoraBase.h:4539
BACKGROUND_BLUR_DEGREE blur_degree
Definition: AgoraBase.h:5968
double memoryTotalUsageRatio
Definition: AgoraBase.h:2831
unsigned int jitter
Definition: AgoraBase.h:4998
@ LOCAL_AUDIO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3414
@ RDT_STREAM_COUNT
Definition: AgoraBase.h:7973
@ FACE_SHAPE_AREA_FACEWIDTH
Definition: AgoraBase.h:5495
int remoteJoined2SetView
Definition: AgoraBase.h:7760
@ CODEC_CAP_MASK_HW_ENC
Definition: AgoraBase.h:1977
AUDIO_ENCODED_FRAME_OBSERVER_POSITION
Audio profile.
Definition: AgoraBase.h:6693
@ AES_128_ECB
Definition: AgoraBase.h:7240
const char * channelId
Definition: AgoraBase.h:7535
virtual ~IAudioEncodedFrameObserver()
Definition: AgoraBase.h:6866
@ AES_128_GCM2
Definition: AgoraBase.h:7261
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_MINIMIZED
Definition: AgoraBase.h:3661
@ RTMP_STREAM_PUBLISH_REASON_REACH_LIMIT
Definition: AgoraBase.h:4274
EncodedAudioFrameAdvancedSettings advancedSettings
Definition: AgoraBase.h:1595
@ ERR_CERT_REQUEST
Definition: AgoraBase.h:700
RdtStreamType
Reliable Data Transmission Tunnel message stream type.
Definition: AgoraBase.h:7957
virtual bool empty() const =0
@ EAR_MONITORING_FILTER_REUSE_POST_PROCESSING_FILTER
Definition: AgoraBase.h:7595
@ AUDIO_SCENARIO_GAME_STREAMING
Definition: AgoraBase.h:3126
Rectangle positionInPortraitMode
Definition: AgoraBase.h:2418
AudioEncodedFrameObserverConfig()
Definition: AgoraBase.h:6809
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_INTERRUPTED_BY_OTHER
Definition: AgoraBase.h:3680
bool visibleInPreview
Definition: AgoraBase.h:2408
@ AUDIO_CODEC_LPCNET
Definition: AgoraBase.h:1454
@ FACE_SHAPE_AREA_EYEPUPILS
Definition: AgoraBase.h:5549
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED
Definition: AgoraBase.h:5118
@ RELAY_OK
Definition: AgoraBase.h:6950
@ CONNECTION_CHANGED_BANNED_BY_SERVER
Definition: AgoraBase.h:5051
@ ERR_INVALID_TOKEN
Definition: AgoraBase.h:611
int zOrder
Definition: AgoraBase.h:4382
WatermarkRatio watermarkRatio
Definition: AgoraBase.h:2423
@ VIDEO_FRAME_TYPE_BLANK_FRAME
Definition: AgoraBase.h:1064
@ SCREEN_SCENARIO_DOCUMENT
Definition: AgoraBase.h:3228
float strengthLevel
Definition: AgoraBase.h:5861
ColorEnhanceOptions(float stength, float skinProtect)
Definition: AgoraBase.h:5876
@ WARN_PENDING
Definition: AgoraBase.h:313
LICENSE_ERROR_TYPE
Definition: AgoraBase.h:788
@ IMAGE
Definition: AgoraBase.h:2450
@ VOICE_CHANGER_EFFECT_SISTER
Definition: AgoraBase.h:6270
Filter effect options.
Definition: AgoraBase.h:5459
The level of the codec capability.
Definition: AgoraBase.h:1993
@ LOW_LIGHT_ENHANCE_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5771
@ AREA_CODE_GLOB
Definition: AgoraBase.h:6901
@ SEG_MODEL_GREEN
Definition: AgoraBase.h:5992
AudioRecordingConfiguration(const AudioRecordingConfiguration &rhs)
Definition: AgoraBase.h:6787
ScreenCaptureParameters(const VideoDimensions &d, int f, int b)
Definition: AgoraBase.h:6584
#define AGORA_CALL
Definition: AgoraBase.h:72
@ AREA_CODE_AF
Definition: AgoraBase.h:6920
@ ERR_NOT_SUPPORTED
Definition: AgoraBase.h:488
@ QUALITY_VBAD
Definition: AgoraBase.h:959
@ CONNECTION_STATE_FAILED
Definition: AgoraBase.h:4472
~AOutputIterator()
Definition: AgoraBase.h:212
@ RELAY_ERROR_SERVER_NO_RESPONSE
Definition: AgoraBase.h:6963
LastmileProbeOneWayResult()
Definition: AgoraBase.h:5004
@ RENEW_TOKEN_TOKEN_EXPIRED
Definition: AgoraBase.h:7390
VIDEO_CODEC_TYPE_FOR_STREAM
The codec type of the output video.
Definition: AgoraBase.h:4107
@ FRAME_RATE_FPS_15
Definition: AgoraBase.h:1033
@ LOCAL_AUDIO_STREAM_REASON_PLAYOUT_INVALID_ID
Definition: AgoraBase.h:3476
@ ERR_NOT_READY
Definition: AgoraBase.h:482
@ VOICE_BEAUTIFIER_OFF
Definition: AgoraBase.h:6109
@ AUDIO_RECORDING_QUALITY_MEDIUM
Definition: AgoraBase.h:6659
@ VOICE_CHANGER_CHIPMUNK
Definition: AgoraBase.h:6365
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK_RECOVERY
Definition: AgoraBase.h:3844
int sampleRateHz
Definition: AgoraBase.h:1583
TranscodingVideoStream()
Definition: AgoraBase.h:4775
unsigned int streamCount
Definition: AgoraBase.h:4920
int firstVideoKeyFramePacketDuration
Definition: AgoraBase.h:2856
int packetsBeforeFirstKeyFramePacket
Definition: AgoraBase.h:2861
@ VIDEO_CODEC_PROFILE_BASELINE
Definition: AgoraBase.h:4125
@ RTMP_STREAM_PUBLISH_REASON_TOO_OFTEN
Definition: AgoraBase.h:4270
@ MAINTAIN_BALANCED
Definition: AgoraBase.h:1144
CLIENT_ROLE_CHANGE_FAILED_REASON
The reason for a user role switch failure.
Definition: AgoraBase.h:5170
AGORA_API const char *AGORA_CALL getAgoraSdkErrorDescription(int err)
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_2
Definition: AgoraBase.h:3953
VIDEO_CODEC_CAPABILITY_LEVEL
The level of the codec capability.
Definition: AgoraBase.h:1223
char userAccount[MAX_USER_ACCOUNT_LENGTH]
Definition: AgoraBase.h:7568
double memoryAppUsageRatio
Definition: AgoraBase.h:2826
LogUploadServerInfo()
Definition: AgoraBase.h:7842
@ AREA_CODE_AS
Definition: AgoraBase.h:6889
int serverPort
Definition: AgoraBase.h:7834
@ CONFIG_FETCH_TYPE_JOIN_CHANNEL
Definition: AgoraBase.h:7801
Focal length information supported by the camera, including the camera direction and focal length typ...
Definition: AgoraBase.h:2037
@ FACE_SHAPE_AREA_NOSEWIDTH
Definition: AgoraBase.h:5574
@ ERR_ADM_INIT_RECORDING
Definition: AgoraBase.h:772
@ RELAY_ERROR_SERVER_CONNECTION_LOST
Definition: AgoraBase.h:6988
The audio device information.
Definition: AgoraBase.h:4011
Definition: AgoraBase.h:8012
@ CONNECTION_STATE_RECONNECTING
Definition: AgoraBase.h:4462
@ STREAM_LAYER_1
Definition: AgoraBase.h:2260
int txKBitRate
Definition: AgoraBase.h:2674
Definition: AgoraBase.h:184
RtcImage * watermark
Definition: AgoraBase.h:4632
@ WARN_NO_AVAILABLE_CHANNEL
Definition: AgoraBase.h:318
const char * user_id_t
Definition: AgoraBase.h:843
Indicators during video frame rendering progress.
Definition: AgoraBase.h:7708
@ NETWORK_TYPE_MOBILE_3G
Definition: AgoraBase.h:5224
@ VOICE_CHANGER_EFFECT_BOY
Definition: AgoraBase.h:6264
@ VIDEO_DENOISER_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5824
@ WARN_CHANNEL_SOCKET_ERROR
Definition: AgoraBase.h:373
@ RTMP_STREAM_PUBLISH_REASON_INTERNAL_SERVER_ERROR
Definition: AgoraBase.h:4262
VIDEO_CODEC_TYPE_FOR_STREAM videoCodecType
Definition: AgoraBase.h:4604
@ VIDEO_CODEC_GENERIC_JPEG
Definition: AgoraBase.h:1291
@ WARN_ADM_WIN_CORE_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:438
@ CODEC_CAPABILITY_LEVEL_BASIC_SUPPORT
Definition: AgoraBase.h:1232
view_t view
Definition: AgoraBase.h:5274
UplinkNetworkInfo()
Definition: AgoraBase.h:7102
@ VOICE_AI_TUNER_MATURE_MALE
Definition: AgoraBase.h:6394
int videoBitrate
Definition: AgoraBase.h:4569
@ AUDIO_CODEC_PCMA
Definition: AgoraBase.h:1423
@ RTMP_STREAMING_EVENT_FAILED_LOAD_IMAGE
Definition: AgoraBase.h:4328
int intervalInSeconds
Definition: AgoraBase.h:7543
int x
Definition: AgoraBase.h:4488
@ SINGING_BEAUTIFIER
Definition: AgoraBase.h:6137
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt)
Definition: AgoraBase.h:5342
const_reference operator*() const
Definition: AgoraBase.h:228
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:5291
value_type & reference
Definition: AgoraBase.h:207
@ VIDEO_ORIENTATION_0
Definition: AgoraBase.h:999
@ ERR_DATASTREAM_DECRYPTION_FAILED
Definition: AgoraBase.h:660
const char * url
Definition: AgoraBase.h:4356
@ VIDEO_CODEC_AV1
Definition: AgoraBase.h:1283
WatermarkRatio(float x, float y, float width)
Definition: AgoraBase.h:2392
@ TIMBRE_TRANSFORMATION_DEEP
Definition: AgoraBase.h:6145
uid_t remoteUserUid
Definition: AgoraBase.h:4724
@ AGORA_IID_SIGNALING_ENGINE
Definition: AgoraBase.h:922
@ QUALITY_GOOD
Definition: AgoraBase.h:947
FaceShapeAreaOptions(FACE_SHAPE_AREA shapeArea, int areaIntensity)
Definition: AgoraBase.h:5658
int audioChannel
Definition: AgoraBase.h:4537
Setting of user role properties.
Definition: AgoraBase.h:2992
RTMP_STREAM_PUBLISH_STATE
States of the Media Push.
Definition: AgoraBase.h:4203
@ FRAME_RATE_FPS_1
Definition: AgoraBase.h:1021
@ AUDIO_CODEC_PROFILE_HE_AAC_V2
Definition: AgoraBase.h:4153
@ REMOTE_AUDIO_STATE_DECODING
Definition: AgoraBase.h:3707
@ AREA_CODE_OC
Definition: AgoraBase.h:6912
int y
Definition: AgoraBase.h:4746
@ WARN_CHANNEL_CONNECTION_UNRECOVERABLE
Definition: AgoraBase.h:362
@ AGORA_IID_LOCAL_SPATIAL_AUDIO
Definition: AgoraBase.h:924
AREA_CODE_EX
Definition: AgoraBase.h:6908
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel, track_id_t track)
Definition: AgoraBase.h:4905
view_t * excludeWindowList
Definition: AgoraBase.h:6543
@ CAMERA_FOCAL_LENGTH_WIDE_ANGLE
Definition: AgoraBase.h:1308
@ ERR_ADM_START_RECORDING
Definition: AgoraBase.h:776
const char * channelId
Definition: AgoraBase.h:7936
const char * encryptionKey
Definition: AgoraBase.h:7287
int64_t decodeTimeMs
Definition: AgoraBase.h:1811
@ RELAY_ERROR_NO_RESOURCE_AVAILABLE
Definition: AgoraBase.h:6967
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_OCCLUDED
Definition: AgoraBase.h:3627
@ ROOM_ACOUSTICS_SPACIAL
Definition: AgoraBase.h:6222
@ AUDIO_PROFILE_DEFAULT
Definition: AgoraBase.h:3079
@ USER_OFFLINE_BECOME_AUDIENCE
Definition: AgoraBase.h:893
Attributes of the video canvas object.
Definition: AgoraBase.h:5259
RTMP_STREAM_PUBLISH_REASON
Reasons for changes in the status of RTMP or RTMPS streaming.
Definition: AgoraBase.h:4242
@ AUDIO_CODEC_PROFILE_HE_AAC
Definition: AgoraBase.h:4149
@ CONNECTION_CHANGED_JOIN_SUCCESS
Definition: AgoraBase.h:5042
Processing properties for background images.
Definition: AgoraBase.h:5980
AUDIO_SAMPLE_RATE_TYPE
The audio sampling rate of the stream to be pushed to the CDN.
Definition: AgoraBase.h:4090
@ AREA_CODE_JP
Definition: AgoraBase.h:6893
unsigned int track_id_t
Definition: AgoraMediaBase.h:29
VIDEO_STREAM_TYPE streamType
Definition: AgoraBase.h:1815
EncodedAudioFrameAdvancedSettings()
Definition: AgoraBase.h:1542
LOCAL_AUDIO_STREAM_REASON
Reasons for local audio state changes.
Definition: AgoraBase.h:3420