Trait gstreamer_base::base_src::BaseSrcExtManual
source · pub trait BaseSrcExtManual:
Sealed
+ IsA<BaseSrc>
+ 'static {
// Provided methods
fn allocator(&self) -> (Option<Allocator>, AllocationParams) { ... }
fn segment(&self) -> Segment { ... }
fn query_latency(
&self,
) -> Result<(bool, Option<ClockTime>, Option<ClockTime>), BoolError> { ... }
fn src_pad(&self) -> &Pad { ... }
}
Provided Methods§
fn allocator(&self) -> (Option<Allocator>, AllocationParams)
fn segment(&self) -> Segment
fn query_latency( &self, ) -> Result<(bool, Option<ClockTime>, Option<ClockTime>), BoolError>
fn src_pad(&self) -> &Pad
Object Safety§
This trait is not object safe.