pub trait RTPBaseDepayloadExtManual:
Sealed
+ IsA<RTPBaseDepayload>
+ 'static {
// Provided methods
fn extensions(&self) -> Vec<RTPHeaderExtension> { ... }
fn connect_extensions_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn sink_pad(&self) -> &Pad { ... }
fn src_pad(&self) -> &Pad { ... }
}
Provided Methods§
fn extensions(&self) -> Vec<RTPHeaderExtension>
fn connect_extensions_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn sink_pad(&self) -> &Pad
fn src_pad(&self) -> &Pad
Object Safety§
This trait is not object safe.