Type Alias MediaHeaderBoxBeta

MediaHeaderBox: FullBox & {
    creationTime: number;
    duration: number;
    language: string;
    modificationTime: number;
    preDefined: number;
    timescale: number;
}

ISO/IEC 14496-12:2012 - 8.4.2 Media Header Box

Type declaration

  • creationTime: number

    A 32-bit integer that specifies the creation time of the media in this track.

  • duration: number

    A time value that indicates the duration of this media.

  • language: string

    A 16-bit integer that specifies the language code for this media.

  • modificationTime: number

    A 32-bit integer that specifies the most recent time the media in this track was modified.

  • preDefined: number

    A 16-bit value that is reserved for use in other specifications.

  • timescale: number

    A time value that indicates the time-scale for this media; this is the number of time units that pass in one second.