Struct adder_codec_rs::transcoder::source::framed_source::FramedSourceBuilder
source · [−]pub struct FramedSourceBuilder { /* private fields */ }
Implementations
sourceimpl FramedSourceBuilder
impl FramedSourceBuilder
pub fn new(
input_filename: String,
source_camera: SourceCamera
) -> FramedSourceBuilder
pub fn output_events_filename(
self,
output_events_filename: String
) -> FramedSourceBuilder
pub fn frame_start(self, frame_idx_start: u32) -> FramedSourceBuilder
pub fn time_parameters(
self,
ref_time: DeltaT,
tps: DeltaT,
delta_t_max: DeltaT
) -> FramedSourceBuilder
pub fn contrast_thresholds(
self,
c_thresh_pos: u8,
c_thresh_neg: u8
) -> FramedSourceBuilder
pub fn scale(self, scale: f64) -> FramedSourceBuilder
pub fn skip_interval(self, frame_skip_interval: u8) -> FramedSourceBuilder
pub fn color(self, color_input: bool) -> FramedSourceBuilder
pub fn communicate_events(self, communicate_events: bool) -> FramedSourceBuilder
pub fn show_display(self, show_display_b: bool) -> FramedSourceBuilder
pub fn finish(self) -> FramedSource
Auto Trait Implementations
impl RefUnwindSafe for FramedSourceBuilder
impl Send for FramedSourceBuilder
impl Sync for FramedSourceBuilder
impl Unpin for FramedSourceBuilder
impl UnwindSafe for FramedSourceBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more