Trait video_timecode::FrameRate
[−]
[src]
pub trait FrameRate { const DROP_FRAME: bool; const FPS_FLOAT: f32; const FPS_INT: u32; fn calculate_frame_number(
hour: u32,
minute: u32,
second: u32,
frame: u32
) -> Option<u32> { ... } }
Trait describing frame rates.
Associated Constants
Provided Methods
Implementors
impl FrameRate for FrameRate24
impl FrameRate for FrameRate25
impl FrameRate for FrameRate30
impl FrameRate for FrameRate50
impl FrameRate for FrameRate60
impl FrameRate for FrameRate2398
impl FrameRate for FrameRate2997
impl FrameRate for FrameRate5994