fn get_allocator(&self) -> (Option<Allocator>, AllocationParams)
fn get_segment(&self) -> Segment
fn start_complete(&self, ret: Result<FlowSuccess, FlowError>)
fn start_wait(&self) -> Result<FlowSuccess, FlowError>
fn wait_playing(&self) -> Result<FlowSuccess, FlowError>
fn query_latency(&self) -> Result<(bool, ClockTime, ClockTime), BoolError>
fn new_segment(&self, segment: &Segment) -> Result<(), BoolError>
impl<O: IsA<BaseSrc>> BaseSrcExtManual for O
[src]fn get_allocator(&self) -> (Option<Allocator>, AllocationParams)
[src]fn get_segment(&self) -> Segment
[src]fn start_complete(&self, ret: Result<FlowSuccess, FlowError>)
[src]fn start_wait(&self) -> Result<FlowSuccess, FlowError>
[src]fn wait_playing(&self) -> Result<FlowSuccess, FlowError>
[src]fn query_latency(&self) -> Result<(bool, ClockTime, ClockTime), BoolError>
[src]fn new_segment(&self, segment: &Segment) -> Result<(), BoolError>
[src]