1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2025-01-07 02:35:26 +00:00

expose TrakBox

This commit is contained in:
Stuart Woodbury 2023-07-07 10:49:49 -04:00
parent 55875d72de
commit 1101df41bb

View file

@ -110,6 +110,7 @@ pub use emsg::EmsgBox;
pub use ftyp::FtypBox; pub use ftyp::FtypBox;
pub use moof::MoofBox; pub use moof::MoofBox;
pub use moov::MoovBox; pub use moov::MoovBox;
pub use trak::TrakBox;
pub const HEADER_SIZE: u64 = 8; pub const HEADER_SIZE: u64 = 8;
// const HEADER_LARGE_SIZE: u64 = 16; // const HEADER_LARGE_SIZE: u64 = 16;