pub type SttsBox = MP4Box<FullBox<Stts, u32>>;
pub struct SttsBox { pub inner: FullBox<Stts, u32>, }
inner: FullBox<Stts, u32>