pub struct AudioDestinationNode { /* private fields */ }Implementations§
Source§impl AudioDestinationNode
impl AudioDestinationNode
pub fn max_channel_count(&self) -> usize
Source§impl AudioDestinationNode
impl AudioDestinationNode
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 AudioDestinationNode
impl Clone for AudioDestinationNode
Source§fn clone(&self) -> AudioDestinationNode
fn clone(&self) -> AudioDestinationNode
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 AudioDestinationNode
impl RefUnwindSafe for AudioDestinationNode
impl Send for AudioDestinationNode
impl Sync for AudioDestinationNode
impl Unpin for AudioDestinationNode
impl UnsafeUnpin for AudioDestinationNode
impl UnwindSafe for AudioDestinationNode
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