C# Класс System.Html.Media.Audio.AudioBufferSourceNode

Наследование: AudioNode
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AudioBufferSourceNode System.Runtime.CompilerServices

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AudioBufferSourceNode ( ) : System.Runtime.CompilerServices

Описание методов

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
type AudioBufferSourceNodeEvents
listener Action
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener Action
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
Результат void

AddEventListener() публичный Метод

public AddEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
capture bool
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

AddEventListener() публичный Метод

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

NoteGrainOn() публичный Метод

public NoteGrainOn ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
Результат void

NoteOff() публичный Метод

public NoteOff ( double when ) : void
when double
Результат void

NoteOn() публичный Метод

public NoteOn ( double when ) : void
when double
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener ) : void
type AudioBufferSourceNodeEvents
listener Action
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, Action listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener Action
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandler
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener HtmlEventHandlerWithTarget
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( AudioBufferSourceNodeEvents type, IEventListener listener, bool capture ) : void
type AudioBufferSourceNodeEvents
listener IEventListener
capture bool
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Результат void

RemoveEventListener() публичный Метод

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

Start() публичный Метод

public Start ( double when ) : void
when double
Результат void

Start() публичный Метод

public Start ( double when, double grainOffset ) : void
when double
grainOffset double
Результат void

Start() публичный Метод

public Start ( double when, double grainOffset, double grainDuration ) : void
when double
grainOffset double
grainDuration double
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

Stop() публичный Метод

public Stop ( double when ) : void
when double
Результат void