|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| BACKGROUND_SOURCE_TYPE | background_source_type |
| unsigned int | color |
| const char * | source |
| BACKGROUND_BLUR_DEGREE | blur_degree |
The custom background.
The degree of blurring applied to the custom background image.
|
inline |
| BACKGROUND_SOURCE_TYPE background_source_type |
The custom background. See BACKGROUND_SOURCE_TYPE.
| unsigned int color |
The type of the custom background image. The color of the custom background image. The format is a hexadecimal integer defined by RGB, without the # sign, such as 0xFFB6C1 for light pink. The default value is 0xFFFFFF, which signifies white. The value range is [0x000000, 0xffffff]. If the value is invalid, the SDK replaces the original background image with a white background image.
source has a transparent background, the transparent background will be filled with the color passed in by the parameter. | const char* source |
The local absolute path of the custom background image. Supports PNG, JPG, MP4, AVI, MKV, and FLV formats. If the path is invalid, the SDK will use either the original background image or the solid color image specified by color.
| BACKGROUND_BLUR_DEGREE blur_degree |
The degree of blurring applied to the custom background image. See BACKGROUND_BLUR_DEGREE.