Struct video_timecode::FrameRate2997
[−]
[src]
pub struct FrameRate2997;
Trait Implementations
impl Debug for FrameRate2997[src]
impl PartialEq for FrameRate2997[src]
fn eq(&self, __arg_0: &FrameRate2997) -> 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 FrameRate2997[src]
const DROP_FRAME: bool
DROP_FRAME: bool = true
const FPS_FLOAT: f32
FPS_FLOAT: f32 = (30000f32 / 1001f32) as f32
const FPS_INT: u32
FPS_INT: u32 = 30
const MAX_FRAMES: u32
MAX_FRAMES: u32 = 86400 * 30 - 144 * 18
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>