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

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

Private Properties

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

Méthodes publiques

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

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( AudioChannelManagerEvents type, IEventListener listener, bool capture ) : void
type AudioChannelManagerEvents
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 ( AudioChannelManagerEvents type, Action listener ) : void
type AudioChannelManagerEvents
listener Action
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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