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

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

Private Properties

Свойство Type Description
BiquadFilterNode System.Collections.TypedArrays

Méthodes publiques

Méthode Description
AddEventListener ( BiquadFilterNodeEvents type, Action listener ) : void
AddEventListener ( BiquadFilterNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( BiquadFilterNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( BiquadFilterNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( BiquadFilterNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( BiquadFilterNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( BiquadFilterNodeEvents type, IEventListener listener ) : void
AddEventListener ( BiquadFilterNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetFrequencyResponse ( Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, Action listener ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( BiquadFilterNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( BiquadFilterNodeEvents 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
BiquadFilterNode ( ) : System.Collections.TypedArrays

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

GetFrequencyResponse() public méthode

public GetFrequencyResponse ( Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse ) : void
frequencyHz Float32Array
magResponse Float32Array
phaseResponse Float32Array
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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