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

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

Private Properties

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

Méthodes publiques

Méthode Description
AddEventListener ( PannerNodeEvents type, Action listener ) : void
AddEventListener ( PannerNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( PannerNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( PannerNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( PannerNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( PannerNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( PannerNodeEvents type, IEventListener listener ) : void
AddEventListener ( PannerNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( PannerNodeEvents type, Action listener ) : void
RemoveEventListener ( PannerNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( PannerNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( PannerNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( PannerNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( PannerNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( PannerNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( PannerNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SetOrientation ( double x, double y, double z ) : void
SetPosition ( double x, double y, double z ) : void
SetVelocity ( double x, double y, double z ) : void

Private Methods

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

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

SetOrientation() public méthode

public SetOrientation ( double x, double y, double z ) : void
x double
y double
z double
Résultat void

SetPosition() public méthode

public SetPosition ( double x, double y, double z ) : void
x double
y double
z double
Résultat void

SetVelocity() public méthode

public SetVelocity ( double x, double y, double z ) : void
x double
y double
z double
Résultat void