Struct gstreamer_app::app_src::AppSrcCallbacksBuilder [−][src]
pub struct AppSrcCallbacksBuilder { /* fields omitted */ }
Implementations
impl AppSrcCallbacksBuilder
[src]
impl AppSrcCallbacksBuilder
[src]pub fn need_data<F: FnMut(&AppSrc, u32) + Send + 'static>(
self,
need_data: F
) -> Self
[src]
self,
need_data: F
) -> Self
pub fn enough_data<F: Fn(&AppSrc) + Send + Sync + 'static>(
self,
enough_data: F
) -> Self
[src]
self,
enough_data: F
) -> Self
pub fn seek_data<F: Fn(&AppSrc, u64) -> bool + Send + Sync + 'static>(
self,
seek_data: F
) -> Self
[src]
self,
seek_data: F
) -> Self