Struct adder_codec_rs::transcoder::source::video::VideoStateParams
source · pub struct VideoStateParams {
pub pixel_multi_mode: PixelMultiMode,
pub delta_t_max: u32,
pub ref_time: u32,
/* private fields */
}
Fields§
§pixel_multi_mode: PixelMultiMode
§delta_t_max: u32
The maximum time difference between events of the same pixel, in ticks
ref_time: u32
The reference time in ticks
Trait Implementations§
source§impl Debug for VideoStateParams
impl Debug for VideoStateParams
Auto Trait Implementations§
impl RefUnwindSafe for VideoStateParams
impl Send for VideoStateParams
impl Sync for VideoStateParams
impl Unpin for VideoStateParams
impl UnwindSafe for VideoStateParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more