mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-05-09 15:31:07 +08:00
11 lines
180 B
Go
11 lines
180 B
Go
package box
|
|
|
|
type SampleTable struct {
|
|
STTS *TimeToSampleBox
|
|
CTTS *CompositionOffsetBox
|
|
STSC *SampleToChunkBox
|
|
STSZ *SampleSizeBox
|
|
STCO *ChunkOffsetBox
|
|
STSS *SyncSampleBox
|
|
}
|