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

    Type Alias DecodingTimeSampleBeta

    sample

    type DecodingTimeSample = {
        sampleCount: number;
        sampleDelta: number;
    }
    Index

    Properties

    sampleCount: number

    A 32-bit integer that specifies the number of consecutive samples that have the same decoding time delta.

    sampleDelta: number

    A 32-bit integer that specifies the delta of the decoding time of each sample in the table.