C# Class System.Html.Media.Audio.AudioDestinationNode

Inheritance: AudioNode
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
AudioDestinationNode System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( AudioDestinationNodeEvents type, Action listener ) : void
AddEventListener ( AudioDestinationNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener ) : void
AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, Action listener ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( AudioDestinationNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
AudioDestinationNode ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, Action listener ) : void
type AudioDestinationNodeEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, Action listener, bool capture ) : void
type AudioDestinationNodeEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener ) : void
type AudioDestinationNodeEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( AudioDestinationNodeEvents type, IEventListener listener, bool capture ) : void
type AudioDestinationNodeEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, Action listener ) : void
type AudioDestinationNodeEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, Action listener, bool capture ) : void
type AudioDestinationNodeEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioDestinationNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, IEventListener listener ) : void
type AudioDestinationNodeEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioDestinationNodeEvents type, IEventListener listener, bool capture ) : void
type AudioDestinationNodeEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void