interface ThumbnailTrack {
    url: string;
}

Properties

Properties

url: string

The URL to the associated file.

Generated using TypeDoc