pub type StscBox = MP4Box<FullBox<Stsc, u32>>;
pub struct StscBox { pub inner: FullBox<Stsc, u32>, }
inner: FullBox<Stsc, u32>