Interface ClosedCaptionFile

Represents metadata of a closed caption for a media file with ad content.


- This metadata is retrieved from the VAST file.

interface ClosedCaptionFile {
    contentURL: string;
    language: string;
    type: string;
}

Properties

contentURL: string

The URI of the file providing Closed Caption info for the media file.

language: string

The language of the Closed Caption file using ISO 631-1 codes. An optional locale suffix can also be provided.

"en", "en-US", "zh-TW"

type: string

The MIME type for the file.