pub struct CommandSequence { /* private fields */ }Expand description
OBS/Twitch command sequence helper
Many streaming platforms expect a specific command sequence:
- connect -> _result
- releaseStream (optional)
- FCPublish
- createStream -> _result
- publish -> onStatus
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandSequence
impl RefUnwindSafe for CommandSequence
impl Send for CommandSequence
impl Sync for CommandSequence
impl Unpin for CommandSequence
impl UnwindSafe for CommandSequence
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