public void AddEventListener(AudioChannelManagerEvents type, Action listener) { }
public void RemoveEventListener(AudioChannelManagerEvents type, IEventListener listener, bool capture) { }
public void RemoveEventListener(AudioChannelManagerEvents type, HtmlEventHandlerWithTarget <AudioChannelManager> listener, bool capture) { }
public void RemoveEventListener(AudioChannelManagerEvents type, IEventListener listener) { }
public void AddEventListener(AudioChannelManagerEvents type, HtmlEventHandlerWithTarget <AudioChannelManager> listener) { }
public void RemoveEventListener(AudioChannelManagerEvents type, HtmlEventHandler listener) { }
public void AddEventListener(AudioChannelManagerEvents type, Action listener, bool capture) { }
public void AddEventListener(AudioChannelManagerEvents type, HtmlEventHandler listener, bool capture) { }
public void RemoveEventListener(AudioChannelManagerEvents type, Action listener, bool capture) { }
public void AddEventListener(AudioChannelManagerEvents type, IEventListener listener, bool capture) { }
public void AddEventListener(AudioChannelManagerEvents type, IEventListener listener) { }
public void AddEventListener(AudioChannelManagerEvents type, HtmlEventHandlerWithTarget<AudioChannelManager> listener, bool capture) { }