pub struct JackOutputSourceUpdater<'a> { /* private fields */ }Available on Linux only.
Expand description
Used to update the source this updater was created from. For more details look at docs for the corresponding builder.
Implementations§
Source§impl<'a> JackOutputSourceUpdater<'a>
impl<'a> JackOutputSourceUpdater<'a>
Sourcepub fn set_start_jack<T: Into<ObsString> + Sync + Send>(
self,
start_jack: T,
) -> Self
pub fn set_start_jack<T: Into<ObsString> + Sync + Send>( self, start_jack: T, ) -> Self
Whether the JACK server should start when the source is created
pub fn set_channels(self, channels: i64) -> Self
Trait Implementations§
Source§impl<'a> ObsObjectUpdater<'a> for JackOutputSourceUpdater<'a>
impl<'a> ObsObjectUpdater<'a> for JackOutputSourceUpdater<'a>
Auto Trait Implementations§
impl<'a> Freeze for JackOutputSourceUpdater<'a>
impl<'a> RefUnwindSafe for JackOutputSourceUpdater<'a>
impl<'a> Send for JackOutputSourceUpdater<'a>
impl<'a> Sync for JackOutputSourceUpdater<'a>
impl<'a> Unpin for JackOutputSourceUpdater<'a>
impl<'a> !UnwindSafe for JackOutputSourceUpdater<'a>
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