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

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

Private Properties

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

Méthodes publiques

Méthode Description
AddEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
NoteGrainOn ( double when, double grainOffset, double grainDuration ) : void
NoteOff ( double when ) : void
NoteOn ( double when ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Start ( ) : void
Start ( double when ) : void
Start ( double when, double grainOffset ) : void
Start ( double when, double grainOffset, double grainDuration ) : void
Stop ( ) : void
Stop ( double when ) : void

Private Methods

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

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

NoteGrainOn() public méthode

public NoteGrainOn ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
Résultat void

NoteOff() public méthode

public NoteOff ( double when ) : void
when double
Résultat void

NoteOn() public méthode

public NoteOn ( double when ) : void
when double
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

public Start ( double when ) : void
when double
Résultat void

Start() public méthode

public Start ( double when, double grainOffset ) : void
when double
grainOffset double
Résultat void

Start() public méthode

public Start ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Stop() public méthode

public Stop ( double when ) : void
when double
Résultat void