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

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
AudioNode System.Runtime.CompilerServices

Méthodes publiques

Méthode 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

Méthode Description
AudioNode ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, Action listener ) : void
type AudioNodeEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
type AudioNodeEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
type AudioNodeEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioNodeEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioNodeEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, IEventListener listener ) : void
type AudioNodeEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
type AudioNodeEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

Connect() public méthode

public Connect ( AudioNode destination ) : void
destination AudioNode
Résultat void

Connect() public méthode

public Connect ( AudioNode destination, int output ) : void
destination AudioNode
output int
Résultat void

Connect() public méthode

public Connect ( AudioNode destination, int output, int input ) : void
destination AudioNode
output int
input int
Résultat void

Connect() public méthode

public Connect ( AudioParam destination ) : void
destination AudioParam
Résultat void

Connect() public méthode

public Connect ( AudioParam destination, int output ) : void
destination AudioParam
output int
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( int output ) : void
output int
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, Action listener ) : void
type AudioNodeEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
type AudioNodeEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
type AudioNodeEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioNodeEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioNodeEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, IEventListener listener ) : void
type AudioNodeEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
type AudioNodeEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void