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