pub struct DefaultRtpSenderBitrateHandler;Implementations§
Trait Implementations§
Source§impl RtpSenderInterceptor for DefaultRtpSenderBitrateHandler
impl RtpSenderInterceptor for DefaultRtpSenderBitrateHandler
fn on_rtcp_received<'life0, 'life1, 'async_trait>(
&'life0 self,
packet: &'life1 RtcpPacket,
_transport: Arc<RtpTransport>,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn on_packet_sent<'life0, 'life1, 'async_trait>(
&'life0 self,
_packet: &'life1 RtpPacket,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
fn as_nack_stats(self: Arc<Self>) -> Option<Arc<dyn NackStats>>
Auto Trait Implementations§
impl Freeze for DefaultRtpSenderBitrateHandler
impl RefUnwindSafe for DefaultRtpSenderBitrateHandler
impl Send for DefaultRtpSenderBitrateHandler
impl Sync for DefaultRtpSenderBitrateHandler
impl Unpin for DefaultRtpSenderBitrateHandler
impl UnwindSafe for DefaultRtpSenderBitrateHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more