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