Trait mp4::Mp4Box[][src]

pub trait Mp4Box: Sized {
    fn box_type(&self) -> BoxType;
fn box_size(&self) -> u64;
fn to_json(&self) -> Result<String>;
fn summary(&self) -> Result<String>; }

Required methods

fn box_type(&self) -> BoxType[src]

fn box_size(&self) -> u64[src]

fn to_json(&self) -> Result<String>[src]

fn summary(&self) -> Result<String>[src]

Loading content...

Implementors

Loading content...