Options specific to the File component

Export

ComponentOptionsFile

interface ComponentOptionsFile {
    filePath: string;
    framerate?: null | number;
}

Properties

Properties

filePath: string

Path to track file. Must be either OPUS encapsulated in Ogg or raw h264

Memberof

ComponentOptionsFile

framerate?: null | number

Framerate of video in a file. It is only valid for video track

Memberof

ComponentOptionsFile