pub trait RTSPMediaExtManual: Sealed + IsA<RTSPMedia> + 'static {
// Provided method
fn take_pipeline(&self, pipeline: impl IsA<Pipeline>) { ... }
}
Provided Methods§
sourcefn take_pipeline(&self, pipeline: impl IsA<Pipeline>)
fn take_pipeline(&self, pipeline: impl IsA<Pipeline>)
Set pipeline
as the gst::Pipeline
for self
. Ownership is
taken of pipeline
.
§pipeline
Object Safety§
This trait is not object safe.