pub struct StreamReceiverAdapter { /* private fields */ }
Expand description
Video Audio Streaming Receiver Processing
The main purpose is to deal with cases where packet loss occurs at the receiver side, since the SRT communication protocol does not completely guarantee no packet loss.
Implementations§
Trait Implementations§
Source§impl Default for StreamReceiverAdapter
impl Default for StreamReceiverAdapter
Source§fn default() -> StreamReceiverAdapter
fn default() -> StreamReceiverAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StreamReceiverAdapter
impl !RefUnwindSafe for StreamReceiverAdapter
impl Send for StreamReceiverAdapter
impl Sync for StreamReceiverAdapter
impl Unpin for StreamReceiverAdapter
impl UnwindSafe for StreamReceiverAdapter
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