pub struct RtmpRelay { /* private fields */ }Available on crate features
ingest and rtmp only.Expand description
Pushes a local stream to an upstream RTMP server.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RtmpRelay
impl !UnwindSafe for RtmpRelay
impl Freeze for RtmpRelay
impl Send for RtmpRelay
impl Sync for RtmpRelay
impl Unpin for RtmpRelay
impl UnsafeUnpin for RtmpRelay
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