mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +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
|
|
}
|