|
Agora RTC Objective-C API Reference
Refactor
|
Go to the documentation of this file.
9 #pragma once // NOLINT(build/header_guard)
22 #define MAX_PATH_260 (260)
26 #ifndef WIN32_LEAN_AND_MEAN
27 #define WIN32_LEAN_AND_MEAN
28 #endif // !WIN32_LEAN_AND_MEAN
29 #if defined(__aarch64__)
30 #include <arm64intr.h>
34 #if defined(AGORARTC_EXPORT)
35 #define AGORA_API extern "C" __declspec(dllexport)
36 #define AGORA_CPP_API __declspec(dllexport)
38 #define AGORA_API extern "C" __declspec(dllimport)
39 #define AGORA_CPP_API __declspec(dllimport)
40 #endif // AGORARTC_EXPORT
42 #define AGORA_CALL __cdecl
46 #define AGORA_CPP_INTERNAL_API extern
48 #elif defined(__APPLE__)
50 #include <TargetConditionals.h>
52 #define AGORA_API extern "C" __attribute__((visibility("default")))
53 #define AGORA_CPP_API __attribute__((visibility("default")))
56 #define AGORA_CPP_INTERNAL_API __attribute__((visibility("hidden")))
58 #elif defined(__ANDROID__) || defined(__linux__)
60 #define AGORA_API extern "C" __attribute__((visibility("default")))
61 #define AGORA_CPP_API __attribute__((visibility("default")))
66 #define AGORA_CPP_INTERNAL_API __attribute__((visibility("hidden")))
68 #else // !_WIN32 && !__APPLE__ && !(__ANDROID__ || __linux__)
70 #define AGORA_API extern "C"
78 #ifndef OPTIONAL_ENUM_SIZE_T
79 #if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
80 #define OPTIONAL_ENUM_SIZE_T enum : size_t
82 #define OPTIONAL_ENUM_SIZE_T enum
86 #ifndef OPTIONAL_NULLPTR
87 #if __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1800)
88 #define OPTIONAL_NULLPTR nullptr
90 #define OPTIONAL_NULLPTR NULL
94 #define INVALID_DISPLAY_ID (-2)
137 template <
class C1,
class C2>
140 if (c && !c->queryInterface(iid,
reinterpret_cast<void**
>(&p))) {
168 return this->
get()->clone();
176 virtual const char*
data() = 0;
196 virtual size_t size()
const = 0;
254 owner = take_ownership;
718 ERR_RDT_USER_NOT_EXIST = 250,
723 ERR_RDT_USER_NOT_READY = 251,
728 ERR_RDT_DATA_BLOCKED = 252,
733 ERR_RDT_CMD_EXCEED_LIMIT = 253,
738 ERR_RDT_DATA_EXCEED_LIMIT = 254,
743 ERR_RDT_ENCRYPTION = 255,
748 ERR_LOGIN_ALREADY_LOGIN = 428,
1763 if (
this == &rhs)
return *
this;
1897 bool encode_alpha) :
1930 #if defined(__APPLE__) && TARGET_OS_IOS
1934 enum CAMERA_FORMAT_TYPE {
2158 if (
this == &rhs)
return *
this;
3170 kMaxWidthInPixels = 3840,
3172 kMaxHeightInPixels = 2160,
4433 enum CONNECTION_STATE_TYPE {
5446 float redness,
float sharpness)
5719 struct FilterEffectOptions {
5745 FilterEffectOptions(
const char * lut3dPath,
float filterStrength) : path(lut3dPath), strength(filterStrength) {}
5797 :
mode(lowlightMode),
level(lowlightLevel) {}
5852 :
mode(denoiserMode),
level(denoiserLevel) {}
6461 #if defined(__APPLE__) && !TARGET_OS_IOS
6465 bool excludeCurrentProcessAudio =
true;
7149 const size_t len = std::strlen(rhs.
userId);
7150 char* buf =
new char[len + 1];
7151 std::memcpy(buf, rhs.
userId, len);
7158 if (
this == &rhs)
return *
this;
7164 const size_t len = std::strlen(rhs.
userId);
7165 char* buf =
new char[len + 1];
7166 std::memcpy(buf, rhs.
userId, len);
7217 if (
this == &rhs)
return *
this;
7321 const char* getEncryptionString()
const {
7324 return "aes-128-xts";
7326 return "aes-128-ecb";
7328 return "aes-256-xts";
7330 return "sm4-128-ecb";
7332 return "aes-128-gcm";
7334 return "aes-256-gcm";
7336 return "aes-128-gcm-2";
7338 return "aes-256-gcm-2";
7340 return "aes-128-gcm-2";
7342 return "aes-128-gcm-2";
7638 #if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IOS) || defined(__OHOS__)
7643 struct ScreenVideoParameters {
7647 VideoDimensions dimensions;
7661 ScreenVideoParameters() : dimensions(1280, 720) {}
7667 struct ScreenCaptureParameters2 {
7679 bool captureAudio =
false;
7684 ScreenAudioParameters audioParams;
7692 bool captureVideo =
true;
7697 ScreenVideoParameters videoParams;
8056 struct SpatialAudioParams {
8231 const char* certificate_buf,
8232 int certificate_len);
int64_t captureTimeMs
Definition: AgoraBase.h:1813
EchoTestConfiguration()
Definition: AgoraBase.h:7558
ColorEnhanceOptions()
Definition: AgoraBase.h:5886
@ LIGHTENING_CONTRAST_NORMAL
Definition: AgoraBase.h:5408
@ RTMP_STREAM_PUBLISH_STATE_DISCONNECTING
Definition: AgoraBase.h:4243
bool enableAlphaMask
Definition: AgoraBase.h:5329
QUALITY_TYPE
Network quality types.
Definition: AgoraBase.h:940
AREA_CODE
The region for connection, which is the region where the server the SDK connects to is located.
Definition: AgoraBase.h:6883
ENCRYPTION_MODE encryptionMode
Definition: AgoraBase.h:7291
@ VIDEO_QOE_PREFERENCE_FLUENCY_FIRST
Definition: AgoraBase.h:3339
VIDEO_TRANSCODER_ERROR
The error code of the local video mixing failure.
Definition: AgoraBase.h:4832
UPLOAD_ERROR_REASON
Definition: AgoraBase.h:7375
AudioRecordingConfiguration(const char *file_path, int sample_rate, AUDIO_RECORDING_QUALITY_TYPE quality_type, int channel)
Definition: AgoraBase.h:6778
@ CONNECTION_CHANGED_ECHO_TEST
Definition: AgoraBase.h:5142
@ NonInterleaved
Definition: AgoraBase.h:1650
@ RTMP_STREAM_PUBLISH_STATE_IDLE
Definition: AgoraBase.h:4214
@ FACE_SHAPE_AREA_MOUTHPOSITION
Definition: AgoraBase.h:5625
~DownlinkNetworkInfo()
Definition: AgoraBase.h:7231
@ AREA_CODE_US
Definition: AgoraBase.h:6942
EncodedAudioFrameInfo()
Definition: AgoraBase.h:1568
bool syncWithAudio
Definition: AgoraBase.h:2196
int width
Definition: AgoraBase.h:1786
@ PUB_STATE_PUBLISHING
Definition: AgoraBase.h:7502
@ AGORA_IID_META_SERVICE
Definition: AgoraBase.h:932
unsigned short txAudioKBitRate
Definition: AgoraBase.h:2786
int mediaPlayerId
Definition: AgoraBase.h:4743
WATERMARK_SOURCE_TYPE
Type of watermark source.
Definition: AgoraBase.h:2452
@ ERR_TOKEN_EXPIRED
Definition: AgoraBase.h:604
AGORA_API int AGORA_CALL setAgoraSdkExternalSymbolLoader(void *(*func)(const char *symname))
LogUploadServerInfo(const char *domain, const char *path, int port, bool https)
Definition: AgoraBase.h:7854
Layout information of a specific sub-video stream within the mixed stream.
Definition: AgoraBase.h:8137
bool operator==(const UplinkNetworkInfo &rhs) const
Definition: AgoraBase.h:7114
@ CHANNEL_PROFILE_LIVE_BROADCASTING
Definition: AgoraBase.h:275
@ LICENSE_ERR_INTERNAL
Definition: AgoraBase.h:818
@ MAINTAIN_FRAMERATE
Definition: AgoraBase.h:1141
const char * imageUrl
Definition: AgoraBase.h:2615
bool syncWithPrimaryCamera
Definition: AgoraBase.h:4820
PathStats(MultipathType t, int tx, int rx)
Definition: AgoraBase.h:2687
@ HEADPHONE_EQUALIZER_INEAR
Definition: AgoraBase.h:6391
@ LOCAL_AUDIO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3436
@ EXPERIENCE_QUALITY_BAD
Definition: AgoraBase.h:3020
@ AINS_MODE_BALANCED
Definition: AgoraBase.h:3058
@ ULTRA_HIGH_QUALITY_VOICE
Definition: AgoraBase.h:6187
@ ERR_VDM_CAMERA_NOT_AUTHORIZED
Definition: AgoraBase.h:791
const value_type & const_reference
Definition: AgoraBase.h:240
@ ERR_LOAD_MEDIA_ENGINE
Definition: AgoraBase.h:755
@ RDT_STREAM_CMD
Definition: AgoraBase.h:7973
@ VIDEO_MIRROR_MODE_AUTO
Definition: AgoraBase.h:1919
bool speech
Definition: AgoraBase.h:1555
VideoDimensions(int w, int h)
Definition: AgoraBase.h:1176
@ AUDIO_SCENARIO_CHATROOM
Definition: AgoraBase.h:3138
@ ERR_REFUSED
Definition: AgoraBase.h:497
WatermarkOptions options
Definition: AgoraBase.h:2621
AUDIO_CODEC_PROFILE_TYPE audioCodecProfile
Definition: AgoraBase.h:4681
~AutoPtr()
Definition: AgoraBase.h:108
@ CONNECTION_CHANGED_JOIN_FAILED
Definition: AgoraBase.h:5064
AList(IContainer *c, bool take_ownership)
Definition: AgoraBase.h:249
@ AGORA_IID_MEDIA_ENGINE
Definition: AgoraBase.h:921
The information of the user.
Definition: AgoraBase.h:7570
@ FACE_SHAPE_AREA_EYEDISTANCE
Definition: AgoraBase.h:5537
int x
Definition: AgoraBase.h:4748
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:6768
int excludeWindowCount
Definition: AgoraBase.h:6559
@ LICENSE_ERR_EXPIRE
Definition: AgoraBase.h:802
Results of the uplink and downlink last-mile network tests.
Definition: AgoraBase.h:5017
@ RTMP_STREAM_PUBLISH_REASON_INVALID_APPID
Definition: AgoraBase.h:4315
@ WARN_ADM_RECORD_AUDIO_SILENCE
Definition: AgoraBase.h:389
Observer settings for the encoded audio.
Definition: AgoraBase.h:6809
int internalCodec
Definition: AgoraBase.h:4182
Screen sharing configurations.
Definition: AgoraBase.h:6475
@ AGORA_IID_AUDIO_ENGINE
Definition: AgoraBase.h:922
SCREEN_CAPTURE_FRAMERATE_CAPABILITY
The highest frame rate supported by the screen sharing device.
Definition: AgoraBase.h:1211
AOutputIterator< value_type > iterator
Definition: AgoraBase.h:244
@ REMOTE_VIDEO_STATE_DECODING
Definition: AgoraBase.h:3794
@ FRAME_HEIGHT_540
Definition: AgoraBase.h:1060
The position and size of the watermark on the screen.
Definition: AgoraBase.h:2376
SCREEN_SCENARIO_TYPE
The screen sharing scenario.
Definition: AgoraBase.h:3229
@ VIDEO_CODEC_NONE
Definition: AgoraBase.h:1261
@ ERR_NO_SERVER_RESOURCES
Definition: AgoraBase.h:600
The volume information of users.
Definition: AgoraBase.h:3974
@ VIDEO_QOE_PREFERENCE_PICTURE_QUALITY_FIRST
Definition: AgoraBase.h:3335
VideoEncoderConfiguration & operator=(const VideoEncoderConfiguration &rhs)
Definition: AgoraBase.h:2157
@ CODEC_CAP_MASK_SW_ENC
Definition: AgoraBase.h:1993
VIDEO_SOURCE_TYPE
The type of the video source.
Definition: AgoraMediaBase.h:67
@ LICENSE_ERR_MINUTES_EXCEED
Definition: AgoraBase.h:806
@ VIDEO_CODEC_H264_FOR_STREAM
Definition: AgoraBase.h:4118
value_type & reference
Definition: AgoraBase.h:239
AutoPtr(pointer_type p=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:106
T value_type
Definition: AgoraBase.h:102
float yRatio
Definition: AgoraBase.h:2388
ERROR_CODE_TYPE
Error codes.
Definition: AgoraBase.h:458
@ QUALITY_BAD
Definition: AgoraBase.h:961
media::base::VIDEO_MODULE_POSITION position
Definition: AgoraBase.h:5333
@ VOICE_CHANGER_CARTOON
Definition: AgoraBase.h:6342
REMOTE_AUDIO_STATE
Remote audio states.
Definition: AgoraBase.h:3697
FRAME_WIDTH
Definition: AgoraBase.h:1055
Image enhancement options.
Definition: AgoraBase.h:5396
@ AUDIO_SCENARIO_NUM
Definition: AgoraBase.h:3161
const char * channelId
Definition: AgoraBase.h:4888
@ ERR_CONNECTION_LOST
Definition: AgoraBase.h:621
bool captureMouseCursor
Definition: AgoraBase.h:6537
const char * metadata
Definition: AgoraBase.h:4633
Definition: AgoraBase.h:1342
CAMERA_FOCAL_LENGTH_TYPE focalLengthType
Definition: AgoraBase.h:2051
LOW_LIGHT_ENHANCE_MODE
The low-light enhancement mode.
Definition: AgoraBase.h:5757
AUDIO_FILE_RECORDING_TYPE fileRecordingType
Definition: AgoraBase.h:6748
SimulcastStreamConfig(const SimulcastStreamConfig &other)
Definition: AgoraBase.h:2247
The interface class of Agora RTC SDK, which provides JSON configuration information of the SDK.
Definition: IAgoraParameter.h:151
size_type size() const
Definition: AgoraBase.h:258
@ CONTENT_HINT_DETAILS
Definition: AgoraBase.h:3224
@ CAMERA_FOCAL_LENGTH_ULTRA_WIDE
Definition: AgoraBase.h:1318
AudioRecordingConfiguration()
Definition: AgoraBase.h:6770
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3447
@ PUB_STATE_PUBLISHED
Definition: AgoraBase.h:7506
FaceShapeBeautyOptions()
Definition: AgoraBase.h:5711
Configurations of the last-mile network test.
Definition: AgoraBase.h:4948
bool hasVideo
Definition: AgoraBase.h:871
int bitrate
Definition: AgoraBase.h:6529
@ VIDEO_MODULE_CAPTURER
Definition: AgoraBase.h:1944
@ CONNECTION_CHANGED_TOKEN_EXPIRED
Definition: AgoraBase.h:5103
@ VOICE_CHANGER_CHILDLIKE
Definition: AgoraBase.h:6345
RtcImage * backgroundImage
Definition: AgoraBase.h:4652
@ WARN_ADM_WIN_CORE_NO_RECORDING_DEVICE
Definition: AgoraBase.h:433
@ APPLICATION_SCENARIO_MEETING
Definition: AgoraBase.h:3297
~PeerDownlinkInfo()
Definition: AgoraBase.h:7173
@ AGORA_IID_STATE_SYNC
Definition: AgoraBase.h:931
@ AUDIO_ENCODING_TYPE_AAC_48000_HIGH
Definition: AgoraBase.h:1505
@ ERR_ABORTED
Definition: AgoraBase.h:571
@ STREAM_LAYER_2
Definition: AgoraBase.h:2270
@ RENEW_TOKEN_INCONSISTENT_APPID
Definition: AgoraBase.h:7420
LiveStreamAdvancedFeature()
Definition: AgoraBase.h:4408
VIDEO_CODEC_PROFILE_TYPE videoCodecProfile
Definition: AgoraBase.h:4602
CAMERA_FOCAL_LENGTH_TYPE
The camera focal length types.
Definition: AgoraBase.h:1306
value_type & operator*() const
Definition: AgoraBase.h:117
int bitrate
Definition: AgoraBase.h:2081
@ AUDIO_FILE_RECORDING_MIXED
Definition: AgoraBase.h:6697
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2061
@ ConnectivityFirst
Definition: AgoraBase.h:7822
@ CONTENT_HINT_NONE
Definition: AgoraBase.h:3214
uid_t uid
Definition: AgoraBase.h:7574
ClientRoleOptions()
Definition: AgoraBase.h:3006
@ AGORA_IID_AUDIO_DEVICE_MANAGER
Definition: AgoraBase.h:909
FaceShapeAreaOptions()
Definition: AgoraBase.h:5667
USER_OFFLINE_REASON_TYPE
Reasons for a user being offline.
Definition: AgoraBase.h:884
TCcMode
Definition: AgoraBase.h:1328
@ VOICE_CHANGER_EFFECT_PIGKING
Definition: AgoraBase.h:6287
AOutputIterator(IIterator *it=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:211
@ MODE_CONTAIN
Definition: AgoraBase.h:995
FIT_MODE_TYPE
Definition: AgoraBase.h:983
CopyableAutoPtr & operator=(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:162
unsigned int uid_t
Definition: AgoraMediaBase.h:28
uid_t uid
Definition: AgoraBase.h:3981
AdvanceOptions advanceOptions
Definition: AgoraBase.h:2114
@ AUDIO_ENCODING_TYPE_AAC_48000_MEDIUM
Definition: AgoraBase.h:1500
@ WARN_AUDIO_MIXING_OPEN_ERROR
Definition: AgoraBase.h:377
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_NONE
Definition: AgoraBase.h:3952
@ REMOTE_AUDIO_STATE_FROZEN
Definition: AgoraBase.h:3720
int height
Definition: AgoraBase.h:4761
@ VIDEO_VIEW_SETUP_REMOVE
Definition: AgoraBase.h:5260
int firstVideoPacketDuration
Definition: AgoraBase.h:2858
LOCAL_VIDEO_EVENT_TYPE
The local video event type.
Definition: AgoraBase.h:3513
@ LOCAL_AUDIO_STREAM_REASON_NO_RECORDING_DEVICE
Definition: AgoraBase.h:3461
bool syncWithLocalMic
Definition: AgoraBase.h:4940
RecorderStreamInfo()
Definition: AgoraBase.h:7955
@ VOICE_CHANGER_BASS
Definition: AgoraBase.h:6339
@ CONNECTION_CHANGED_SAME_UID_LOGIN
Definition: AgoraBase.h:5150
double alpha
Definition: AgoraBase.h:4773
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:4295
uint32_t y
Definition: AgoraBase.h:8161
int aecEstimatedDelay
Definition: AgoraBase.h:4204
unsigned int backgroundColor
Definition: AgoraBase.h:4607
@ AUDIO_CODEC_PCMU
Definition: AgoraBase.h:1433
@ LICENSE_ERR_LIMITED_PERIOD
Definition: AgoraBase.h:810
virtual bool onReceiveAudioPacket(Packet &packet)=0
Occurs when the local user receives an audio packet.
QUALITY_ADAPT_INDICATION
Quality change of the local video in terms of target frame rate and target bit rate since last count.
Definition: AgoraBase.h:2966
@ REMOTE_VIDEO_STATE_REASON_INTERNAL
Definition: AgoraBase.h:3813
@ ERR_BIND_SOCKET
Definition: AgoraBase.h:537
int64_t elapsedTimeMs
Definition: AgoraBase.h:1637
int firstAudioPacketDurationAfterUnmute
Definition: AgoraBase.h:2873
@ FACE_SHAPE_AREA_NOSEBRIDGE
Definition: AgoraBase.h:5599
VIDEO_APPLICATION_SCENARIO_TYPE
The video application scenarios.
Definition: AgoraBase.h:3257
WATERMARK_FIT_MODE
The adaptation mode of the watermark.
Definition: AgoraBase.h:1531
uint32_t mobileRxBytes
Definition: AgoraBase.h:2719
uint32_t lanTxBytes
Definition: AgoraBase.h:2699
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_PAUSED
Definition: AgoraBase.h:3674
unsigned short rxVideoKBitRate
Definition: AgoraBase.h:2790
CHANNEL_MEDIA_RELAY_ERROR
The error code of the channel media relay.
Definition: AgoraBase.h:6956
@ RELAY_STATE_FAILURE
Definition: AgoraBase.h:7033
@ LIGHTENING_CONTRAST_HIGH
Definition: AgoraBase.h:5412
@ LOCAL_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3038
bool disableAut
Definition: AgoraBase.h:7914
@ RTMP_STREAM_PUBLISH_REASON_TRANSCODING_NO_MIX_STREAM
Definition: AgoraBase.h:4306
AUDIO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4868
@ AUDIO_TRACK_MIXABLE
Definition: AgoraBase.h:6056
@ LOW
Definition: AgoraBase.h:7619
LIGHTENING_CONTRAST_LEVEL
The contrast level.
Definition: AgoraBase.h:5400
MAX_USER_ACCOUNT_LENGTH_TYPE
The maximum length of the user account.
Definition: AgoraBase.h:1725
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INVALID_ID
Definition: AgoraBase.h:3590
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:5306
struct agora::rtc::RtcImage RtcImage
Image properties.
@ RELAY_STATE_RUNNING
Definition: AgoraBase.h:7029
@ RELAY_ERROR_FAILED_JOIN_SRC
Definition: AgoraBase.h:6981
@ FACE_SHAPE_AREA_NOSEGENERAL
Definition: AgoraBase.h:5612
@ ERR_ADM_STOP_PLAYOUT
Definition: AgoraBase.h:773
unsigned int userCount
Definition: AgoraBase.h:2802
@ REMOTE_AUDIO_STATE_FAILED
Definition: AgoraBase.h:3725
Configuration for the Local Access Point.
Definition: AgoraBase.h:7872
@ LOCAL_AUDIO_STREAM_STATE_RECORDING
Definition: AgoraBase.h:3413
@ CHAT_BEAUTIFIER_MAGNETIC
Definition: AgoraBase.h:6122
@ RENEW_TOKEN_FAILURE
Definition: AgoraBase.h:7395
@ WARN_INIT_VIDEO
Definition: AgoraBase.h:308
@ CAMERA_STABILIZATION_MODE_OFF
Definition: AgoraBase.h:3378
AUDIO_CODEC_PROFILE_TYPE
Self-defined audio codec profile.
Definition: AgoraBase.h:4148
int firstVideoPacketDurationAfterUnmute
Definition: AgoraBase.h:2878
media::base::RENDER_MODE_TYPE renderMode
Definition: AgoraBase.h:5290
@ CODEC_CAPABILITY_LEVEL_1080P60FPS
Definition: AgoraBase.h:1246
@ VIDEO_CODEC_GENERIC_H264
Definition: AgoraBase.h:1284
@ ADAPT_NONE
Definition: AgoraBase.h:2970
EAR_MONITORING_FILTER_TYPE
The audio filter types of in-ear monitoring.
Definition: AgoraBase.h:7586
@ WARN_ADM_RUNTIME_RECORDING_WARNING
Definition: AgoraBase.h:385
DownlinkNetworkInfo & operator=(const DownlinkNetworkInfo &rhs)
Definition: AgoraBase.h:7216
virtual ~IIterator()
Definition: AgoraBase.h:190
LocalTranscoderConfiguration()
Definition: AgoraBase.h:4822
@ AES_256_GCM2
Definition: AgoraBase.h:7276
@ WARN_LOOKUP_CHANNEL_TIMEOUT
Definition: AgoraBase.h:324
virtual void onMixedAudioEncodedFrame(const uint8_t *frameBuffer, int length, const EncodedAudioFrameInfo &audioEncodedFrameInfo)=0
Gets the mixed and encoded audio data of the local and all remote users.
CodecCapInfo()
Definition: AgoraBase.h:2033
@ FACE_SHAPE_AREA_HEADSCALE
Definition: AgoraBase.h:5481
LastmileProbeResult()
Definition: AgoraBase.h:5035
const char * featureName
Definition: AgoraBase.h:4420
Transcoding configurations for Media Push.
Definition: AgoraBase.h:4553
Packet()
Definition: AgoraBase.h:4050
@ REMOTE_AUDIO_REASON_INTERNAL
Definition: AgoraBase.h:3735
AUDIO_SESSION_OPERATION_RESTRICTION
The operation permissions of the SDK on the audio session.
Definition: AgoraBase.h:824
@ STREAM_LAYER_3
Definition: AgoraBase.h:2274
@ VIDEO_FRAME_TYPE_DROPPABLE_FRAME
Definition: AgoraBase.h:1086
@ QUALITY_UNSUPPORTED
Definition: AgoraBase.h:973
@ TIMBRE_TRANSFORMATION_VIGOROUS
Definition: AgoraBase.h:6148
@ FACE_SHAPE_BEAUTY_STYLE_FEMALE
Definition: AgoraBase.h:5685
The location of the target area relative to the screen or window. If you do not set this parameter,...
Definition: AgoraBase.h:2342
virtual const char * c_str()=0
WATERMARK_SOURCE_TYPE type
Definition: AgoraBase.h:2594
@ VOICE_AI_TUNER_FRESH_MALE
Definition: AgoraBase.h:6405
RecorderStreamInfo(const char *channelId, uid_t uid, RecorderStreamType type)
Definition: AgoraBase.h:7958
@ ROOM_ACOUSTICS_PHONOGRAPH
Definition: AgoraBase.h:6221
@ AUDIO_SAMPLE_RATE_48000
Definition: AgoraBase.h:4109
int firstVideoKeyFramePacketDurationAfterUnmute
Definition: AgoraBase.h:2883
@ REMOTE_VIDEO_STATE_STOPPED
Definition: AgoraBase.h:3783
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_AUTO_FALLBACK
Definition: AgoraBase.h:3654
@ AREA_CODE_IN
Definition: AgoraBase.h:6907
@ ERR_PCMSEND_BUFFEROVERFLOW
Definition: AgoraBase.h:710
@ NETWORK_TYPE_LAN
Definition: AgoraBase.h:5219
AParameter(IEngineBase *engine)
Definition: AgoraBase.h:8031
int x
Definition: AgoraBase.h:4368
@ ENABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2224
Information about externally encoded video frames.
Definition: AgoraBase.h:1735
CONFIG_FETCH_TYPE
Definition: AgoraBase.h:7803
@ LAN
Definition: AgoraBase.h:2653
@ BACKGROUND_COLOR
Definition: AgoraBase.h:5906
@ VOICE_AI_TUNER_POWERFUL_MALE_SINGING
Definition: AgoraBase.h:6433
DEGRADATION_PREFERENCE degradationPreference
Definition: AgoraBase.h:2102
int firstVideoKeyFrameRenderedDurationAfterUnmute
Definition: AgoraBase.h:2893
@ RDT_STATE_BLOCKED
Definition: AgoraBase.h:8004
AUDIO_ENCODING_TYPE encodingType
Definition: AgoraBase.h:6817
@ AUDIO_SCENARIO_CHORUS
Definition: AgoraBase.h:3143
bool enable
Definition: AgoraBase.h:2318
EncodedVideoFrameInfo(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1749
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3663
@ CAMERA
Definition: AgoraBase.h:7438
@ VOICE_AI_TUNER_DREAMY_FEMALE_SINGING
Definition: AgoraBase.h:6437
virtual size_t length()=0
int fontSize
Definition: AgoraBase.h:2520
@ VT_ERR_INVALID_IMAGE_PATH
Definition: AgoraBase.h:4845
@ HIGH
Definition: AgoraBase.h:7627
BeautyOptions()
Definition: AgoraBase.h:5453
Audio information after encoding.
Definition: AgoraBase.h:1567
view_t view
Definition: AgoraBase.h:7517
@ BLUR_DEGREE_MEDIUM
Definition: AgoraBase.h:5934
LocalAudioMixerConfiguration()
Definition: AgoraBase.h:4942
virtual const char * data()=0
const char * id
Definition: AgoraBase.h:2590
size_t size_type
Definition: AgoraBase.h:243
@ ERR_NOT_IN_CHANNEL
Definition: AgoraBase.h:625
uint32_t x
Definition: AgoraBase.h:8155
VideoTrackInfo()
Definition: AgoraBase.h:3897
LOW_LIGHT_ENHANCE_MODE mode
Definition: AgoraBase.h:5789
Definition: AgoraBase.h:100
uid_t uid
Definition: AgoraBase.h:7950
@ LIGHTENING_CONTRAST_LOW
Definition: AgoraBase.h:5404
@ RENEW_TOKEN_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:7415
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:6787
double cpuTotalUsage
Definition: AgoraBase.h:2818
@ RENEW_TOKEN_INVALID_TOKEN
Definition: AgoraBase.h:7409
@ SCREEN_COLOR_AUTO
Definition: AgoraBase.h:6009
@ CAPTURE_BRIGHTNESS_LEVEL_BRIGHT
Definition: AgoraBase.h:3359
virtual void onLicenseValidated()=0
int64_t captureTimeMs
Definition: AgoraBase.h:1606
ScreenCaptureParameters(int width, int height, int f, int b)
Definition: AgoraBase.h:6605
@ WARN_CHANNEL_CONNECTION_PORT_CHANGED
Definition: AgoraBase.h:370
int audioChannels
Definition: AgoraBase.h:4677
@ APPLICATION_SCENARIO_GENERAL
Definition: AgoraBase.h:3261
uint8_t encryptionKdfSalt[32]
Definition: AgoraBase.h:7304
@ PUB_STATE_IDLE
Definition: AgoraBase.h:7487
VOICE_AI_TUNER_TYPE
Voice AI tuner sound types.
Definition: AgoraBase.h:6397
@ LOW_LIGHT_ENHANCE_MANUAL
Definition: AgoraBase.h:5767
@ RTMP_STREAM_PUBLISH_STATE_CONNECTING
Definition: AgoraBase.h:4218
int width
Definition: AgoraBase.h:4561
int audioDeviceDelay
Definition: AgoraBase.h:4191
Configurations for the Packet instance.
Definition: AgoraBase.h:4038
int strokeWidth
Definition: AgoraBase.h:2524
StreamLayerConfig configs[STREAM_LAYER_COUNT_MAX]
Definition: AgoraBase.h:2325
int targetBitrate
Definition: AgoraBase.h:1412
@ PREFER_QUALITY
Definition: AgoraBase.h:1845
@ VOICE_CHANGER_NEUTRAL
Definition: AgoraBase.h:6324
@ FRAME_RATE_FPS_10
Definition: AgoraBase.h:1035
@ LICENSE_ERR_INVALID
Definition: AgoraBase.h:798
int firstAudioPacketDuration
Definition: AgoraBase.h:2853
bool operator==(const VideoDimensions &rhs) const
Definition: AgoraBase.h:1177
LIGHTENING_CONTRAST_LEVEL lighteningContrastLevel
Definition: AgoraBase.h:5419
VIDEO_FRAME_TYPE
The video frame type.
Definition: AgoraBase.h:1066
@ REMOTE_VIDEO_STATE_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3837
VIDEO_VIEW_SETUP_MODE setupMode
Definition: AgoraBase.h:5302
LOCAL_VIDEO_STREAM_REASON
Reasons for local video state changes.
Definition: AgoraBase.h:3535
LiveStreamAdvancedFeature * advancedFeatures
Definition: AgoraBase.h:4685
void * view_t
Definition: AgoraBase.h:850
@ AUDIENCE_LATENCY_LEVEL_LOW_LATENCY
Definition: AgoraBase.h:2989
@ ERR_CERT_CUSTOM
Definition: AgoraBase.h:693
@ CONNECTION_CHANGED_STREAM_CHANNEL_NOT_AVAILABLE
Definition: AgoraBase.h:5167
@ CHANNEL_PROFILE_CLOUD_GAMING
Definition: AgoraBase.h:286
const unsigned char * buffer
Definition: AgoraBase.h:4044
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u, uid_t subu)
Definition: AgoraBase.h:5377
@ VIDEO_QOE_PREFERENCE_DELAY_FIRST
Definition: AgoraBase.h:3331
@ LOCAL_AUDIO_STREAM_REASON_OK
Definition: AgoraBase.h:3431
int memoryAppUsageInKbytes
Definition: AgoraBase.h:2843
@ CAMERA_FOCAL_LENGTH_DEFAULT
Definition: AgoraBase.h:1310
@ VOICE_CHANGER_TRANSFORMERS
Definition: AgoraBase.h:6354
@ NETWORK_TYPE_MOBILE_2G
Definition: AgoraBase.h:5227
@ WARN_ADM_POP_STATE
Definition: AgoraBase.h:429
@ CLIENT_ROLE_BROADCASTER
Definition: AgoraBase.h:2955
int framerate
Definition: AgoraBase.h:2245
Video encoder configurations.
Definition: AgoraBase.h:2057
@ AUDIO_SCENARIO_AI_SERVER
Definition: AgoraBase.h:3152
float rednessLevel
Definition: AgoraBase.h:5437
@ RDT_STATE_OPENED
Definition: AgoraBase.h:7999
@ VT_ERR_VIDEO_SOURCE_NOT_READY
Definition: AgoraBase.h:4837
SCREEN_COLOR_TYPE
Screen color type.
Definition: AgoraBase.h:6005
Definition: AgoraBase.h:233
@ AUDIO_CODEC_HEAAC
Definition: AgoraBase.h:1448
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:2023
@ REMOTE_AUDIO_STATE_STARTING
Definition: AgoraBase.h:3708
@ ERR_INVALID_APP_ID
Definition: AgoraBase.h:590
VOICE_CONVERSION_PRESET
The options for SDK preset voice conversion effects.
Definition: AgoraBase.h:6315
@ RELAY_ERROR_SRC_TOKEN_EXPIRED
Definition: AgoraBase.h:7006
@ CONNECTION_STATE_CONNECTING
Definition: AgoraBase.h:4451
@ RTMP_STREAM_PUBLISH_REASON_NET_DOWN
Definition: AgoraBase.h:4311
@ Dynamic
Definition: AgoraBase.h:2641
VIDEO_MODULE_TYPE
Definition: AgoraBase.h:1942
ScreenAudioParameters audioParams
Definition: AgoraBase.h:6492
@ RTMP_STREAM_PUBLISH_REASON_STREAM_NOT_FOUND
Definition: AgoraBase.h:4290
Video subscription options.
Definition: AgoraBase.h:1705
double cpuAppUsage
Definition: AgoraBase.h:2809
@ NETWORK_TYPE_MOBILE_4G
Definition: AgoraBase.h:5235
Transcoding configurations of each host.
Definition: AgoraBase.h:4485
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_3
Definition: AgoraBase.h:3964
@ RTMP_STREAMING_EVENT_REQUEST_TOO_OFTEN
Definition: AgoraBase.h:4348
Statistical information about a specific network path.
Definition: AgoraBase.h:2673
int height
Definition: AgoraBase.h:4381
@ REMOTE_AUDIO_REASON_LOCAL_PLAY_FAILED
Definition: AgoraBase.h:3771
VOICE_BEAUTIFIER_PRESET
The options for SDK preset voice beautifier effects.
Definition: AgoraBase.h:6112
@ VT_ERR_INVALID_LAYOUT
Definition: AgoraBase.h:4853
@ FACE_SHAPE_AREA_CHEEKBONE
Definition: AgoraBase.h:5508
VIDEO_VIEW_SETUP_MODE
Setting mode of the view.
Definition: AgoraBase.h:5245
@ REMOTE_VIDEO_STATE_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3841
value_type * pointer
Definition: AgoraBase.h:241
Rectangle(int xx, int yy, int ww, int hh)
Definition: AgoraBase.h:2361
@ VIDEO_DENOISER_MANUAL
Definition: AgoraBase.h:5820
@ AUDIO_SESSION_OPERATION_RESTRICTION_SET_CATEGORY
Definition: AgoraBase.h:832
The configuration of the audio and video call loop test.
Definition: AgoraBase.h:7512
@ CONNECTION_CHANGED_LICENSE_VALIDATION_FAILURE
Definition: AgoraBase.h:5159
Image properties.
Definition: AgoraBase.h:4358
T * pointer_type
Definition: AgoraBase.h:103
EncodedVideoFrameInfo & operator=(const EncodedVideoFrameInfo &rhs)
Definition: AgoraBase.h:1762
SegmentationProperty()
Definition: AgoraBase.h:6040
int captureSignalVolume
Definition: AgoraBase.h:6459
@ BUFFER
Definition: AgoraBase.h:2460
const char * channelId
Definition: AgoraBase.h:8141
@ CONNECTION_STATE_DISCONNECTED
Definition: AgoraBase.h:4441
@ AUDIO_SCENARIO_DEFAULT
Definition: AgoraBase.h:3129
@ USER_STATE_ENABLE_VIDEO
Definition: AgoraBase.h:3885
@ 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:7372
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_EXCLUDE_WINDOW_FAILED
Definition: AgoraBase.h:3691
const char * verifyDomainName
Definition: AgoraBase.h:7900
unsigned int backgroundImageCount
Definition: AgoraBase.h:4657
BACKGROUND_SOURCE_TYPE background_source_type
Definition: AgoraBase.h:5945
void reset(IContainer *c=OPTIONAL_NULLPTR, bool take_ownership=false)
Definition: AgoraBase.h:251
@ FACE_SHAPE_AREA_CHIN
Definition: AgoraBase.h:5525
WatermarkLiteral literal
Definition: AgoraBase.h:2611
value_type * pointer
Definition: AgoraBase.h:209
bool serverHttps
Definition: AgoraBase.h:7850
@ AUDIO_PROFILE_MUSIC_HIGH_QUALITY_STEREO
Definition: AgoraBase.h:3110
@ LOW_LIGHT_ENHANCE_AUTO
Definition: AgoraBase.h:5763
@ FACE_SHAPE_AREA_NOSETIP
Definition: AgoraBase.h:5605
uint32_t observationPosition
Definition: AgoraBase.h:3941
VideoSubscriptionOptions()
Definition: AgoraBase.h:1719
@ AES_256_GCM
Definition: AgoraBase.h:7266
The configuration of the low-quality video stream.
Definition: AgoraBase.h:2230
RtcStats()
Definition: AgoraBase.h:2911
@ AUDIO_SCENARIO_MEETING
Definition: AgoraBase.h:3147
@ ROOM_ACOUSTICS_VOCAL_CONCERT
Definition: AgoraBase.h:6213
COMPRESSION_PREFERENCE compressionPreference
Definition: AgoraBase.h:1882
@ USER_OFFLINE_QUIT
Definition: AgoraBase.h:888
@ SCREEN_SCENARIO_GAMING
Definition: AgoraBase.h:3240
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_NOT_SUPPORTED
Definition: AgoraBase.h:3636
@ ERR_CERT_RAW
Definition: AgoraBase.h:689
@ AUDIO_ENCODING_TYPE_OPUS_16000_LOW
Definition: AgoraBase.h:1510
unsigned int txAudioBytes
Definition: AgoraBase.h:2758
LastmileProbeOneWayResult downlinkReport
Definition: AgoraBase.h:5029
uid_t ownerUid
Definition: AgoraBase.h:3915
@ SCREEN_COLOR_GREEN
Definition: AgoraBase.h:6013
@ VOICE_CHANGER_GROOT
Definition: AgoraBase.h:6357
@ TIMESTAMPS
Definition: AgoraBase.h:2472
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_15_FPS
Definition: AgoraBase.h:1215
@ LOCAL_AUDIO_STREAM_REASON_INTERRUPTED
Definition: AgoraBase.h:3473
@ ERR_RESOURCE_LIMITED
Definition: AgoraBase.h:581
T value_type
Definition: AgoraBase.h:238
@ ERR_PCMSEND_FORMAT
Definition: AgoraBase.h:706
FACE_SHAPE_BEAUTY_STYLE shapeStyle
Definition: AgoraBase.h:5700
The facial enhancement style options.
Definition: AgoraBase.h:5675
int height
Definition: AgoraBase.h:1174
bool isLocal
Definition: AgoraBase.h:3911
@ RDT_STATE_CLOSED
Definition: AgoraBase.h:7995
@ AREA_CODE_HKMC
Definition: AgoraBase.h:6938
VIDEO_CONTENT_HINT
The content hint for screen sharing.
Definition: AgoraBase.h:3210
@ REMOTE_VIDEO_STATE_STARTING
Definition: AgoraBase.h:3787
LiveTranscoding()
Definition: AgoraBase.h:4692
bool captureAudio
Definition: AgoraBase.h:6486
WatermarkRatio()
Definition: AgoraBase.h:2397
ORIENTATION_MODE orientationMode
Definition: AgoraBase.h:2095
@ LOW_LIGHT_ENHANCE_LEVEL_FAST
Definition: AgoraBase.h:5783
VIDEO_MIRROR_MODE_TYPE
Video mirror mode.
Definition: AgoraBase.h:1912
The source of the audio streams that are mixed locally.
Definition: AgoraBase.h:4864
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_CLOSED
Definition: AgoraBase.h:3629
@ RELAY_ERROR_DEST_TOKEN_EXPIRED
Definition: AgoraBase.h:7010
void reset(pointer_type ptr=OPTIONAL_NULLPTR)
Definition: AgoraBase.h:129
@ DISABLED
Definition: AgoraBase.h:1160
CodecCapLevels()
Definition: AgoraBase.h:2011
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_4
Definition: AgoraBase.h:3968
@ REMOTE_VIDEO_STATE_FAILED
Definition: AgoraBase.h:3804
@ AUDIO_ENCODING_TYPE_AAC_32000_LOW
Definition: AgoraBase.h:1485
WatermarkLiteral()
Definition: AgoraBase.h:2539
@ MAINTAIN_QUALITY
Definition: AgoraBase.h:1135
int height
Definition: AgoraBase.h:4569
bool enableVideo
Definition: AgoraBase.h:7531
int total_received_video_count
Definition: AgoraBase.h:7195
MultipathMode
The transmission mode of data over multiple network paths.
Definition: AgoraBase.h:2631
@ HDR_CAPABILITY_UNSUPPORTED
Definition: AgoraBase.h:1961
AList()
Definition: AgoraBase.h:248
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_RECORD
Definition: AgoraBase.h:6707
@ FRAME_RATE_FPS_30
Definition: AgoraBase.h:1047
PeerDownlinkInfo()
Definition: AgoraBase.h:7138
@ SCREEN_SCENARIO_VIDEO
Definition: AgoraBase.h:3245
int samplesPerChannel
Definition: AgoraBase.h:1593
int height
Definition: AgoraBase.h:4509
Advanced options for the Local Access Point.
Definition: AgoraBase.h:7861
VIDEO_DENOISER_MODE mode
Definition: AgoraBase.h:5844
@ CONNECTION_CHANGED_CONNECTING
Definition: AgoraBase.h:5045
@ VIDEO_STREAM_LAYER_6
Definition: AgoraBase.h:1698
int zOrder
Definition: AgoraBase.h:2437
const value_type * const_pointer
Definition: AgoraBase.h:210
@ RTMP_STREAM_PUBLISH_REASON_RTMP_SERVER_ERROR
Definition: AgoraBase.h:4273
EncodedAudioFrameInfo(const EncodedAudioFrameInfo &rhs)
Definition: AgoraBase.h:1575
@ LocalOnly
Definition: AgoraBase.h:7826
@ LOCAL_AUDIO_STREAM_REASON_RECORD_FAILURE
Definition: AgoraBase.h:3451
@ REMOTE_VIDEO_STATE_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3866
@ CAPTURE_BRIGHTNESS_LEVEL_DARK
Definition: AgoraBase.h:3363
@ ERR_STREAM_MESSAGE_TIMEOUT
Definition: AgoraBase.h:642
user_id_t strUid
Definition: AgoraBase.h:8149
@ VIDEO_CODEC_PROFILE_HIGH
Definition: AgoraBase.h:4142
bool operator!=(const AOutputIterator &rhs) const
Definition: AgoraBase.h:226
CLIENT_ROLE_TYPE
The user role in the interactive live streaming.
Definition: AgoraBase.h:2951
@ LOCAL_VIDEO_STREAM_REASON_OK
Definition: AgoraBase.h:3539
@ CONNECTION_CHANGED_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:5083
@ CONTENT_HINT_MOTION
Definition: AgoraBase.h:3219
@ CONFIG_FETCH_TYPE_INITIALIZE
Definition: AgoraBase.h:7807
RecorderStreamType type
Definition: AgoraBase.h:7954
int remoteJoined2PacketReceived
Definition: AgoraBase.h:7800
@ VIDEO_MODULE_HARDWARE_DECODER
Definition: AgoraBase.h:1952
@ CAMERA_STABILIZATION_MODE_LEVEL_2
Definition: AgoraBase.h:3392
FRAME_HEIGHT
Definition: AgoraBase.h:1059
@ USER_OFFLINE_DROPPED
Definition: AgoraBase.h:895
int highLightWidth
Definition: AgoraBase.h:6566
virtual void onCertificateRequired()=0
SCREEN_COLOR_TYPE screenColorType
Definition: AgoraBase.h:6038
Definition: AgoraAtomicOps.h:21
@ RTMP_STREAM_PUBLISH_REASON_INVALID_PRIVILEGE
Definition: AgoraBase.h:4320
HDR_CAPABILITY
Definition: AgoraBase.h:1957
AutoPtr & operator=(const AutoPtr &)
int64_t ntpTimeMs
Definition: AgoraBase.h:1641
@ AREA_CODE_RU
Definition: AgoraBase.h:6946
unsigned short txKBitRate
Definition: AgoraBase.h:2774
CopyableAutoPtr(pointer_type p=0)
Definition: AgoraBase.h:160
The color enhancement options.
Definition: AgoraBase.h:5862
bool publish_fallback_enable
Definition: AgoraBase.h:2334
LOW_LIGHT_ENHANCE_LEVEL
The low-light enhancement level.
Definition: AgoraBase.h:5772
VideoLayout()
Definition: AgoraBase.h:8179
unsigned short txVideoKBitRate
Definition: AgoraBase.h:2794
@ AUDIO_ENCODING_TYPE_AAC_32000_MEDIUM
Definition: AgoraBase.h:1490
@ VIDEO_SOURCE_CAMERA_PRIMARY
Definition: AgoraMediaBase.h:71
bool enableAudioProcessing
Definition: AgoraBase.h:6086
@ CODEC_CAPABILITY_LEVEL_1080P30FPS
Definition: AgoraBase.h:1242
const char ** domainList
Definition: AgoraBase.h:7890
ENCRYPTION_ERROR_TYPE
Encryption error type.
Definition: AgoraBase.h:7350
double alpha
Definition: AgoraBase.h:4524
CAPTURE_BRIGHTNESS_LEVEL_TYPE
The brightness level of the video image captured by the local camera.
Definition: AgoraBase.h:3346
@ VOICE_AI_TUNER_WARM_ELEGANT_FEMALE_SINGING
Definition: AgoraBase.h:6429
@ NORMAL
Definition: AgoraBase.h:7623
@ FACE_SHAPE_AREA_NOSEWING
Definition: AgoraBase.h:5587
WatermarkTimestamp timestamp
Definition: AgoraBase.h:2605
@ ERR_NET_DOWN
Definition: AgoraBase.h:542
The uplink network information.
Definition: AgoraBase.h:7106
int strokeWidth
Definition: AgoraBase.h:2496
@ AUDIO_SESSION_OPERATION_RESTRICTION_ALL
Definition: AgoraBase.h:846
@ BLUR_DEGREE_HIGH
Definition: AgoraBase.h:5939
@ CAMERA_STABILIZATION_MODE_AUTO
Definition: AgoraBase.h:3384
WATERMARK_FIT_MODE mode
Definition: AgoraBase.h:2433
@ QUALITY_POOR
Definition: AgoraBase.h:957
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_PLAYBACK
Definition: AgoraBase.h:6711
@ VIDEO_MIRROR_MODE_ENABLED
Definition: AgoraBase.h:1923
AudioPcmDataInfo(const AudioPcmDataInfo &rhs)
Definition: AgoraBase.h:1615
IIterator * p
Definition: AgoraBase.h:203
@ ERR_ALREADY_IN_USE
Definition: AgoraBase.h:566
track_id_t trackId
Definition: AgoraBase.h:4895
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_FAILURE
Definition: AgoraBase.h:3558
int video_encoder_target_bitrate_bps
Definition: AgoraBase.h:7110
@ FACE_SHAPE_AREA_EYEBROWTHICKNESS
Definition: AgoraBase.h:5651
pointer_type operator->() const
Definition: AgoraBase.h:119
Definition: AgoraBase.h:172
VideoDimensions()
Definition: AgoraBase.h:1175
AOutputIterator & operator++()
Definition: AgoraBase.h:216
util::AList< UserInfo > UserList
Definition: AgoraBase.h:876
@ VIDEO_ORIENTATION_180
Definition: AgoraBase.h:1013
int elapsedTime
Definition: AgoraBase.h:7724
@ FACE_SHAPE_AREA_NONE
Definition: AgoraBase.h:5476
bool operator==(const AOutputIterator &rhs) const
Definition: AgoraBase.h:220
SIMULCAST_STREAM_MODE
The mode in which the video stream is sent.
Definition: AgoraBase.h:2210
int minBitrate
Definition: AgoraBase.h:2091
DownlinkNetworkInfo(const DownlinkNetworkInfo &info)
Definition: AgoraBase.h:7204
@ ERR_CERT_NULL
Definition: AgoraBase.h:698
@ AUDIO_ENCODING_TYPE_AAC_16000_LOW
Definition: AgoraBase.h:1475
@ ERR_CERT_JSON_NOMEM
Definition: AgoraBase.h:692
unsigned int expectedDownlinkBitrate
Definition: AgoraBase.h:4971
int x
Definition: AgoraBase.h:2346
float sharpnessLevel
Definition: AgoraBase.h:5443
@ SingleNalUnit
Definition: AgoraBase.h:1654
@ VIDEO_STREAM_LOW
Definition: AgoraBase.h:1668
@ VOICE_CHANGER_EFFECT_GIRL
Definition: AgoraBase.h:6283
int lanAccelerateState
Definition: AgoraBase.h:2909
const char * token
Definition: AgoraBase.h:7539
@ VIDEO_DENOISER_AUTO
Definition: AgoraBase.h:5816
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_MINIMIZED
Definition: AgoraBase.h:3615
@ ROOM_ACOUSTICS_KTV
Definition: AgoraBase.h:6209
unsigned int streamCount
Definition: AgoraBase.h:4802
The configuration of the video mixing on the local client.
Definition: AgoraBase.h:4798
@ TIMBRE_TRANSFORMATION_FALSETTO
Definition: AgoraBase.h:6160
@ VIDEO_CODEC_VP9
Definition: AgoraBase.h:1293
REMOTE_VIDEO_STATE
The state of the remote video stream.
Definition: AgoraBase.h:3777
int lastmile_buffer_delay_time_ms
Definition: AgoraBase.h:7179
IContainer * container
Definition: AgoraBase.h:234
uint32_t backgroundColor
Definition: AgoraBase.h:5286
AGORA_API int64_t AGORA_CALL getAgoraCurrentMonotonicTimeInMs()
@ AREA_CODE_OVS
Definition: AgoraBase.h:6950
AUDIO_SAMPLE_RATE_TYPE audioSampleRate
Definition: AgoraBase.h:4662
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:3927
@ MAINTAIN_AUTO
Definition: AgoraBase.h:1129
@ EAR_MONITORING_FILTER_NOISE_SUPPRESSION
Definition: AgoraBase.h:7599
@ DISABLE_SIMULCAST_STREAM
Definition: AgoraBase.h:2220
@ WARN_CHANNEL_CONNECTION_IP_CHANGED
Definition: AgoraBase.h:366
@ WARN_ADM_IMPROPER_SETTINGS
Definition: AgoraBase.h:425
@ WARN_SET_CLIENT_ROLE_TIMEOUT
Definition: AgoraBase.h:350
@ AUDIO_PROFILE_MUSIC_HIGH_QUALITY
Definition: AgoraBase.h:3104
bool datastreamEncryptionEnabled
Definition: AgoraBase.h:7311
@ LOCAL_VIDEO_STREAM_REASON_CAPTURE_INBACKGROUND
Definition: AgoraBase.h:3567
MultipathType type
Definition: AgoraBase.h:2677
@ RTMP_STREAM_UNPUBLISH_REASON_OK
Definition: AgoraBase.h:4325
@ AGORA_IID_H265_TRANSCODER
Definition: AgoraBase.h:934
VideoEncoderConfiguration videoOutputConfiguration
Definition: AgoraBase.h:4811
@ QUALITY_DOWN
Definition: AgoraBase.h:969
WatermarkConfig()
Definition: AgoraBase.h:2623
unsigned int rxBytes
Definition: AgoraBase.h:2754
@ REMOTE_VIDEO_STATE_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3825
SenderOptions()
Definition: AgoraBase.h:1414
unsigned short rxKBitRate
Definition: AgoraBase.h:2778
@ CHANNEL_PROFILE_GAME
Definition: AgoraBase.h:280
reference operator*()
Definition: AgoraBase.h:227
@ FIT_MODE_USE_IMAGE_RATIO
Definition: AgoraBase.h:1541
@ AUDIO_ENCODED_FRAME_OBSERVER_POSITION_MIXED
Definition: AgoraBase.h:6715
@ EXPERIENCE_REASON_NONE
Definition: AgoraBase.h:3030
int width
Definition: AgoraBase.h:4505
const int DEFAULT_MIN_BITRATE
Definition: AgoraBase.h:1201
uint32_t videoState
Definition: AgoraBase.h:8177
Definition: AgoraBase.h:4032
LOCAL_VIDEO_STREAM_STATE
Local video state types.
Definition: AgoraBase.h:3489
@ AGORA_IID_MUSIC_CONTENT_CENTER
Definition: AgoraBase.h:933
PeerDownlinkInfo * peer_downlink_info
Definition: AgoraBase.h:7191
@ CONNECTION_CHANGED_CERTIFICATION_VERYFY_FAILURE
Definition: AgoraBase.h:5163
int connectTimeMs
Definition: AgoraBase.h:2848
AUDIO_RECORDING_QUALITY_TYPE quality
Definition: AgoraBase.h:6753
CONNECTION_CHANGED_REASON_TYPE
Reasons causing the change of the connection state.
Definition: AgoraBase.h:5041
AOutputIterator(const AOutputIterator &rhs)
Definition: AgoraBase.h:215
int join2JoinSuccess
Definition: AgoraBase.h:7740
@ MEDIA_TRACE_EVENT_VIDEO_DECODED
Definition: AgoraBase.h:7712
bool windowFocus
Definition: AgoraBase.h:6546
unsigned int duration
Definition: AgoraBase.h:2746
CHANNEL_MEDIA_RELAY_STATE
The state code of the channel media relay.
Definition: AgoraBase.h:7016
CodecCapLevels codecLevels
Definition: AgoraBase.h:2031
@ ERR_NOT_INITIALIZED
Definition: AgoraBase.h:506
@ AGORA_IID_VIDEO_DEVICE_MANAGER
Definition: AgoraBase.h:913
AUDIO_FILE_RECORDING_TYPE
Recording content. Set in startAudioRecording [3/3].
Definition: AgoraBase.h:6685
AUDIO_ENCODING_TYPE
Audio encoding type.
Definition: AgoraBase.h:1470
Advanced options for video encoding.
Definition: AgoraBase.h:1873
virtual ~IPacketObserver()
Definition: AgoraBase.h:4034
int fontSize
Definition: AgoraBase.h:2485
int length
Definition: AgoraBase.h:2565
unsigned int rxVideoBytes
Definition: AgoraBase.h:2770
bool probeDownlink
Definition: AgoraBase.h:4961
@ USER_STATE_ENABLE_LOCAL_VIDEO
Definition: AgoraBase.h:3889
@ STYLE_TRANSFORMATION_POPULAR
Definition: AgoraBase.h:6299
int codecCapMask
Definition: AgoraBase.h:2027
bool isLowLatencyAudioSupported
Definition: AgoraBase.h:4024
@ VIDEO_ORIENTATION_90
Definition: AgoraBase.h:1009
@ FACE_SHAPE_BEAUTY_STYLE_MALE
Definition: AgoraBase.h:5689
int height
Definition: AgoraBase.h:2561
@ REMOTE_VIDEO_STATE_FROZEN
Definition: AgoraBase.h:3799
~AList()
Definition: AgoraBase.h:250
@ SUB_STATE_IDLE
Definition: AgoraBase.h:7453
The configurations for the data stream.
Definition: AgoraBase.h:2185
T value_type
Definition: AgoraBase.h:206
@ REMOTE_AUDIO_STATE_STOPPED
Definition: AgoraBase.h:3703
Optional< bool > encodedFrameOnly
Definition: AgoraBase.h:1717
@ FACE_SHAPE_AREA_LOWEREYELID
Definition: AgoraBase.h:5550
const value_type & const_reference
Definition: AgoraBase.h:208
VIDEO_DENOISER_MODE
Video noise reduction mode.
Definition: AgoraBase.h:5811
@ REMOTE_VIDEO_STATE_REASON_SDK_IN_BACKGROUND
Definition: AgoraBase.h:3861
virtual void * current()=0
@ VIDEO_FRAME_TYPE_KEY_FRAME
Definition: AgoraBase.h:1074
int numChannels
Definition: AgoraBase.h:4170
The configurations for mixing the lcoal audio.
Definition: AgoraBase.h:4923
@ VOICE_AI_TUNER_WARM_MALE_SINGING
Definition: AgoraBase.h:6417
uint32_t lanRxBytes
Definition: AgoraBase.h:2703
@ AGORA_IID_PARAMETER_ENGINE
Definition: AgoraBase.h:917
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3685
@ ERR_SET_CLIENT_ROLE_NOT_AUTHORIZED
Definition: AgoraBase.h:646
@ VOICE_AI_TUNER_HUSKY_MALE_SINGING
Definition: AgoraBase.h:6425
@ ERR_MODULE_NOT_FOUND
Definition: AgoraBase.h:686
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_HIDDEN
Definition: AgoraBase.h:3521
int sentBitrate
Definition: AgoraBase.h:4178
FACE_SHAPE_AREA
Chooses the specific facial areas that need to be adjusted.
Definition: AgoraBase.h:5472
@ TIMBRE_TRANSFORMATION_MELLOW
Definition: AgoraBase.h:6156
int domainListSize
Definition: AgoraBase.h:7895
@ ERR_BITRATE_LIMIT
Definition: AgoraBase.h:633
@ SUB_STATE_SUBSCRIBING
Definition: AgoraBase.h:7473
@ LITERAL
Definition: AgoraBase.h:2466
Definition: AgoraBase.h:7119
@ VOICE_CHANGER_DARTH_VADER
Definition: AgoraBase.h:6360
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_60_FPS
Definition: AgoraBase.h:1223
@ FACE_SHAPE_AREA_EYEOUTERCORNER
Definition: AgoraBase.h:5570
@ PREFER_LOW_LATENCY
Definition: AgoraBase.h:1840
bool enableHighLight
Definition: AgoraBase.h:6580
const char * transcodingExtraInfo
Definition: AgoraBase.h:4626
@ WARN_ADM_RECORD_AUDIO_LOWLEVEL
Definition: AgoraBase.h:401
@ CONNECTION_CHANGED_REJOIN_SUCCESS
Definition: AgoraBase.h:5134
int expected_bitrate_bps
Definition: AgoraBase.h:7136
bool empty() const
Definition: AgoraBase.h:259
@ AUDIO_SAMPLE_RATE_32000
Definition: AgoraBase.h:4101
@ SCREEN_CAPTURE_FRAMERATE_CAPABILITY_30_FPS
Definition: AgoraBase.h:1219
VIDEO_STREAM_TYPE stream_type
Definition: AgoraBase.h:7128
@ VIDEO_VIEW_SETUP_REPLACE
Definition: AgoraBase.h:5249
PERMISSION_TYPE
The type of the device permission.
Definition: AgoraBase.h:7430
@ LICENSE_ERR_DIFF_DEVICES
Definition: AgoraBase.h:814
const AOutputIterator< value_type > const_iterator
Definition: AgoraBase.h:245
@ RELAY_ERROR_INTERNAL_ERROR
Definition: AgoraBase.h:7002
SimulcastConfig()
Definition: AgoraBase.h:2336
The definition of the WatermarkLiteral struct.
Definition: AgoraBase.h:2515
bool mirror
Definition: AgoraBase.h:4780
@ NETWORK_TYPE_MOBILE_5G
Definition: AgoraBase.h:5239
@ ERR_LEAVE_CHANNEL_REJECTED
Definition: AgoraBase.h:562
@ LOCAL_AUDIO_STREAM_REASON_ENCODE_FAILURE
Definition: AgoraBase.h:3455
@ PREFER_HARDWARE
Definition: AgoraBase.h:1867
@ AUDIO_RECORDING_QUALITY_ULTRA_HIGH
Definition: AgoraBase.h:6679
@ AUDIO_ENCODING_TYPE_AAC_32000_HIGH
Definition: AgoraBase.h:1495
@ ERR_INVALID_CHANNEL_NAME
Definition: AgoraBase.h:595
@ SCREEN_CAPTURE
Definition: AgoraBase.h:7443
@ VOICE_CHANGER_SHIN_CHAN
Definition: AgoraBase.h:6366
@ CAPTURE_BRIGHTNESS_LEVEL_NORMAL
Definition: AgoraBase.h:3355
@ VIDEO_FRAME_TYPE_UNKNOW
Definition: AgoraBase.h:1090
unsigned short txPacketLossRate
Definition: AgoraBase.h:4187
@ FACE_SHAPE_AREA_EYEPOSITION
Definition: AgoraBase.h:5544
ScreenAudioParameters()
Definition: AgoraBase.h:6468
int sentSampleRate
Definition: AgoraBase.h:4174
@ ENCRYPTION_ERROR_ENCRYPTION_FAILURE
Definition: AgoraBase.h:7363
@ LOCAL_VIDEO_STREAM_REASON_FAILURE
Definition: AgoraBase.h:3543
@ CHANNEL_PROFILE_COMMUNICATION_1v1
Definition: AgoraBase.h:292
const int DEFAULT_MIN_BITRATE_EQUAL_TO_TARGET_BITRATE
Definition: AgoraBase.h:1206
@ AUDIO_ENCODING_TYPE_OPUS_48000_HIGH
Definition: AgoraBase.h:1525
@ RDT_STATE_BROKEN
Definition: AgoraBase.h:8016
@ REMOTE_AUDIO_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3755
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_HIGH
Definition: AgoraBase.h:3857
DeviceInfo()
Definition: AgoraBase.h:4026
@ ENCRYPTION_ERROR_INTERNAL_FAILURE
Definition: AgoraBase.h:7354
@ MAINTAIN_RESOLUTION
Definition: AgoraBase.h:1156
SEG_MODEL_TYPE
The type of algorithms to user for background processing.
Definition: AgoraBase.h:5991
const char * userId
Definition: AgoraBase.h:7124
UserInfo()
Definition: AgoraBase.h:7580
@ AUDIO_FILE_RECORDING_MIC
Definition: AgoraBase.h:6689
@ CODEC_CAP_MASK_HW_DEC
Definition: AgoraBase.h:1978
pointer_type release()
Definition: AgoraBase.h:123
float widthRatio
Definition: AgoraBase.h:2395
size_t samplesPerChannel
Definition: AgoraBase.h:1625
@ VOICE_AI_TUNER_SWEET_FEMALE
Definition: AgoraBase.h:6413
uid_t uid
Definition: AgoraBase.h:4489
@ AREA_CODE_KR
Definition: AgoraBase.h:6934
AdvanceOptions(ENCODING_PREFERENCE encoding_preference, COMPRESSION_PREFERENCE compression_preference, bool encode_alpha)
Definition: AgoraBase.h:1895
Definition: AgoraBase.h:8028
float smoothnessLevel
Definition: AgoraBase.h:5431
@ USER_STATE_MUTE_VIDEO
Definition: AgoraBase.h:3881
@ CAMERA_FOCAL_LENGTH_TELEPHOTO
Definition: AgoraBase.h:1322
bool owner
Definition: AgoraBase.h:235
virtual void onPlaybackAudioEncodedFrame(const uint8_t *frameBuffer, int length, const EncodedAudioFrameInfo &audioEncodedFrameInfo)=0
Gets the encoded audio data of all remote users.
@ ERR_DECRYPTION_FAILED
Definition: AgoraBase.h:651
const char * filePath
Definition: AgoraBase.h:6727
@ PREVIEW
Definition: AgoraBase.h:7936
@ QUALITY_UNKNOWN
Definition: AgoraBase.h:945
@ ERR_CLIENT_IS_BANNED_BY_SERVER
Definition: AgoraBase.h:664
VideoEncoderConfiguration(const VideoEncoderConfiguration &config)
Definition: AgoraBase.h:2136
SEG_MODEL_TYPE modelType
Definition: AgoraBase.h:6023
bool encodeAlpha
Definition: AgoraBase.h:1889
Definition: AgoraBase.h:202
@ FRAME_RATE_FPS_60
Definition: AgoraBase.h:1052
Definition: AgoraBase.h:6826
@ CAMERA_STABILIZATION_MODE_LEVEL_3
Definition: AgoraBase.h:3396
virtual const void * const_current() const =0
@ VIDEO_MODULE_SOFTWARE_ENCODER
Definition: AgoraBase.h:1946
@ REMOTE_AUDIO_REASON_REMOTE_UNMUTED
Definition: AgoraBase.h:3759
int sampleRate
Definition: AgoraBase.h:6744
FRAME_RATE
The video frame rate.
Definition: AgoraBase.h:1023
double voicePitch
Definition: AgoraBase.h:4007
LOCAL_PROXY_MODE
Connection mode with the Agora Private Media Server.
Definition: AgoraBase.h:7817
@ CLIENT_ROLE_CHANGE_FAILED_CONNECTION_FAILED
Definition: AgoraBase.h:5201
int width
Definition: AgoraBase.h:4377
@ VIDEO_FRAME_TYPE_DELTA_FRAME
Definition: AgoraBase.h:1078
The audio configuration for the shared screen stream.
Definition: AgoraBase.h:6447
CHANNEL_PROFILE_TYPE
The channel profile.
Definition: AgoraBase.h:267
@ VOICE_CHANGER_EFFECT_HULK
Definition: AgoraBase.h:6291
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3659
virtual ~LicenseCallback()
Definition: AgoraBase.h:8044
@ ERR_LICENSE_CREDENTIAL_INVALID
Definition: AgoraBase.h:673
STREAM_SUBSCRIBE_STATE
The subscribing state.
Definition: AgoraBase.h:7449
@ STYLE_TRANSFORMATION_RNB
Definition: AgoraBase.h:6295
bool queryInterface(C1 *c, C2 iid)
Definition: AgoraBase.h:138
@ ROOM_ACOUSTICS_ETHEREAL
Definition: AgoraBase.h:6233
@ AREA_CODE_NA
Definition: AgoraBase.h:6891
Definition: AgoraBase.h:7120
@ ERR_SIZE_TOO_LARGE
Definition: AgoraBase.h:629
@ VOICE_CHANGER_GIRLISH_MAN
Definition: AgoraBase.h:6369
Configures the parameters of a specific layer in multi-quality video streams.
Definition: AgoraBase.h:2304
@ AUDIO_CODEC_HEAAC2
Definition: AgoraBase.h:1456
VideoDenoiserOptions()
Definition: AgoraBase.h:5854
@ LOCAL_AUDIO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3440
@ ERR_INVALID_STATE
Definition: AgoraBase.h:510
LASTMILE_PROBE_RESULT_STATE state
Definition: AgoraBase.h:5021
@ APPLICATION_SCENARIO_LIVESHOW
Definition: AgoraBase.h:3317
@ FRAME_WIDTH_960
Definition: AgoraBase.h:1056
INTERFACE_ID_TYPE
The interface class.
Definition: AgoraBase.h:905
LOW_LIGHT_ENHANCE_LEVEL level
Definition: AgoraBase.h:5794
@ AUDIO_PROFILE_MUSIC_STANDARD
Definition: AgoraBase.h:3094
@ LASTMILE_PROBE_RESULT_COMPLETE
Definition: AgoraBase.h:4981
CODEC_CAP_MASK
The bit mask of the codec type.
Definition: AgoraBase.h:1969
@ UPLOAD_NET_ERROR
Definition: AgoraBase.h:7377
@ FACE_SHAPE_AREA_FACECONTOUR
Definition: AgoraBase.h:5491
@ LASTMILE_PROBE_RESULT_UNAVAILABLE
Definition: AgoraBase.h:4991
@ WIFI
Definition: AgoraBase.h:2657
@ CLIENT_ROLE_CHANGE_FAILED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5184
@ LOCAL_AUDIO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3417
@ AGORA_IID_RTC_CONNECTION
Definition: AgoraBase.h:924
@ MEDIA_TRACE_EVENT_VIDEO_RENDERED
Definition: AgoraBase.h:7708
@ AUDIO_PROFILE_NUM
Definition: AgoraBase.h:3118
@ CLIENT_ROLE_AUDIENCE
Definition: AgoraBase.h:2959
int numberOfChannels
Definition: AgoraBase.h:1597
const char * fontFilePath
Definition: AgoraBase.h:2492
The configuration for advanced features of the RTMP or RTMPS streaming with transcoding.
Definition: AgoraBase.h:4407
Results of the uplink or downlink last-mile network test.
Definition: AgoraBase.h:4997
@ REMOTE_VIDEO_STATE_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3821
@ AUTO_SIMULCAST_STREAM
Definition: AgoraBase.h:2216
VideoDimensions dimensions
Definition: AgoraBase.h:2067
@ VOICE_CHANGER_EFFECT_OLDMAN
Definition: AgoraBase.h:6265
unsigned int rxAudioBytes
Definition: AgoraBase.h:2766
float lighteningLevel
Definition: AgoraBase.h:5425
#define AGORA_API
Definition: AgoraBase.h:70
VIDEO_CODEC_TYPE
Video codec types.
Definition: AgoraBase.h:1256
@ RTMP_STREAM_PUBLISH_REASON_INVALID_ARGUMENT
Definition: AgoraBase.h:4257
unsigned short rxAudioKBitRate
Definition: AgoraBase.h:2782
Video noise reduction options.
Definition: AgoraBase.h:5807
@ FACE_SHAPE_AREA_MOUTHLIP
Definition: AgoraBase.h:5638
@ VIDEO_STREAM_LAYER_3
Definition: AgoraBase.h:1683
@ WARN_INVALID_VIEW
Definition: AgoraBase.h:303
uint32_t wifiRxBytes
Definition: AgoraBase.h:2711
@ VIDEO_MODULE_RENDERER
Definition: AgoraBase.h:1954
@ NETWORK_TYPE_DISCONNECTED
Definition: AgoraBase.h:5215
@ AUDIO_TRACK_INVALID
Definition: AgoraBase.h:6050
virtual bool onSendVideoPacket(Packet &packet)=0
Occurs when the local user sends a video packet.
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_INTERRUPT
Definition: AgoraBase.h:3599
@ AUDIENCE_LATENCY_LEVEL_ULTRA_LOW_LATENCY
Definition: AgoraBase.h:2993
VIDEO_DENOISER_LEVEL
Video noise reduction level.
Definition: AgoraBase.h:5825
@ SUB_STATE_SUBSCRIBED
Definition: AgoraBase.h:7477
@ AUDIO_SCENARIO_AI_CLIENT
Definition: AgoraBase.h:3157
int height
Definition: AgoraBase.h:1790
@ VIDEO_CODEC_H265
Definition: AgoraBase.h:1273
@ VIDEO_STREAM_LAYER_4
Definition: AgoraBase.h:1688
@ AUDIO_RECORDING_QUALITY_LOW
Definition: AgoraBase.h:6664
PathStats()
Definition: AgoraBase.h:2686
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_1
Definition: AgoraBase.h:3956
@ WARN_ADM_PLAYOUT_MALFUNCTION
Definition: AgoraBase.h:393
@ WARN_ADM_RUNTIME_PLAYOUT_WARNING
Definition: AgoraBase.h:381
const char * format
Definition: AgoraBase.h:2504
@ FACE_SHAPE_AREA_FOREHEAD
Definition: AgoraBase.h:5486
@ Duplicate
Definition: AgoraBase.h:2636
@ WARN_ADM_GLITCH_STATE
Definition: AgoraBase.h:421
int width
Definition: AgoraBase.h:2354
@ EAR_MONITORING_FILTER_BUILT_IN_AUDIO_FILTERS
Definition: AgoraBase.h:7595
@ VIDEO_STREAM_LAYER_2
Definition: AgoraBase.h:1678
@ PUB_STATE_NO_PUBLISHED
Definition: AgoraBase.h:7498
DownlinkNetworkInfo()
Definition: AgoraBase.h:7197
@ CONNECTION_CHANGED_RENEW_TOKEN
Definition: AgoraBase.h:5120
virtual ~IString()
Definition: AgoraBase.h:180
@ VOICE_CHANGER_SOLID
Definition: AgoraBase.h:6334
virtual IIterator * begin()=0
@ ORIENTATION_MODE_FIXED_LANDSCAPE
Definition: AgoraBase.h:1111
@ AGORA_IID_MEDIA_ENGINE_REGULATOR
Definition: AgoraBase.h:929
AGORA_API agora::base::LicenseCallback * getAgoraLicenseCallback()
Gets the LicenseCallback pointer if already setup, otherwise, return null.
@ REMOTE_NETWORK_QUALITY_POOR
Definition: AgoraBase.h:3034
@ RELAY_ERROR_FAILED_JOIN_DEST
Definition: AgoraBase.h:6985
int framerate
Definition: AgoraBase.h:2312
@ CONNECTION_CHANGED_INTERRUPTED
Definition: AgoraBase.h:5053
The information of the user.
Definition: AgoraBase.h:855
The custom background.
Definition: AgoraBase.h:5892
StreamLayerIndex
Index of video streams of different quality levels.
Definition: AgoraBase.h:2262
VideoEncoderConfiguration(const VideoDimensions &d, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2116
@ REMOTE_VIDEO_STATE_REASON_REMOTE_MUTED
Definition: AgoraBase.h:3833
@ REMOTE_AUDIO_REASON_LOCAL_MUTED
Definition: AgoraBase.h:3747
@ RENEW_TOKEN_CANCELED_BY_NEW_REQUEST
Definition: AgoraBase.h:7424
BeautyOptions(LIGHTENING_CONTRAST_LEVEL contrastLevel, float lightening, float smoothness, float redness, float sharpness)
Definition: AgoraBase.h:5445
@ AUDIO_SAMPLE_RATE_44100
Definition: AgoraBase.h:4105
@ CAPTURE_BRIGHTNESS_LEVEL_INVALID
Definition: AgoraBase.h:3351
@ VT_ERR_INTERNAL
Definition: AgoraBase.h:4857
int remoteJoined2UnmuteVideo
Definition: AgoraBase.h:7785
@ WARN_ADM_RECORD_MALFUNCTION
Definition: AgoraBase.h:397
@ AUDIO_ENCODING_TYPE_AAC_16000_MEDIUM
Definition: AgoraBase.h:1480
@ CODEC_CAP_MASK_NONE
Definition: AgoraBase.h:1973
@ ERR_ADM_STOP_RECORDING
Definition: AgoraBase.h:786
@ ERR_JOIN_CHANNEL_REJECTED
Definition: AgoraBase.h:552
@ ERR_NO_PERMISSION
Definition: AgoraBase.h:515
const PathStats * pathStats
Definition: AgoraBase.h:2727
int trackId
Definition: AgoraBase.h:1808
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NOT_FOUND
Definition: AgoraBase.h:3580
@ RTMP_STREAM_PUBLISH_REASON_NOT_BROADCASTER
Definition: AgoraBase.h:4300
AParameter(IAgoraParameter *p)
Definition: AgoraBase.h:8032
Optional< VIDEO_STREAM_TYPE > type
Definition: AgoraBase.h:1710
track_id_t trackId
Definition: AgoraBase.h:3919
RdtState
Reliable Data Transmission tunnel state.
Definition: AgoraBase.h:7991
@ WARN_ADM_WINDOWS_NO_DATA_READY_EVENT
Definition: AgoraBase.h:413
@ SEG_MODEL_AI
Definition: AgoraBase.h:5995
@ ERR_CONNECTION_INTERRUPTED
Definition: AgoraBase.h:616
bool operator==(const AdvanceOptions &rhs) const
Definition: AgoraBase.h:1902
@ CONNECTION_CHANGED_INVALID_TOKEN
Definition: AgoraBase.h:5098
int txPacketLossRate
Definition: AgoraBase.h:2898
@ RELAY_STATE_IDLE
Definition: AgoraBase.h:7021
@ VIDEO_FRAME_TYPE_B_FRAME
Definition: AgoraBase.h:1082
int64_t presentationMs
Definition: AgoraBase.h:1824
bool encode
Definition: AgoraBase.h:6733
virtual size_t size() const =0
VideoDimensions dimensions
Definition: AgoraBase.h:6517
@ LOCAL_VIDEO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3493
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1782
@ UPLOAD_SUCCESS
Definition: AgoraBase.h:7376
float greenCapacity
Definition: AgoraBase.h:6033
EncryptionConfig()
Definition: AgoraBase.h:7313
bool sendEvenIfEmpty
Definition: AgoraBase.h:1561
@ VT_ERR_UNSUPPORT_IMAGE_FORMAT
Definition: AgoraBase.h:4849
@ VIDEO_STREAM_HIGH
Definition: AgoraBase.h:1664
@ AUDIO_CODEC_G722
Definition: AgoraBase.h:1437
@ VIDEO_QOE_PREFERENCE_BALANCE
Definition: AgoraBase.h:3327
unsigned int volume
Definition: AgoraBase.h:3990
int channels
Definition: AgoraBase.h:6455
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel)
Definition: AgoraBase.h:4907
int height
Definition: AgoraBase.h:2358
bool ordered
Definition: AgoraBase.h:2204
@ VT_ERR_INVALID_VIDEO_SOURCE_TYPE
Definition: AgoraBase.h:4841
AdvanceOptions()
Definition: AgoraBase.h:1891
@ WARN_ADM_PLAYOUT_AUDIO_LOWLEVEL
Definition: AgoraBase.h:405
@ CONNECTION_CHANGED_INCONSISTENT_APPID
Definition: AgoraBase.h:5171
@ AUDIO_PROFILE_MUSIC_STANDARD_STEREO
Definition: AgoraBase.h:3100
int total_downscale_level_count
Definition: AgoraBase.h:7187
const uint8_t * buffer
Definition: AgoraBase.h:2576
VIDEO_QOE_PREFERENCE_TYPE
Definition: AgoraBase.h:3323
@ ERR_INVALID_USER_ID
Definition: AgoraBase.h:655
@ ERR_TIMEDOUT
Definition: AgoraBase.h:520
@ CONNECTION_CHANGED_REJECTED_BY_SERVER
Definition: AgoraBase.h:5112
@ CAMERA_STABILIZATION_MODE_LEVEL_1
Definition: AgoraBase.h:3388
bool enableAudio
Definition: AgoraBase.h:7524
MEDIA_TRACE_EVENT
The rendering state of the media frame.
Definition: AgoraBase.h:7704
int videoGop
Definition: AgoraBase.h:4596
@ VIDEO_ORIENTATION_270
Definition: AgoraBase.h:1017
@ ROOM_ACOUSTICS_STUDIO
Definition: AgoraBase.h:6217
RTMP_STREAMING_EVENT
Events during the Media Push.
Definition: AgoraBase.h:4331
@ CODEC_CAPABILITY_LEVEL_4K60FPS
Definition: AgoraBase.h:1250
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_BUSY
Definition: AgoraBase.h:3553
BACKGROUND_SOURCE_TYPE
The custom background.
Definition: AgoraBase.h:5896
@ FACE_SHAPE_AREA_EYEBROWPOSITION
Definition: AgoraBase.h:5645
@ AINS_MODE_AGGRESSIVE
Definition: AgoraBase.h:3064
unsigned int userCount
Definition: AgoraBase.h:4615
const char * wmLiteral
Definition: AgoraBase.h:2530
@ AREA_CODE_CN
Definition: AgoraBase.h:6887
COMPRESSION_PREFERENCE
Compression preference for video encoding.
Definition: AgoraBase.h:1830
@ TIMBRE_TRANSFORMATION_RINGING
Definition: AgoraBase.h:6176
int videoFramerate
Definition: AgoraBase.h:4582
@ CLIENT_ROLE_CHANGE_FAILED_REQUEST_TIME_OUT
Definition: AgoraBase.h:5195
const char * source
Definition: AgoraBase.h:5968
bool valid() const
Definition: AgoraBase.h:229
uint32_t height
Definition: AgoraBase.h:8169
@ LOCAL_AUDIO_STREAM_STATE_STOPPED
Definition: AgoraBase.h:3409
bool opened
Definition: AgoraBase.h:4427
@ AUDIO_ENCODING_TYPE_OPUS_48000_MEDIUM
Definition: AgoraBase.h:1520
@ LASTMILE_PROBE_RESULT_INCOMPLETE_NO_BWE
Definition: AgoraBase.h:4987
int width
Definition: AgoraBase.h:2557
@ PREFER_SOFTWARE
Definition: AgoraBase.h:1860
@ VOICE_CONVERSION_OFF
Definition: AgoraBase.h:6319
int cameraDirection
Definition: AgoraBase.h:2047
Configuration information for the log server.
Definition: AgoraBase.h:7832
StreamLayerConfig()
Definition: AgoraBase.h:2319
@ ERR_ADM_START_PLAYOUT
Definition: AgoraBase.h:769
@ AUDIO_SESSION_OPERATION_RESTRICTION_CONFIGURE_SESSION
Definition: AgoraBase.h:836
The codec capability of the SDK.
Definition: AgoraBase.h:2019
VideoDenoiserOptions(VIDEO_DENOISER_MODE denoiserMode, VIDEO_DENOISER_LEVEL denoiserLevel)
Definition: AgoraBase.h:5851
VideoDimensions dimensions
Definition: AgoraBase.h:2308
@ AES_256_XTS
Definition: AgoraBase.h:7254
@ SCREEN_SCENARIO_RDC
Definition: AgoraBase.h:3251
@ SUB_STATE_NO_SUBSCRIBED
Definition: AgoraBase.h:7469
virtual bool onSendAudioPacket(Packet &packet)=0
Occurs when the local user sends an audio packet.
@ RDT_STREAM_DATA
Definition: AgoraBase.h:7979
int firstVideoKeyFrameDecodedDurationAfterUnmute
Definition: AgoraBase.h:2888
@ AUDIO_ENCODING_TYPE_OPUS_16000_MEDIUM
Definition: AgoraBase.h:1515
int bandwidth_estimation_bps
Definition: AgoraBase.h:7183
AGORA_API const char *AGORA_CALL getAgoraSdkVersion(int *build)
@ AUDIO_CODEC_OPUSMC
Definition: AgoraBase.h:1464
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_FATAL_ERROR
Definition: AgoraBase.h:3605
virtual IString * clone()=0
@ RELAY_ERROR_FAILED_PACKET_SENT_TO_DEST
Definition: AgoraBase.h:6993
pointer_type get() const
Definition: AgoraBase.h:121
@ ERR_INVALID_ARGUMENT
Definition: AgoraBase.h:472
VideoEncoderConfiguration()
Definition: AgoraBase.h:2146
bool probeUplink
Definition: AgoraBase.h:4955
media::base::VIDEO_PIXEL_FORMAT format
Definition: AgoraBase.h:2571
VIDEO_ORIENTATION
The clockwise rotation of the video.
Definition: AgoraBase.h:1001
@ REMOTE_VIDEO_STATE_REASON_NETWORK_CONGESTION
Definition: AgoraBase.h:3817
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt, uid_t u)
Definition: AgoraBase.h:5363
@ ERR_CANCELED
Definition: AgoraBase.h:525
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_NO_PERMISSION
Definition: AgoraBase.h:3548
Aggregates statistics of each network path in multipath transmission.
Definition: AgoraBase.h:2695
REMOTE_VIDEO_DOWNSCALE_LEVEL
Definition: AgoraBase.h:3948
@ STREAM_LAYER_COUNT_MAX
Definition: AgoraBase.h:2294
@ STREAM_LAYER_6
Definition: AgoraBase.h:2286
@ HEADPHONE_EQUALIZER_OFF
Definition: AgoraBase.h:6383
@ RTMP_STREAM_PUBLISH_REASON_NOT_AUTHORIZED
Definition: AgoraBase.h:4286
@ CLIENT_ROLE_CHANGE_FAILED_NOT_AUTHORIZED
Definition: AgoraBase.h:5189
int styleIntensity
Definition: AgoraBase.h:5707
@ Unknown
Definition: AgoraBase.h:2665
SimulcastStreamConfig()
Definition: AgoraBase.h:2246
const char * channelId
Definition: AgoraBase.h:3923
@ ERR_TOO_MANY_DATA_STREAMS
Definition: AgoraBase.h:638
EncodedVideoFrameInfo()
Definition: AgoraBase.h:1736
@ RTMP_STREAM_PUBLISH_STATE_FAILURE
Definition: AgoraBase.h:4237
@ AUDIO_SESSION_OPERATION_RESTRICTION_DEACTIVATE_SESSION
Definition: AgoraBase.h:841
@ VIDEO_MODULE_SOFTWARE_DECODER
Definition: AgoraBase.h:1950
@ TIMBRE_TRANSFORMATION_CLEAR
Definition: AgoraBase.h:6168
Definition: AgoraBase.h:8042
uint32_t mobileTxBytes
Definition: AgoraBase.h:2715
@ VOICE_CHANGER_SWEET
Definition: AgoraBase.h:6329
AUDIO_SCENARIO_TYPE
The audio scenarios.
Definition: AgoraBase.h:3124
@ ENCRYPTION_ERROR_DECRYPTION_FAILURE
Definition: AgoraBase.h:7359
Built-in encryption configurations.
Definition: AgoraBase.h:7286
LowlightEnhanceOptions(LOW_LIGHT_ENHANCE_MODE lowlightMode, LOW_LIGHT_ENHANCE_LEVEL lowlightLevel)
Definition: AgoraBase.h:5796
int frameRate
Definition: AgoraBase.h:6523
AUDIENCE_LATENCY_LEVEL_TYPE audienceLatencyLevel
Definition: AgoraBase.h:3004
@ ADAPT_DOWN_BANDWIDTH
Definition: AgoraBase.h:2978
CopyableAutoPtr< IString > AString
Definition: AgoraBase.h:182
AUDIO_ENCODED_FRAME_OBSERVER_POSITION postionType
Definition: AgoraBase.h:6813
REMOTE_AUDIO_STATE_REASON
The reason for the remote audio state change.
Definition: AgoraBase.h:3731
WatermarkBuffer buffer
Definition: AgoraBase.h:2599
@ RDT_STATE_PENDING
Definition: AgoraBase.h:8009
@ FACE_SHAPE_AREA_MOUTHSCALE
Definition: AgoraBase.h:5619
@ VOICE_AI_TUNER_GENTLE_FEMALE_SINGING
Definition: AgoraBase.h:6421
@ WARN_APM_HOWLING
Definition: AgoraBase.h:417
int rxPacketLossRate
Definition: AgoraBase.h:2903
@ AUDIO_PROFILE_IOT
Definition: AgoraBase.h:3114
TranscodingUser * transcodingUsers
Definition: AgoraBase.h:4620
@ CONNECTION_CHANGED_LOST
Definition: AgoraBase.h:5138
@ RENEW_TOKEN_SUCCESS
Definition: AgoraBase.h:7390
@ EXPERIENCE_QUALITY_GOOD
Definition: AgoraBase.h:3016
@ VIDEO_STREAM_LAYER_1
Definition: AgoraBase.h:1673
AudioPcmDataInfo()
Definition: AgoraBase.h:1612
@ HDR_CAPABILITY_SUPPORTED
Definition: AgoraBase.h:1963
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_NO_PERMISSION
Definition: AgoraBase.h:3644
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK
Definition: AgoraBase.h:3846
AutoPtr< T >::pointer_type pointer_type
Definition: AgoraBase.h:157
@ AUDIO_PROFILE_SPEECH_STANDARD
Definition: AgoraBase.h:3090
@ UPLOAD_SERVER_ERROR
Definition: AgoraBase.h:7378
float xRatio
Definition: AgoraBase.h:2382
MixedAudioStream(AUDIO_SOURCE_TYPE source, track_id_t track)
Definition: AgoraBase.h:4903
ORIENTATION_MODE
Video output orientation mode.
Definition: AgoraBase.h:1096
@ AUDIO_CODEC_AACLC
Definition: AgoraBase.h:1444
The video streams for local video mixing.
Definition: AgoraBase.h:4721
@ NETWORK_TYPE_UNKNOWN
Definition: AgoraBase.h:5211
@ PREFER_AUTO
Definition: AgoraBase.h:1856
@ VIDEO_VIEW_SETUP_ADD
Definition: AgoraBase.h:5253
MultipathStats()
Definition: AgoraBase.h:2728
@ WARN_OPEN_CHANNEL_INVALID_TICKET
Definition: AgoraBase.h:354
@ WARN_OPEN_CHANNEL_REJECTED
Definition: AgoraBase.h:340
MixedAudioStream * audioInputStreams
Definition: AgoraBase.h:4931
int y
Definition: AgoraBase.h:4501
ScreenCaptureParameters()
Definition: AgoraBase.h:6582
LASTMILE_PROBE_RESULT_STATE
The status of the last-mile probe test.
Definition: AgoraBase.h:4977
@ CONNECTION_CHANGED_LEAVE_CHANNEL
Definition: AgoraBase.h:5068
Rectangle positionInLandscapeMode
Definition: AgoraBase.h:2419
@ VOICE_CHANGER_MONSTER
Definition: AgoraBase.h:6351
@ QUALITY_EXCELLENT
Definition: AgoraBase.h:949
FaceShapeBeautyOptions(FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity)
Definition: AgoraBase.h:5709
@ BLUR_DEGREE_LOW
Definition: AgoraBase.h:5929
unsigned int vad
Definition: AgoraBase.h:4001
@ ERR_CERT_DUEDATE
Definition: AgoraBase.h:699
virtual void onLicenseRequest()=0
AUDIO_EFFECT_PRESET
Preset audio effects.
Definition: AgoraBase.h:6201
uid_t subviewUid
Definition: AgoraBase.h:5275
@ VIDEO_CODEC_VP8
Definition: AgoraBase.h:1265
bool lowLatency
Definition: AgoraBase.h:4591
int y
Definition: AgoraBase.h:2350
@ LOCAL_VIDEO_STREAM_STATE_ENCODING
Definition: AgoraBase.h:3502
uid_t remoteUserUid
Definition: AgoraBase.h:4874
@ RTMP_STREAMING_EVENT_URL_ALREADY_IN_USE
Definition: AgoraBase.h:4340
@ AUDIO_CODEC_JC1
Definition: AgoraBase.h:1452
PeerDownlinkInfo(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7144
@ AUDIO_EFFECT_OFF
Definition: AgoraBase.h:6205
CopyableAutoPtr(const CopyableAutoPtr &rhs)
Definition: AgoraBase.h:161
bool initialize(IEngineBase *engine)
Definition: AgoraBase.h:8035
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:3026
MultipathType
Network path types used in multipath transmission.
Definition: AgoraBase.h:2649
int sampleRate
Definition: AgoraBase.h:6451
@ AUDIO_CODEC_PROFILE_LC_AAC
Definition: AgoraBase.h:4152
@ ROOM_ACOUSTICS_VIRTUAL_STEREO
Definition: AgoraBase.h:6225
LocalAccessPointConfiguration()
Definition: AgoraBase.h:7915
@ FACE_SHAPE_BEAUTY_STYLE_NATURAL
Definition: AgoraBase.h:5694
Used to configure watermark-related information.
Definition: AgoraBase.h:2586
AUDIO_AINS_MODE
AI noise suppression modes.
Definition: AgoraBase.h:3053
@ RELAY_STATE_CONNECTING
Definition: AgoraBase.h:7025
@ RECORD_AUDIO
Definition: AgoraBase.h:7434
size_t samplesOut
Definition: AgoraBase.h:1633
VIDEO_STREAM_TYPE
The type of video streams.
Definition: AgoraBase.h:1660
@ USER_STATE_MUTE_AUDIO
Definition: AgoraBase.h:3877
int mediaPlayerId
Definition: AgoraBase.h:5310
Statistics of a call session.
Definition: AgoraBase.h:2742
AUDIO_CODEC_TYPE
The codec type of audio.
Definition: AgoraBase.h:1420
ENCODING_PREFERENCE
Video encoder preference.
Definition: AgoraBase.h:1851
FACE_SHAPE_BEAUTY_STYLE
The facial enhancement style options.
Definition: AgoraBase.h:5681
AGORA_API int AGORA_CALL createAgoraCredential(agora::util::AString &credential)
@ ORIENTATION_MODE_FIXED_PORTRAIT
Definition: AgoraBase.h:1117
@ RTMP_STREAM_PUBLISH_REASON_OK
Definition: AgoraBase.h:4253
virtual int queryInterface(rtc::INTERFACE_ID_TYPE iid, void **inter)=0
MixedAudioStream(AUDIO_SOURCE_TYPE source)
Definition: AgoraBase.h:4897
EXPERIENCE_QUALITY_TYPE
The Quality of Experience (QoE) of the local user when receiving a remote audio stream.
Definition: AgoraBase.h:3012
@ WARN_SWITCH_LIVE_VIDEO_TIMEOUT
Definition: AgoraBase.h:346
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_RESUMED
Definition: AgoraBase.h:3678
unsigned short lastmileDelay
Definition: AgoraBase.h:2798
@ CONNECTION_CHANGED_SETTING_PROXY_SERVER
Definition: AgoraBase.h:5116
VirtualBackgroundSource()
Definition: AgoraBase.h:5977
@ LOCAL_VIDEO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3506
pointer_type clone() const
Definition: AgoraBase.h:166
@ LOWEST
Definition: AgoraBase.h:7615
The low-light enhancement options.
Definition: AgoraBase.h:5753
@ BACKGROUND_VIDEO
Definition: AgoraBase.h:5918
@ WARN_OPEN_CHANNEL_TIMEOUT
Definition: AgoraBase.h:335
@ CHANNEL_PROFILE_COMMUNICATION
Definition: AgoraBase.h:271
@ AUDIO_FILE_RECORDING_PLAYBACK
Definition: AgoraBase.h:6693
VIDEO_CODEC_PROFILE_TYPE
Video codec profile types.
Definition: AgoraBase.h:4128
Definition: AgoraBase.h:1611
VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel
Definition: AgoraBase.h:2009
int frameRate
Definition: AgoraBase.h:2071
@ FRAME_RATE_FPS_24
Definition: AgoraBase.h:1043
VIDEO_CODEC_TYPE codecType
Definition: AgoraBase.h:1351
const char * fontFilePath
Definition: AgoraBase.h:2537
@ FIT_MODE_COVER_POSITION
Definition: AgoraBase.h:1536
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:4725
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:3574
@ LOCAL_AUDIO_STREAM_REASON_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:3467
@ ERR_INVALID_USER_ACCOUNT
Definition: AgoraBase.h:678
@ FACE_SHAPE_AREA_FACELENGTH
Definition: AgoraBase.h:5497
unsigned int txVideoBytes
Definition: AgoraBase.h:2762
const char ** ipList
Definition: AgoraBase.h:7877
@ ERR_CERT_JSON_INVAL
Definition: AgoraBase.h:691
STREAM_PUBLISH_STATE
The publishing state.
Definition: AgoraBase.h:7483
virtual void onLicenseError(int result)=0
@ AUDIO_RECORDING_QUALITY_HIGH
Definition: AgoraBase.h:6674
@ MODE_COVER
Definition: AgoraBase.h:988
@ REMOTE_AUDIO_REASON_NETWORK_RECOVERY
Definition: AgoraBase.h:3743
VideoDimensions dimensions
Definition: AgoraBase.h:2235
Watermark image configurations.
Definition: AgoraBase.h:2408
unsigned int expectedUplinkBitrate
Definition: AgoraBase.h:4966
unsigned int packetLossRate
Definition: AgoraBase.h:5001
@ WARN_LOOKUP_CHANNEL_REJECTED
Definition: AgoraBase.h:329
@ ROOM_ACOUSTICS_CHORUS
Definition: AgoraBase.h:6253
@ CHAT_BEAUTIFIER_VITALITY
Definition: AgoraBase.h:6134
Local audio statistics.
Definition: AgoraBase.h:4166
unsigned int watermarkCount
Definition: AgoraBase.h:4644
@ CRITICAL
Definition: AgoraBase.h:7635
AUDIO_TRACK_TYPE
The type of the audio track.
Definition: AgoraBase.h:6046
The information about the media streams to be recorded.
Definition: AgoraBase.h:7942
@ HIGHEST
Definition: AgoraBase.h:7631
@ RELAY_ERROR_FAILED_PACKET_RECEIVED_FROM_SRC
Definition: AgoraBase.h:6989
uid_t uid
Definition: AgoraBase.h:5270
unsigned int highLightColor
Definition: AgoraBase.h:6572
@ AUDIO_TRACK_DIRECT
Definition: AgoraBase.h:6066
Configure video streams of different quality levels.
Definition: AgoraBase.h:2258
@ SCREEN_COLOR_BLUE
Definition: AgoraBase.h:6017
LOCAL_AUDIO_STREAM_STATE
The state of the local audio.
Definition: AgoraBase.h:3405
@ VIDEO_STREAM_LAYER_5
Definition: AgoraBase.h:1693
@ VIDEO_MIRROR_MODE_DISABLED
Definition: AgoraBase.h:1927
@ VOICE_AI_TUNER_ELEGANT_FEMALE
Definition: AgoraBase.h:6409
AUDIO_RECORDING_QUALITY_TYPE
Recording quality.
Definition: AgoraBase.h:6659
WatermarkBuffer()
Definition: AgoraBase.h:2578
@ AREA_CODE_SA
Definition: AgoraBase.h:6926
float skinProtectLevel
Definition: AgoraBase.h:5881
int audioBitrate
Definition: AgoraBase.h:4667
@ HDR_CAPABILITY_UNKNOWN
Definition: AgoraBase.h:1959
@ Mobile
Definition: AgoraBase.h:2661
@ RTMP_STREAM_PUBLISH_REASON_CONNECTION_TIMEOUT
Definition: AgoraBase.h:4265
bool operator==(const SimulcastStreamConfig &rhs) const
Definition: AgoraBase.h:2248
UserInfo()
Definition: AgoraBase.h:873
TCcMode ccMode
Definition: AgoraBase.h:1346
@ WIFI_BLUETOOTH_COEXIST
Definition: AgoraBase.h:3047
@ REMOTE_AUDIO_REASON_REMOTE_OFFLINE
Definition: AgoraBase.h:3763
#define __deprecated
Definition: AgoraBase.h:74
unsigned int availableBandwidth
Definition: AgoraBase.h:5009
@ VIDEO_MODULE_HARDWARE_ENCODER
Definition: AgoraBase.h:1948
VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel
Definition: AgoraBase.h:2004
@ FACE_SHAPE_AREA_EYESCALE
Definition: AgoraBase.h:5530
int width
Definition: AgoraBase.h:1170
@ CONNECTION_CHANGED_INVALID_APP_ID
Definition: AgoraBase.h:5073
WatermarkTimestamp()
Definition: AgoraBase.h:2506
const int STANDARD_BITRATE
Definition: AgoraBase.h:1187
@ STREAM_LOW
Definition: AgoraBase.h:2290
Definition: AgoraBase.h:1547
LogUploadServerInfo logUploadServer
Definition: AgoraBase.h:7866
DEGRADATION_PREFERENCE
Video degradation preferences when the bandwidth is a constraint.
Definition: AgoraBase.h:1123
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:2109
@ ROOM_ACOUSTICS_VIRTUAL_SURROUND_SOUND
Definition: AgoraBase.h:6248
@ ERR_TOO_OFTEN
Definition: AgoraBase.h:531
@ FACE_SHAPE_AREA_CHEEK
Definition: AgoraBase.h:5513
VideoEncoderConfiguration(int width, int height, int f, int b, ORIENTATION_MODE m, VIDEO_MIRROR_MODE_TYPE mirror=VIDEO_MIRROR_MODE_DISABLED)
Definition: AgoraBase.h:2126
@ VIDEO_CODEC_H264
Definition: AgoraBase.h:1269
@ AGORA_IID_VIDEO_ENGINE
Definition: AgoraBase.h:923
REMOTE_VIDEO_DOWNSCALE_LEVEL current_downscale_level
Definition: AgoraBase.h:7132
@ ERR_CERT_BUF
Definition: AgoraBase.h:697
@ RTMP_STREAM_PUBLISH_STATE_RECOVERING
Definition: AgoraBase.h:4232
@ CODEC_CAP_MASK_SW_DEC
Definition: AgoraBase.h:1988
@ VIDEO_CODEC_H265_FOR_STREAM
Definition: AgoraBase.h:4122
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs)
Definition: AgoraBase.h:6617
@ CONNECTION_CHANGED_TOO_MANY_BROADCASTERS
Definition: AgoraBase.h:5154
unsigned int color
Definition: AgoraBase.h:5959
@ ERR_CERT_SIGN
Definition: AgoraBase.h:695
@ APPLICATION_SCENARIO_1V1
Definition: AgoraBase.h:3306
VideoCanvas()
Definition: AgoraBase.h:5335
@ ERR_FUNC_IS_PROHIBITED
Definition: AgoraBase.h:586
@ AES_128_XTS
Definition: AgoraBase.h:7246
Rectangle()
Definition: AgoraBase.h:2360
HEADPHONE_EQUALIZER_PRESET
Preset headphone equalizer types.
Definition: AgoraBase.h:6379
@ CAMERA_STABILIZATION_MODE_MAX_LEVEL
Definition: AgoraBase.h:3399
@ ENCRYPTION_ERROR_DATASTREAM_DECRYPTION_FAILURE
Definition: AgoraBase.h:7368
int framesPerSecond
Definition: AgoraBase.h:1796
RecorderStreamType
Type of video stream to be recorded.
Definition: AgoraBase.h:7928
Rectangle cropArea
Definition: AgoraBase.h:5316
ScreenCaptureParameters(int width, int height, int f, int b, bool cur, bool fcs, view_t *ex, int cnt)
Definition: AgoraBase.h:6641
@ ORIENTATION_MODE_ADAPTIVE
Definition: AgoraBase.h:1104
bool encodedFrameOnly
Definition: AgoraBase.h:3933
uint32_t width
Definition: AgoraBase.h:8165
H264PacketizeMode
Definition: AgoraBase.h:1646
bool enableLocalPlayback
Definition: AgoraBase.h:6078
@ LOCAL_VIDEO_STREAM_STATE_CAPTURING
Definition: AgoraBase.h:3498
@ ERR_CERT_FAIL
Definition: AgoraBase.h:696
@ WARN_OPEN_CHANNEL_TRY_NEXT_VOS
Definition: AgoraBase.h:358
@ FACE_SHAPE_AREA_NOSELENGTH
Definition: AgoraBase.h:5575
@ PITCH_CORRECTION
Definition: AgoraBase.h:6305
VIDEO_DENOISER_LEVEL level
Definition: AgoraBase.h:5849
int width
Definition: AgoraBase.h:4757
@ RTMP_STREAM_PUBLISH_REASON_ENCRYPTED_STREAM_NOT_ALLOWED
Definition: AgoraBase.h:4261
@ FACE_SHAPE_AREA_MOUTHSMILE
Definition: AgoraBase.h:5631
unsigned int size
Definition: AgoraBase.h:4048
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_DISCONNECTED
Definition: AgoraBase.h:3585
LastmileProbeOneWayResult uplinkReport
Definition: AgoraBase.h:5025
const char * imageUrl
Definition: AgoraBase.h:4738
ENCODING_PREFERENCE encodingPreference
Definition: AgoraBase.h:1877
WatermarkOptions()
Definition: AgoraBase.h:2439
int ipListSize
Definition: AgoraBase.h:7882
@ ROOM_ACOUSTICS_3D_VOICE
Definition: AgoraBase.h:6241
PeerDownlinkInfo & operator=(const PeerDownlinkInfo &rhs)
Definition: AgoraBase.h:7157
int earMonitorDelay
Definition: AgoraBase.h:4199
const char * serverDomain
Definition: AgoraBase.h:7836
@ VOICE_CHANGER_EFFECT_UNCLE
Definition: AgoraBase.h:6259
@ TIMBRE_TRANSFORMATION_RESOUNDING
Definition: AgoraBase.h:6172
THREAD_PRIORITY_TYPE
Definition: AgoraBase.h:7611
@ WIRELESS_SIGNAL_POOR
Definition: AgoraBase.h:3042
@ AREA_CODE_EU
Definition: AgoraBase.h:6895
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:3739
int audioPlayoutDelay
Definition: AgoraBase.h:4195
uint32_t wifiTxBytes
Definition: AgoraBase.h:2707
bool hasAudio
Definition: AgoraBase.h:865
TranscodingVideoStream * videoInputStreams
Definition: AgoraBase.h:4806
@ AINS_MODE_ULTRALOWLATENCY
Definition: AgoraBase.h:3070
@ VIDEO_DENOISER_LEVEL_FAST
Definition: AgoraBase.h:5839
pointer_type ptr_
Definition: AgoraBase.h:152
@ CHAT_BEAUTIFIER_FRESH
Definition: AgoraBase.h:6128
@ HEADPHONE_EQUALIZER_OVEREAR
Definition: AgoraBase.h:6387
@ EAR_MONITORING_FILTER_NONE
Definition: AgoraBase.h:7590
BACKGROUND_BLUR_DEGREE
The degree of blurring applied to the custom background image.
Definition: AgoraBase.h:5924
@ LOCAL_AUDIO_STREAM_REASON_RECORD_INVALID_ID
Definition: AgoraBase.h:3478
@ FACE_SHAPE_AREA_NOSEROOT
Definition: AgoraBase.h:5593
@ MODE_END
Definition: AgoraBase.h:7280
const value_type * const_pointer
Definition: AgoraBase.h:242
Recording configurations.
Definition: AgoraBase.h:6721
@ ERR_ADM_GENERAL_ERROR
Definition: AgoraBase.h:760
const int COMPATIBLE_BITRATE
Definition: AgoraBase.h:1196
AudioTrackConfig()
Definition: AgoraBase.h:6088
@ LOCAL_VIDEO_STREAM_REASON_CODEC_NOT_SUPPORT
Definition: AgoraBase.h:3562
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_STOPPED_BY_CALL
Definition: AgoraBase.h:3689
REMOTE_VIDEO_STATE_REASON
The reason for the remote video state change.
Definition: AgoraBase.h:3809
@ ERR_ADM_INIT_PLAYOUT
Definition: AgoraBase.h:765
REMOTE_USER_STATE
Definition: AgoraBase.h:3873
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_FAILURE
Definition: AgoraBase.h:3640
Definition: AgoraBase.h:193
@ CONNECTION_CHANGED_KEEP_ALIVE_TIMEOUT
Definition: AgoraBase.h:5130
@ ERR_OK
Definition: AgoraBase.h:462
@ ADAPT_UP_BANDWIDTH
Definition: AgoraBase.h:2974
AudioVolumeInfo()
Definition: AgoraBase.h:4009
AUDIENCE_LATENCY_LEVEL_TYPE
The latency level of an audience member in interactive live streaming. This enum takes effect only wh...
Definition: AgoraBase.h:2985
The video dimension.
Definition: AgoraBase.h:1166
FACE_SHAPE_AREA shapeArea
Definition: AgoraBase.h:5657
unsigned int advancedFeatureCount
Definition: AgoraBase.h:4690
@ VOICE_CHANGER_PHONE_OPERATOR
Definition: AgoraBase.h:6348
@ BACKGROUND_NONE
Definition: AgoraBase.h:5902
const char * serverPath
Definition: AgoraBase.h:7840
int activePathNum
Definition: AgoraBase.h:2723
int zOrder
Definition: AgoraBase.h:4768
@ RTMP_STREAM_PUBLISH_STATE_RUNNING
Definition: AgoraBase.h:4223
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_SYSTEM_INTERNAL_ERROR
Definition: AgoraBase.h:3529
@ BACKGROUND_BLUR
Definition: AgoraBase.h:5914
@ AES_128_GCM
Definition: AgoraBase.h:7262
@ FACE_SHAPE_AREA_EYEINNERCORNER
Definition: AgoraBase.h:5563
@ RELAY_ERROR_SERVER_ERROR_RESPONSE
Definition: AgoraBase.h:6964
@ ERR_ENCRYPTED_STREAM_NOT_ALLOWED_PUBLISH
Definition: AgoraBase.h:668
RENEW_TOKEN_ERROR_CODE
Represents the error codes after calling renewToken.
Definition: AgoraBase.h:7386
@ BACKGROUND_IMG
Definition: AgoraBase.h:5910
int start2JoinChannel
Definition: AgoraBase.h:7733
@ VIDEO_CODEC_PROFILE_MAIN
Definition: AgoraBase.h:4137
@ AUDIO_SESSION_OPERATION_RESTRICTION_NONE
Definition: AgoraBase.h:828
RecorderStreamInfo(const char *channelId, uid_t uid)
Definition: AgoraBase.h:7956
rtc::uid_t uid
Definition: AgoraBase.h:8145
@ RTC
Definition: AgoraBase.h:7932
@ REMOTE_VIDEO_STATE_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3829
virtual ~IContainer()
Definition: AgoraBase.h:198
AdvancedConfigInfo advancedConfig
Definition: AgoraBase.h:7908
Configures the format, size, and pixel buffer of the watermark image.
Definition: AgoraBase.h:2552
@ ERR_FAILED
Definition: AgoraBase.h:467
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_WINDOW_HIDDEN
Definition: AgoraBase.h:3517
int y
Definition: AgoraBase.h:4373
Definition: AgoraBase.h:156
int16_t channelNum
Definition: AgoraBase.h:1627
The definition of the WatermarkTimestamp struct.
Definition: AgoraBase.h:2481
The configuration of custom audio tracks.
Definition: AgoraBase.h:6072
NETWORK_TYPE
Network type.
Definition: AgoraBase.h:5207
ENCRYPTION_MODE
The built-in encryption mode.
Definition: AgoraBase.h:7242
int zOrder
Definition: AgoraBase.h:4518
#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:7555
@ CC_ENABLED
Definition: AgoraBase.h:1332
@ CODEC_CAPABILITY_LEVEL_UNSPECIFIED
Definition: AgoraBase.h:1234
LowlightEnhanceOptions()
Definition: AgoraBase.h:5799
@ ERR_CERT_CREDENTIAL
Definition: AgoraBase.h:694
CAMERA_STABILIZATION_MODE
Camera stabilization modes.
Definition: AgoraBase.h:3374
int kBitrate
Definition: AgoraBase.h:2241
LiveStreamAdvancedFeature(const char *feat_name, bool open)
Definition: AgoraBase.h:4409
RtcImage()
Definition: AgoraBase.h:4397
iterator begin()
Definition: AgoraBase.h:256
util::AString userId
Definition: AgoraBase.h:859
@ QUALITY_DETECTING
Definition: AgoraBase.h:977
@ REMOTE_VIDEO_STATE_REASON_VIDEO_STREAM_TYPE_CHANGE_TO_LOW
Definition: AgoraBase.h:3854
int rxKBitRate
Definition: AgoraBase.h:2685
AUDIO_CODEC_TYPE codec
Definition: AgoraBase.h:1585
@ FRAME_RATE_FPS_7
Definition: AgoraBase.h:1031
@ MAX_USER_ACCOUNT_LENGTH
Definition: AgoraBase.h:1729
@ LOCAL_VIDEO_STREAM_REASON_DEVICE_SYSTEM_PRESSURE
Definition: AgoraBase.h:3609
VIDEO_FRAME_TYPE frameType
Definition: AgoraBase.h:1800
int gatewayRtt
Definition: AgoraBase.h:2828
virtual ~IEngineBase()
Definition: AgoraBase.h:8025
AUDIO_PROFILE_TYPE
The audio profile.
Definition: AgoraBase.h:3076
@ CC_DISABLED
Definition: AgoraBase.h:1336
LOCAL_PROXY_MODE mode
Definition: AgoraBase.h:7904
int joinSuccess2RemoteJoined
Definition: AgoraBase.h:7755
@ TIMBRE_TRANSFORMATION_FULL
Definition: AgoraBase.h:6164
@ CONNECTION_STATE_CONNECTED
Definition: AgoraBase.h:4459
@ ERR_INIT_NET_ENGINE
Definition: AgoraBase.h:576
AParameter(IEngineBase &engine)
Definition: AgoraBase.h:8030
unsigned int txBytes
Definition: AgoraBase.h:2750
@ REMOTE_AUDIO_REASON_NO_PACKET_RECEIVE
Definition: AgoraBase.h:3767
VIDEO_ORIENTATION rotation
Definition: AgoraBase.h:1804
double alpha
Definition: AgoraBase.h:4395
@ AUDIO_CODEC_OPUS
Definition: AgoraBase.h:1424
unsigned int rtt
Definition: AgoraBase.h:5033
@ FACE_SHAPE_AREA_MANDIBLE
Definition: AgoraBase.h:5519
@ REMOTE_AUDIO_REASON_LOCAL_UNMUTED
Definition: AgoraBase.h:3751
Definition: AgoraBase.h:3896
@ SM4_128_ECB
Definition: AgoraBase.h:7258
ScreenCaptureParameters(int width, int height, int f, int b, view_t *ex, int cnt)
Definition: AgoraBase.h:6629
@ NETWORK_TYPE_WIFI
Definition: AgoraBase.h:5223
@ VIDEO_CODEC_GENERIC
Definition: AgoraBase.h:1279
@ ERR_BUFFER_TOO_SMALL
Definition: AgoraBase.h:501
@ STREAM_LAYER_5
Definition: AgoraBase.h:2282
int shapeIntensity
Definition: AgoraBase.h:5663
VIDEO_SOURCE_TYPE sourceType
Definition: AgoraBase.h:3937
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED_BY_USER
Definition: AgoraBase.h:5146
@ LOCAL_VIDEO_EVENT_TYPE_SCREEN_CAPTURE_STOPPED_BY_USER
Definition: AgoraBase.h:3525
@ RTMP_STREAMING_EVENT_ADVANCED_FEATURE_NOT_SUPPORT
Definition: AgoraBase.h:4344
@ VOICE_CHANGER_IRON_LADY
Definition: AgoraBase.h:6363
@ PREFER_COMPRESSION_AUTO
Definition: AgoraBase.h:1835
@ WARN_ADM_WIN_CORE_IMPROPER_CAPTURE_RELEASE
Definition: AgoraBase.h:446
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_DISPLAY_DISCONNECTED
Definition: AgoraBase.h:3683
@ STREAM_LAYER_4
Definition: AgoraBase.h:2278
TranscodingUser()
Definition: AgoraBase.h:4546
BACKGROUND_BLUR_DEGREE blur_degree
Definition: AgoraBase.h:5975
double memoryTotalUsageRatio
Definition: AgoraBase.h:2838
unsigned int jitter
Definition: AgoraBase.h:5005
@ LOCAL_AUDIO_STREAM_STATE_FAILED
Definition: AgoraBase.h:3421
@ RDT_STREAM_COUNT
Definition: AgoraBase.h:7983
@ FACE_SHAPE_AREA_FACEWIDTH
Definition: AgoraBase.h:5502
int remoteJoined2SetView
Definition: AgoraBase.h:7770
@ CODEC_CAP_MASK_HW_ENC
Definition: AgoraBase.h:1983
AUDIO_ENCODED_FRAME_OBSERVER_POSITION
Audio profile.
Definition: AgoraBase.h:6703
@ AES_128_ECB
Definition: AgoraBase.h:7250
const char * channelId
Definition: AgoraBase.h:7545
virtual ~IAudioEncodedFrameObserver()
Definition: AgoraBase.h:6876
@ AES_128_GCM2
Definition: AgoraBase.h:7271
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_RECOVER_FROM_MINIMIZED
Definition: AgoraBase.h:3668
@ RTMP_STREAM_PUBLISH_REASON_REACH_LIMIT
Definition: AgoraBase.h:4281
EncodedAudioFrameAdvancedSettings advancedSettings
Definition: AgoraBase.h:1601
@ ERR_CERT_REQUEST
Definition: AgoraBase.h:700
RdtStreamType
Reliable Data Transmission Tunnel message stream type.
Definition: AgoraBase.h:7967
virtual bool empty() const =0
@ EAR_MONITORING_FILTER_REUSE_POST_PROCESSING_FILTER
Definition: AgoraBase.h:7605
@ AUDIO_SCENARIO_GAME_STREAMING
Definition: AgoraBase.h:3133
Rectangle positionInPortraitMode
Definition: AgoraBase.h:2424
AudioEncodedFrameObserverConfig()
Definition: AgoraBase.h:6819
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_INTERRUPTED_BY_OTHER
Definition: AgoraBase.h:3687
bool visibleInPreview
Definition: AgoraBase.h:2414
@ AUDIO_CODEC_LPCNET
Definition: AgoraBase.h:1460
@ FACE_SHAPE_AREA_EYEPUPILS
Definition: AgoraBase.h:5556
@ CONNECTION_CHANGED_CLIENT_IP_ADDRESS_CHANGED
Definition: AgoraBase.h:5125
@ RELAY_OK
Definition: AgoraBase.h:6960
@ CONNECTION_CHANGED_BANNED_BY_SERVER
Definition: AgoraBase.h:5058
@ ERR_INVALID_TOKEN
Definition: AgoraBase.h:611
int zOrder
Definition: AgoraBase.h:4389
WatermarkRatio watermarkRatio
Definition: AgoraBase.h:2429
@ VIDEO_FRAME_TYPE_BLANK_FRAME
Definition: AgoraBase.h:1070
@ SCREEN_SCENARIO_DOCUMENT
Definition: AgoraBase.h:3235
float strengthLevel
Definition: AgoraBase.h:5868
ColorEnhanceOptions(float stength, float skinProtect)
Definition: AgoraBase.h:5883
@ WARN_PENDING
Definition: AgoraBase.h:313
LICENSE_ERROR_TYPE
Definition: AgoraBase.h:794
@ IMAGE
Definition: AgoraBase.h:2456
@ VOICE_CHANGER_EFFECT_SISTER
Definition: AgoraBase.h:6277
Filter effect options.
Definition: AgoraBase.h:5466
The level of the codec capability.
Definition: AgoraBase.h:1999
@ LOW_LIGHT_ENHANCE_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5778
@ AREA_CODE_GLOB
Definition: AgoraBase.h:6911
@ SEG_MODEL_GREEN
Definition: AgoraBase.h:5999
AudioRecordingConfiguration(const AudioRecordingConfiguration &rhs)
Definition: AgoraBase.h:6797
ScreenCaptureParameters(const VideoDimensions &d, int f, int b)
Definition: AgoraBase.h:6594
#define AGORA_CALL
Definition: AgoraBase.h:72
@ AREA_CODE_AF
Definition: AgoraBase.h:6930
@ ERR_NOT_SUPPORTED
Definition: AgoraBase.h:488
@ QUALITY_VBAD
Definition: AgoraBase.h:965
@ CONNECTION_STATE_FAILED
Definition: AgoraBase.h:4479
~AOutputIterator()
Definition: AgoraBase.h:212
@ RELAY_ERROR_SERVER_NO_RESPONSE
Definition: AgoraBase.h:6973
LastmileProbeOneWayResult()
Definition: AgoraBase.h:5011
@ RENEW_TOKEN_TOKEN_EXPIRED
Definition: AgoraBase.h:7400
VIDEO_CODEC_TYPE_FOR_STREAM
The codec type of the output video.
Definition: AgoraBase.h:4114
@ FRAME_RATE_FPS_15
Definition: AgoraBase.h:1039
@ LOCAL_AUDIO_STREAM_REASON_PLAYOUT_INVALID_ID
Definition: AgoraBase.h:3483
@ ERR_NOT_READY
Definition: AgoraBase.h:482
@ VOICE_BEAUTIFIER_OFF
Definition: AgoraBase.h:6116
@ AUDIO_RECORDING_QUALITY_MEDIUM
Definition: AgoraBase.h:6669
@ VOICE_CHANGER_CHIPMUNK
Definition: AgoraBase.h:6372
@ REMOTE_VIDEO_STATE_REASON_AUDIO_FALLBACK_RECOVERY
Definition: AgoraBase.h:3851
int sampleRateHz
Definition: AgoraBase.h:1589
TranscodingVideoStream()
Definition: AgoraBase.h:4782
unsigned int streamCount
Definition: AgoraBase.h:4927
int firstVideoKeyFramePacketDuration
Definition: AgoraBase.h:2863
int packetsBeforeFirstKeyFramePacket
Definition: AgoraBase.h:2868
@ VIDEO_CODEC_PROFILE_BASELINE
Definition: AgoraBase.h:4132
@ RTMP_STREAM_PUBLISH_REASON_TOO_OFTEN
Definition: AgoraBase.h:4277
@ MAINTAIN_BALANCED
Definition: AgoraBase.h:1150
CLIENT_ROLE_CHANGE_FAILED_REASON
The reason for a user role switch failure.
Definition: AgoraBase.h:5177
AGORA_API const char *AGORA_CALL getAgoraSdkErrorDescription(int err)
@ REMOTE_VIDEO_DOWNSCALE_LEVEL_2
Definition: AgoraBase.h:3960
VIDEO_CODEC_CAPABILITY_LEVEL
The level of the codec capability.
Definition: AgoraBase.h:1229
char userAccount[MAX_USER_ACCOUNT_LENGTH]
Definition: AgoraBase.h:7578
double memoryAppUsageRatio
Definition: AgoraBase.h:2833
LogUploadServerInfo()
Definition: AgoraBase.h:7852
@ AREA_CODE_AS
Definition: AgoraBase.h:6899
int serverPort
Definition: AgoraBase.h:7844
@ CONFIG_FETCH_TYPE_JOIN_CHANNEL
Definition: AgoraBase.h:7811
Focal length information supported by the camera, including the camera direction and focal length typ...
Definition: AgoraBase.h:2043
@ FACE_SHAPE_AREA_NOSEWIDTH
Definition: AgoraBase.h:5581
@ ERR_ADM_INIT_RECORDING
Definition: AgoraBase.h:778
@ RELAY_ERROR_SERVER_CONNECTION_LOST
Definition: AgoraBase.h:6998
The audio device information.
Definition: AgoraBase.h:4018
Definition: AgoraBase.h:8022
@ CONNECTION_STATE_RECONNECTING
Definition: AgoraBase.h:4469
@ STREAM_LAYER_1
Definition: AgoraBase.h:2266
int txKBitRate
Definition: AgoraBase.h:2681
Definition: AgoraBase.h:184
RtcImage * watermark
Definition: AgoraBase.h:4639
@ WARN_NO_AVAILABLE_CHANNEL
Definition: AgoraBase.h:318
const char * user_id_t
Definition: AgoraBase.h:849
Indicators during video frame rendering progress.
Definition: AgoraBase.h:7718
@ NETWORK_TYPE_MOBILE_3G
Definition: AgoraBase.h:5231
@ VOICE_CHANGER_EFFECT_BOY
Definition: AgoraBase.h:6271
@ VIDEO_DENOISER_LEVEL_HIGH_QUALITY
Definition: AgoraBase.h:5831
@ WARN_CHANNEL_SOCKET_ERROR
Definition: AgoraBase.h:373
@ RTMP_STREAM_PUBLISH_REASON_INTERNAL_SERVER_ERROR
Definition: AgoraBase.h:4269
VIDEO_CODEC_TYPE_FOR_STREAM videoCodecType
Definition: AgoraBase.h:4611
@ VIDEO_CODEC_GENERIC_JPEG
Definition: AgoraBase.h:1297
@ WARN_ADM_WIN_CORE_NO_PLAYOUT_DEVICE
Definition: AgoraBase.h:438
@ CODEC_CAPABILITY_LEVEL_BASIC_SUPPORT
Definition: AgoraBase.h:1238
view_t view
Definition: AgoraBase.h:5281
UplinkNetworkInfo()
Definition: AgoraBase.h:7112
@ VOICE_AI_TUNER_MATURE_MALE
Definition: AgoraBase.h:6401
int videoBitrate
Definition: AgoraBase.h:4576
@ AUDIO_CODEC_PCMA
Definition: AgoraBase.h:1429
@ RTMP_STREAMING_EVENT_FAILED_LOAD_IMAGE
Definition: AgoraBase.h:4335
int intervalInSeconds
Definition: AgoraBase.h:7553
int x
Definition: AgoraBase.h:4495
@ SINGING_BEAUTIFIER
Definition: AgoraBase.h:6144
VideoCanvas(view_t v, media::base::RENDER_MODE_TYPE m, VIDEO_MIRROR_MODE_TYPE mt)
Definition: AgoraBase.h:5349
const_reference operator*() const
Definition: AgoraBase.h:228
VIDEO_MIRROR_MODE_TYPE mirrorMode
Definition: AgoraBase.h:5298
value_type & reference
Definition: AgoraBase.h:207
@ VIDEO_ORIENTATION_0
Definition: AgoraBase.h:1005
@ ERR_DATASTREAM_DECRYPTION_FAILED
Definition: AgoraBase.h:660
const char * url
Definition: AgoraBase.h:4363
@ VIDEO_CODEC_AV1
Definition: AgoraBase.h:1289
WatermarkRatio(float x, float y, float width)
Definition: AgoraBase.h:2398
@ TIMBRE_TRANSFORMATION_DEEP
Definition: AgoraBase.h:6152
uid_t remoteUserUid
Definition: AgoraBase.h:4731
@ AGORA_IID_SIGNALING_ENGINE
Definition: AgoraBase.h:928
@ QUALITY_GOOD
Definition: AgoraBase.h:953
FaceShapeAreaOptions(FACE_SHAPE_AREA shapeArea, int areaIntensity)
Definition: AgoraBase.h:5665
int audioChannel
Definition: AgoraBase.h:4544
Setting of user role properties.
Definition: AgoraBase.h:2999
RTMP_STREAM_PUBLISH_STATE
States of the Media Push.
Definition: AgoraBase.h:4210
@ FRAME_RATE_FPS_1
Definition: AgoraBase.h:1027
@ AUDIO_CODEC_PROFILE_HE_AAC_V2
Definition: AgoraBase.h:4160
@ REMOTE_AUDIO_STATE_DECODING
Definition: AgoraBase.h:3714
@ AREA_CODE_OC
Definition: AgoraBase.h:6922
int y
Definition: AgoraBase.h:4753
@ WARN_CHANNEL_CONNECTION_UNRECOVERABLE
Definition: AgoraBase.h:362
@ AGORA_IID_LOCAL_SPATIAL_AUDIO
Definition: AgoraBase.h:930
AREA_CODE_EX
Definition: AgoraBase.h:6918
MixedAudioStream(AUDIO_SOURCE_TYPE source, uid_t uid, const char *channel, track_id_t track)
Definition: AgoraBase.h:4912
view_t * excludeWindowList
Definition: AgoraBase.h:6553
@ CAMERA_FOCAL_LENGTH_WIDE_ANGLE
Definition: AgoraBase.h:1314
@ ERR_ADM_START_RECORDING
Definition: AgoraBase.h:782
const char * channelId
Definition: AgoraBase.h:7946
const char * encryptionKey
Definition: AgoraBase.h:7297
int64_t decodeTimeMs
Definition: AgoraBase.h:1817
@ RELAY_ERROR_NO_RESOURCE_AVAILABLE
Definition: AgoraBase.h:6977
@ LOCAL_VIDEO_STREAM_REASON_SCREEN_CAPTURE_WINDOW_OCCLUDED
Definition: AgoraBase.h:3634
@ ROOM_ACOUSTICS_SPACIAL
Definition: AgoraBase.h:6229
@ AUDIO_PROFILE_DEFAULT
Definition: AgoraBase.h:3086
@ USER_OFFLINE_BECOME_AUDIENCE
Definition: AgoraBase.h:899
Attributes of the video canvas object.
Definition: AgoraBase.h:5266
RTMP_STREAM_PUBLISH_REASON
Reasons for changes in the status of RTMP or RTMPS streaming.
Definition: AgoraBase.h:4249
@ AUDIO_CODEC_PROFILE_HE_AAC
Definition: AgoraBase.h:4156
@ CONNECTION_CHANGED_JOIN_SUCCESS
Definition: AgoraBase.h:5049
Processing properties for background images.
Definition: AgoraBase.h:5987
AUDIO_SAMPLE_RATE_TYPE
The audio sampling rate of the stream to be pushed to the CDN.
Definition: AgoraBase.h:4097
@ AREA_CODE_JP
Definition: AgoraBase.h:6903
unsigned int track_id_t
Definition: AgoraMediaBase.h:29
VIDEO_STREAM_TYPE streamType
Definition: AgoraBase.h:1821
EncodedAudioFrameAdvancedSettings()
Definition: AgoraBase.h:1548
LOCAL_AUDIO_STREAM_REASON
Reasons for local audio state changes.
Definition: AgoraBase.h:3427