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

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
AudioNode System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( AudioNodeEvents type, Action listener ) : void
AddEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, IEventListener listener ) : void
AddEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Connect ( AudioNode destination ) : void
Connect ( AudioNode destination, int output ) : void
Connect ( AudioNode destination, int output, int input ) : void
Connect ( AudioParam destination ) : void
Connect ( AudioParam destination, int output ) : void
Disconnect ( ) : void
Disconnect ( int output ) : void
RemoveEventListener ( AudioNodeEvents type, Action listener ) : void
RemoveEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
AudioNode ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
type AudioNodeEvents
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

Connect() public method

public Connect ( AudioNode destination ) : void
destination AudioNode
return void

Connect() public method

public Connect ( AudioNode destination, int output ) : void
destination AudioNode
output int
return void

Connect() public method

public Connect ( AudioNode destination, int output, int input ) : void
destination AudioNode
output int
input int
return void

Connect() public method

public Connect ( AudioParam destination ) : void
destination AudioParam
return void

Connect() public method

public Connect ( AudioParam destination, int output ) : void
destination AudioParam
output int
return void

Disconnect() public method

public Disconnect ( ) : void
return void

Disconnect() public method

public Disconnect ( int output ) : void
output int
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
type AudioNodeEvents
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