@svta/common-media-library
    Preparing search index...

    Type Alias DecodingTimeToSampleBoxBeta

    DecodingTimeToSampleBox: FullBox & {
        entries: DecodingTimeSample[];
        entryCount: number;
    }

    ISO/IEC 14496-12:2012 - 8.6.1.2 Decoding Time To Sample Box

    Type declaration

    • entries: DecodingTimeSample[]

      An array of decoding time-to-sample entries.

    • entryCount: number

      A 32-bit integer that specifies the number of entries in the decoding time-to-sample table.