pub struct StreamSenderAdapter { /* private fields */ }
Expand description
Video Audio Streaming Send Processing
Because the receiver will normally join the stream in the middle of the stream, and in the face of this situation, it is necessary to process the sps and pps as well as the key frame information.
Implementations§
Trait Implementations§
Source§impl Default for StreamSenderAdapter
impl Default for StreamSenderAdapter
Source§fn default() -> StreamSenderAdapter
fn default() -> StreamSenderAdapter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for StreamSenderAdapter
impl !RefUnwindSafe for StreamSenderAdapter
impl Send for StreamSenderAdapter
impl Sync for StreamSenderAdapter
impl Unpin for StreamSenderAdapter
impl UnwindSafe for StreamSenderAdapter
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