Agora RTC Objective-C API Reference  Refactor
Data Fields
ImageTrackOptions Struct Reference

Data Fields

const char * imageUrl
 
int fps
 

Constructor & Destructor Documentation

◆ ImageTrackOptions()

ImageTrackOptions ( )
inline

Field Documentation

◆ imageUrl

const char* imageUrl

The image URL. Supported formats of images include JPEG, JPG, PNG and GIF. This method supports adding an image from the local absolute or relative file path.

Note
On the Android platform, adding images from /assets/ is not supported.

◆ fps

int fps

The frame rate of the video streams being published. The value range is [1,30]. The default value is 1.

◆ mirrorMode