pub struct ChannelSplitterNode { /* private fields */ }Implementations§
Source§impl ChannelSplitterNode
impl ChannelSplitterNode
pub fn channel_count(&self) -> usize
pub fn channel_count_mode(&self) -> ChannelCountMode
pub fn channel_interpretation(&self) -> ChannelInterpretation
pub fn try_set_channel_config( &self, channel_count: usize, channel_count_mode: ChannelCountMode, channel_interpretation: ChannelInterpretation, ) -> Result<(), GraphError>
Trait Implementations§
Source§impl Clone for ChannelSplitterNode
impl Clone for ChannelSplitterNode
Source§fn clone(&self) -> ChannelSplitterNode
fn clone(&self) -> ChannelSplitterNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ChannelSplitterNode
impl RefUnwindSafe for ChannelSplitterNode
impl Send for ChannelSplitterNode
impl Sync for ChannelSplitterNode
impl Unpin for ChannelSplitterNode
impl UnsafeUnpin for ChannelSplitterNode
impl UnwindSafe for ChannelSplitterNode
Blanket Implementations§
impl<T> AudioNodeHandle for Twhere
T: AudioNodeHandlePrivate + ?Sized,
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