Struct video_timecode::FrameRate5994
[−]
[src]
pub struct FrameRate5994;
Trait Implementations
impl Debug for FrameRate5994[src]
impl PartialEq for FrameRate5994[src]
fn eq(&self, __arg_0: &FrameRate5994) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl FrameRate for FrameRate5994[src]
const DROP_FRAME: bool
DROP_FRAME: bool = true
const FPS_FLOAT: f32
FPS_FLOAT: f32 = (60000f32 / 1001f32) as f32
const FPS_INT: u32
FPS_INT: u32 = 60
const MAX_FRAMES: u32
MAX_FRAMES: u32 = 86400 * 60 - 144 * 36
fn calculate_frame_number(
hour: u32,
minute: u32,
second: u32,
frame: u32
) -> Option<u32>[src]
hour: u32,
minute: u32,
second: u32,
frame: u32
) -> Option<u32>