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