pub enum ShellMixerStreamSourcePair {
Stream0_1,
Stream2_3,
Stream4_5,
Stream6_7,
Stream8_9,
Stream10_11,
Stream12_13,
}
Expand description
Stereo pair of audio data channels in isochronous packet stream available as single source of mixer.
Variants§
Stream0_1
1st pair of audio data channels.
Stream2_3
2nd pair of audio data channels.
Stream4_5
3rd pair of audio data channels.
Stream6_7
4th pair of audio data channels.
Stream8_9
5th pair of audio data channels.
Stream10_11
6th pair of audio data channels.
Stream12_13
7th pair of audio data channels.
Trait Implementations§
Source§impl AsMut<ShellMixerStreamSourcePair> for ItwinConfig
impl AsMut<ShellMixerStreamSourcePair> for ItwinConfig
Source§fn as_mut(&mut self) -> &mut ShellMixerStreamSourcePair
fn as_mut(&mut self) -> &mut ShellMixerStreamSourcePair
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<ShellMixerStreamSourcePair> for KliveConfig
impl AsMut<ShellMixerStreamSourcePair> for KliveConfig
Source§fn as_mut(&mut self) -> &mut ShellMixerStreamSourcePair
fn as_mut(&mut self) -> &mut ShellMixerStreamSourcePair
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerStreamSourcePair> for ItwinConfig
impl AsRef<ShellMixerStreamSourcePair> for ItwinConfig
Source§fn as_ref(&self) -> &ShellMixerStreamSourcePair
fn as_ref(&self) -> &ShellMixerStreamSourcePair
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<ShellMixerStreamSourcePair> for KliveConfig
impl AsRef<ShellMixerStreamSourcePair> for KliveConfig
Source§fn as_ref(&self) -> &ShellMixerStreamSourcePair
fn as_ref(&self) -> &ShellMixerStreamSourcePair
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ShellMixerStreamSourcePair
impl Clone for ShellMixerStreamSourcePair
Source§fn clone(&self) -> ShellMixerStreamSourcePair
fn clone(&self) -> ShellMixerStreamSourcePair
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShellMixerStreamSourcePair
impl Debug for ShellMixerStreamSourcePair
Source§impl Default for ShellMixerStreamSourcePair
impl Default for ShellMixerStreamSourcePair
impl Copy for ShellMixerStreamSourcePair
impl Eq for ShellMixerStreamSourcePair
impl StructuralPartialEq for ShellMixerStreamSourcePair
Auto Trait Implementations§
impl Freeze for ShellMixerStreamSourcePair
impl RefUnwindSafe for ShellMixerStreamSourcePair
impl Send for ShellMixerStreamSourcePair
impl Sync for ShellMixerStreamSourcePair
impl Unpin for ShellMixerStreamSourcePair
impl UnwindSafe for ShellMixerStreamSourcePair
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