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

    Type Alias SampleToChunkEntryBeta

    Sample to Chunk Entry

    type SampleToChunkEntry = {
        firstChunk: number;
        sampleDescriptionIndex: number;
        samplesPerChunk: number;
    }
    Index

    Properties

    firstChunk: number
    sampleDescriptionIndex: number
    samplesPerChunk: number