Agora RTC Objective-C API Reference  Refactor
Data Structures | Enumerations
agora::base Namespace Reference

Data Structures

struct  AgoraServiceConfiguration
 
class  AParameter
 
struct  AudioSessionConfiguration
 
class  IAgoraParameter
 
class  IAgoraService
 
class  IEngineBase
 
class  IParameterEngine
 
class  IServiceObserver
 
class  LicenseCallback
 
class  NtpTime
 
struct  SenderOptions
 

Enumerations

enum  TMixMode { MIX_ENABLED, MIX_DISABLED }
 
enum  TCcMode { CC_ENABLED, CC_DISABLED }
 

Enumeration Type Documentation

◆ TMixMode

enum TMixMode

The audio mixing mode.

Enumerator
MIX_ENABLED 

Mix all the local audio tracks in the channel.

MIX_DISABLED 

Do not mix the local audio tracks in the channel.

◆ TCcMode

enum TCcMode

The CC (Congestion Control) mode options.

Enumerator
CC_ENABLED 

Enable CC mode.

CC_DISABLED 

Disable CC mode.

Function Documentation

◆ operator==()

bool agora::base::operator== ( const NtpTime n1,
const NtpTime n2 
)
inline

◆ operator!=()

bool agora::base::operator!= ( const NtpTime n1,
const NtpTime n2 
)
inline