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>
impl<O: IsA<BaseSrc>> BaseSrcExtManual for O
[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]