Trait mp4ameta::Ident[][src]

pub trait Ident {
    fn fourcc(&self) -> Option<Fourcc>;
fn freeform(&self) -> Option<FreeformIdent<'_>>; }

A trait providing information about an identifier.

Required methods

fn fourcc(&self) -> Option<Fourcc>[src]

Returns a 4 byte atom identifier.

fn freeform(&self) -> Option<FreeformIdent<'_>>[src]

Returns a freeform identifier.

Loading content...

Implementors

Loading content...