Properties specific to the File component

Export

ComponentPropertiesFile

interface ComponentPropertiesFile {
    filePath: string;
    framerate: null | number;
}

Properties

Properties

filePath: string

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

Memberof

ComponentPropertiesFile

framerate: null | number

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

Memberof

ComponentPropertiesFile