pub trait GetDroppedFramesOutput: Sized {
    fn get_dropped_frames(&mut self) -> i32;
}

Required Methods

Implementors