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

Inheritance: AudioContext
Mostrar archivo Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
OfflineAudioContext System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( OfflineAudioContextEvents type, Action listener ) : void
AddEventListener ( OfflineAudioContextEvents type, Action listener, bool capture ) : void
AddEventListener ( OfflineAudioContextEvents type, HtmlEventHandler listener ) : void
AddEventListener ( OfflineAudioContextEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( OfflineAudioContextEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( OfflineAudioContextEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( OfflineAudioContextEvents type, IEventListener listener ) : void
AddEventListener ( OfflineAudioContextEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
OfflineAudioContext ( int numberOfChannels, int length, double sampleRate ) : System.Runtime.CompilerServices
RemoveEventListener ( OfflineAudioContextEvents type, Action listener ) : void
RemoveEventListener ( OfflineAudioContextEvents type, Action listener, bool capture ) : void
RemoveEventListener ( OfflineAudioContextEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( OfflineAudioContextEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( OfflineAudioContextEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( OfflineAudioContextEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( OfflineAudioContextEvents type, IEventListener listener ) : void
RemoveEventListener ( OfflineAudioContextEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
StartRendering ( ) : void

Private Methods

Method Description
OfflineAudioContext ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

OfflineAudioContext() public method

public OfflineAudioContext ( int numberOfChannels, int length, double sampleRate ) : System.Runtime.CompilerServices
numberOfChannels int
length int
sampleRate double
return System.Runtime.CompilerServices

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

StartRendering() public method

public StartRendering ( ) : void
return void