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 AppSinkCallbacksBuilderimpl Send for AppSinkCallbacksBuilderimpl !Sync for AppSinkCallbacksBuilderimpl Unpin for AppSinkCallbacksBuilderimpl !UnwindSafe for AppSinkCallbacksBuilder