Trait video_timecode::FrameRate [] [src]

pub trait FrameRate {
    fn as_tuple() -> (u16, u16);
}

Trait describing frame rates.

Required Methods

Implementors