Struct gstreamer_app::app_sink::AppSinkCallbacksBuilder [−][src]
pub struct AppSinkCallbacksBuilder { /* fields omitted */ }
Implementations
pub fn new_preroll<F: FnMut(&AppSink) -> Result<FlowSuccess, FlowError> + Send + 'static>(
self,
new_preroll: F
) -> Self
[src]pub fn new_sample<F: FnMut(&AppSink) -> Result<FlowSuccess, FlowError> + Send + 'static>(
self,
new_sample: F
) -> Self
[src]Auto Trait Implementations
impl !RefUnwindSafe for AppSinkCallbacksBuilder
impl Send for AppSinkCallbacksBuilder
impl !Sync for AppSinkCallbacksBuilder
impl Unpin for AppSinkCallbacksBuilder
impl !UnwindSafe for AppSinkCallbacksBuilder