Struct video_timecode::FrameRate24 [] [src]

pub struct FrameRate24;

Trait Implementations

impl Debug for FrameRate24
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FrameRate24
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl FrameRate for FrameRate24
[src]

FPS: u32 = 24

DROP_FRAME: bool = false

FPS_FLOAT: f32 = <Self>::FPS as f32

MAX_FRAMES: u32 = 86400 * <Self>::FPS

[src]

Given the elements of a timecode, calculate the frame offset from zero.

[src]

Given a frame number, calculate the fields for a time code.