pub(crate) trait AudioNodeCommon {
    // Required methods
    fn channel_info(&self) -> &ChannelInfo;
    fn channel_info_mut(&mut self) -> &mut ChannelInfo;
}

Required Methods§

Implementors§