pub struct StreamMultiReceiverAdapter { /* 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 StreamMultiReceiverAdapter
impl Default for StreamMultiReceiverAdapter
Source§fn default() -> StreamMultiReceiverAdapter
fn default() -> StreamMultiReceiverAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StreamMultiReceiverAdapter
impl !RefUnwindSafe for StreamMultiReceiverAdapter
impl Send for StreamMultiReceiverAdapter
impl Sync for StreamMultiReceiverAdapter
impl Unpin for StreamMultiReceiverAdapter
impl UnwindSafe for StreamMultiReceiverAdapter
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