pub type StsdBox = MP4Box<FullBox<Stsd, u32>>;
pub struct StsdBox { pub inner: FullBox<Stsd, u32>, }
inner: FullBox<Stsd, u32>