pub trait AudioDestinationNodeMethods<D>
where D: DomTypes,
{ // Required method fn MaxChannelCount(&self) -> u32; }

Required Methods§

Implementors§