[−][src]Type Definition opencv::types::PtrOfVideoWriter
type PtrOfVideoWriter = Ptr<dyn VideoWriter>;
type PtrOfVideoWriter = Ptr<dyn VideoWriter>;
impl PtrOfVideoWriter[src]pub fn as_raw_PtrOfVideoWriter(&self) -> *const c_void[src]pub fn as_raw_mut_PtrOfVideoWriter(&mut self) -> *mut c_void[src]impl VideoWriter for PtrOfVideoWriter[src]fn as_raw_VideoWriter(&self) -> *const c_void[src]fn as_raw_mut_VideoWriter(&mut self) -> *mut c_void[src]fn write(&mut self, frame: &dyn ToInputArray, last_frame: bool) -> Result<()>[src]fn get_encoder_params(&self) -> Result<EncoderParams>[src]