Struct mp4parse::Mp4BoxHeader
[−]
[src]
pub struct Mp4BoxHeader {
pub name: u32,
pub size: u64,
}Basic ISO box structure.
Fields
name: u32
Four character box type
size: u64
Size of the box in bytes