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

Inheritance: AudioNode
Exibir arquivo Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
AudioBufferSourceNode System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
AudioBufferSourceNode ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
type AudioBufferSourceNodeEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

NoteGrainOn() public method

public NoteGrainOn ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
return void

NoteOff() public method

public NoteOff ( double when ) : void
when double
return void

NoteOn() public method

public NoteOn ( double when ) : void
when double
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
type AudioBufferSourceNodeEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( double when ) : void
when double
return void

Start() public method

public Start ( double when, double grainOffset ) : void
when double
grainOffset double
return void

Start() public method

public Start ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
return void

Stop() public method

public Stop ( ) : void
return void

Stop() public method

public Stop ( double when ) : void
when double
return void