Trait video_timecode::FrameRate [] [src]

pub trait FrameRate {
    const FPS: u32;
    const DROP_FRAME: bool;
}

Trait describing frame rates.

Associated Constants

Implementors