pub struct SrtCaller { /* private fields */ }Available on crate features
ingest and srt only.Expand description
Pushes an MPEG-TS feed to a remote SRT listener in caller mode.
Implementations§
Auto Trait Implementations§
impl Freeze for SrtCaller
impl RefUnwindSafe for SrtCaller
impl Send for SrtCaller
impl Sync for SrtCaller
impl Unpin for SrtCaller
impl UnsafeUnpin for SrtCaller
impl UnwindSafe for SrtCaller
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