Trait gstreamer_base::prelude::BaseSrcExtManual  [−][src]
pub trait BaseSrcExtManual: 'static {
    fn allocator(&self) -> (Option<Allocator>, AllocationParams);
    fn segment(&self) -> Segment;
    fn query_latency(
        &self
    ) -> Result<(bool, Option<ClockTime>, Option<ClockTime>), BoolError>;
    fn new_segment(&self, segment: &Segment) -> Result<(), BoolError>;
}