Agora Java API Reference for Android
|
Public Member Functions | |
virtual void | release ()=0 |
virtual int | setBool (const char *key, bool value)=0 |
virtual int | setInt (const char *key, int value)=0 |
virtual int | setUInt (const char *key, unsigned int value)=0 |
virtual int | setNumber (const char *key, double value)=0 |
virtual int | setString (const char *key, const char *value)=0 |
virtual int | setObject (const char *key, const char *value)=0 |
virtual int | getBool (const char *key, bool &value)=0 |
virtual int | getInt (const char *key, int &value)=0 |
virtual int | getUInt (const char *key, unsigned int &value)=0 |
virtual int | getNumber (const char *key, double &value)=0 |
virtual int | getString (const char *key, agora::util::AString &value)=0 |
virtual int | getObject (const char *key, agora::util::AString &value)=0 |
virtual int | getArray (const char *key, agora::util::AString &value)=0 |
virtual int | setParameters (const char *parameters)=0 |
virtual int | setProfile (const char *profile, bool merge)=0 |
virtual int | convertPath (const char *filePath, agora::util::AString &value)=0 |
|
pure virtual |
Releases the resource.
|
pure virtual |
Sets the bool value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the int value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the unsigned int value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the double value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the string value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the object value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the bool value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the int value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the unsigned int value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the double value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the string value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets a child object value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Gets the array value of the JSON.
key | Key name |
value | Value |
|
pure virtual |
Sets the parameters of the SDK or engine.
parameters | Parameters |
|
pure virtual |
Sets the profile to control the RTC engine.
profile | Profile |
merge |
|