pub type TfdtBox = MP4Box<FullBox<Tfdt, u32>>;
pub struct TfdtBox { pub inner: FullBox<Tfdt, u32>, }
inner: FullBox<Tfdt, u32>