Trait opencv::prelude::EncoderCallbackConst
source · pub trait EncoderCallbackConst {
fn as_raw_EncoderCallback(&self) -> *const c_void;
}
Expand description
Interface for encoder callbacks.
User can implement own multiplexing by implementing this interface.