ImageTrackOptions

Settings options for filler image.

export class ImageTrackOptions {

  imageUrl?: string;

  fps?: number;
}

Properties

imageUrl
URL of the filler image. Currently supports JPEG, JPG, PNG, and GIF formats. You can add filler images from local absolute or relative paths.
fps
Video frame rate. Value range: [1,30]. Default is 1.