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

Inheritance: AudioNode
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Méthodes publiques

Méthode Description
AddEventListener ( MediaElementAudioSourceNodeEvents type, Action listener ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, IEventListener listener ) : void
AddEventListener ( MediaElementAudioSourceNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, Action listener ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( MediaElementAudioSourceNodeEvents 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
MediaElementAudioSourceNode ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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