Type Alias DecodingTimeSampleBeta

DecodingTimeSample: { sampleCount: number; sampleDelta: number }

sample

Type declaration

  • 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.