Skip to main content

Module sample_table

Module sample_table 

Source
Expand description

ISO Base Media File Format sample table abstractions.

Models the stbl box family (stts, stsc, stsz, stco, stss) providing sample-to-chunk, sample-size, chunk-offset, and sync-sample look-ups required for random access into MP4/MOV containers.

Structs§

SampleTable
Complete sample table for one track.
SampleToChunkEntry
Sample-to-chunk entry (stsc box row).
TimeToSampleEntry
Time-to-sample entry (stts box row).

Enums§

SampleSizeMode
How sample sizes are stored.