backgroundImage property
getter/setter pair
- Description: The URL of the background image of the mixed stream. The image specified by the URL will be mixed during On-Cloud MixTranscoding.
- Value: This parameter is left empty by default, which means no background image will be used.
- Note:
- The URL can be 512 bytes long at most, and the image must not exceed 2 MB.
- The image can be in PNG, JPG, JPEG, or BMP format. We recommend you use a semitransparent image in PNG format.
Implementation
Uint8List backgroundImage;