AgoraImageTrackOptions
垫片图片的设置选项。
Objective-C
__attribute__((visibility("default"))) @interface AgoraImageTrackOptions : NSObject
@property(copy, nonatomic) NSString *_Nullable imageUrl;
@property(assign, nonatomic) int fps;
imageUrl
垫片图片的 URL,目前支持 JPEG、JPG、PNG、GIF 格式的图片。支持从本地绝对路径或相对路径添加垫片图片。
fps
视频帧率,取值范围为 [1,30]。默认值为 1。