pub type SmhdBox = MP4Box<FullBox<Smhd, u32>>;
pub struct SmhdBox { pub inner: FullBox<Smhd, u32>, }
inner: FullBox<Smhd, u32>