pub trait AudioDestinationNodeMethods {
    // Required method
    fn MaxChannelCount(&self) -> u32;
}

Required Methods§

Implementors§