Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alfg/mp4
/ types & classes
Types & classes
26 in github.com/alfg/mp4
⨍
Functions
50
◇
Types & classes
26
↓ 1 callers
TypeAlias
Fixed16
Fixed16 is an 8.8 Fixed Point Decimal notation
atom/util.go:29
↓ 1 callers
TypeAlias
Fixed32
Fixed32 is a 16.16 Fixed Point Decimal notation
atom/util.go:40
Struct
Avc1Box
Avc1Box defines the avc1 box structure.
atom/avc1.go:4
Struct
Box
Box defines an Atom Box structure.
atom/box.go:85
Struct
EdtsBox
EdtsBox - Edit Box Box Type: edts Container: Track Box (trak) Mandatory: No Quantity: Zero or one
atom/edts.go:8
Struct
ElstBox
ElstBox - Edit List Box Box Type: elst Container: Edit Box (edts) Mandatory: No Quantity: Zero or one
atom/elst.go:12
Struct
FtypBox
FtypBox - File Type Box Box Type: ftyp Container: File Mandatory: Yes Quantity: Exactly one
atom/ftyp.go:13
Struct
HdlrBox
HdlrBox - Handler Reference Box Box Type: hdlr Container: Media Box (mdia) or Meta Box (meta) Mandatory: Yes Quantity: Exactly one
atom/hdlr.go:10
Struct
HmhdBox
HmhdBox - Hint Media Header Box Box Type: hmhd Container: Media Information Box (minf). Mandatory: Yes Quantity: Exactly one specific media header sha
atom/hmhd.go:12
Struct
MdatBox
MdatBox - Media Data Box Box Type: mdat Container: File Mandatory: No Quantity: Any number. A container box which can hold the actual media data for
atom/mdat.go:10
Struct
MdhdBox
MdhdBox - Media Header Box Box Type: mdhd Container: Media Box (mdia) Mandatory: Yes Quantity: Any number. The media header declares overall informat
atom/mdhd.go:16
Struct
MdiaBox
MdiaBox - Media Box Box Type: mdia Container: Track Box (trak) Mandatory: Yes Quantity: Exactly one. The media declaration container contains all the
atom/mdia.go:10
Struct
MinfBox
MinfBox - Media Information Box Box Type: minf Container: Media Box (mdia) Mandatory: Yes Quantity: Exactly one. This box contains all the objects th
atom/minf.go:11
Struct
MoovBox
MoovBox - Movie Box Box Type: moov Container: File Mandatory: Yes Quantity: Exactly one. The metadata for a presentation is stored in the single Movi
atom/moov.go:19
Struct
Mp4Reader
Mp4Reader defines an mp4 reader structure.
atom/box.go:16
Struct
MvhdBox
MvhdBox - Movie Header Box Box Type: mvhd Container: Movie Box (moov) Mandatory: Yes Quantity: Exactly one. This box defines overall information whic
atom/mvhd.go:15
Struct
StblBox
StblBox - Sample Table Box Box Type: stbl Container: Media Information Box (minf) Mandatory: Yes Quantity: Exactly one.
atom/stbl.go:8
Struct
StsdBox
StsdBox - Sample Description Box Box Type: stsd Container: Sample Table Box (stbl) Mandatory: Yes Quantity: Exactly one.
atom/stsd.go:12
Struct
SttsBox
SttsBox - Decoding Time to Sample Box Box Type: stts Container: Sample Table Box (stbl) Mandatory: Yes Quantity: Exactly one.
atom/stts.go:10
Struct
TkhdBox
TkhdBox - Track Header Box Box Type: tkhd Container: Track Box (trak) Mandatory: Yes Quantity: Exactly one.
atom/tkhd.go:12
Struct
TrakBox
TrakBox - Track Box Box Type: tkhd Container: Movie Box (moov) Mandatory: Yes Quantity: One or more.
atom/trak.go:8
Struct
UuidBox
UuidBox - Uuid Box Box Type: uuid
atom/uuid.go:9
Struct
VmhdBox
VmhdBox - Video Media Header Box Box Type: vmhd Container: Media Information Box (minf) Mandatory: Yes Quantity: Exactly one specific media header sha
atom/vmhd.go:10
Struct
elstEntry
atom/elst.go:19
Struct
response
examples/server_example/main.go:11
Interface
sizer
For Go <1.9.
examples/server_example/main.go:18