Trait FullBox

Source
pub trait FullBox: BaseBox {
    // Required methods
    fn full_box_version(&self) -> u8;
    fn full_box_flags(&self) -> FullBoxFlags;
}
Expand description

フルボックスを表すトレイト

Required Methods§

Source

fn full_box_version(&self) -> u8

フルボックスのバージョンを返す

Source

fn full_box_flags(&self) -> FullBoxFlags

フルボックスのフラグを返す

Implementors§