[][src]Trait ffmpeg_next::util::frame::video::Component

pub unsafe trait Component {
    pub fn is_valid(format: Pixel) -> bool;
}

Required methods

pub fn is_valid(format: Pixel) -> bool[src]

Loading content...

Implementations on Foreign Types

impl Component for [u8; 3][src]

impl Component for (u8, u8, u8)[src]

impl Component for [u8; 4][src]

impl Component for (u8, u8, u8, u8)[src]

Loading content...

Implementors

Loading content...