Function gstreamer_video::convert_sample_async_local [−][src]
pub fn convert_sample_async_local<F>(
sample: &Sample,
caps: &Caps,
timeout: ClockTime,
func: F
) where
F: FnOnce(Result<Sample, Error>) + Send + 'static,