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

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

Private Properties

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

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

Метод Описание
AddEventListener ( AudioNodeEvents type, Action listener ) : void
AddEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( AudioNodeEvents type, IEventListener listener ) : void
AddEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Connect ( AudioNode destination ) : void
Connect ( AudioNode destination, int output ) : void
Connect ( AudioNode destination, int output, int input ) : void
Connect ( AudioParam destination ) : void
Connect ( AudioParam destination, int output ) : void
Disconnect ( ) : void
Disconnect ( int output ) : void
RemoveEventListener ( AudioNodeEvents type, Action listener ) : void
RemoveEventListener ( AudioNodeEvents type, Action listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( AudioNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioNodeEvents type, IEventListener listener ) : void
RemoveEventListener ( AudioNodeEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Connect ( AudioNode destination ) : void
destination AudioNode
Результат void

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

public Connect ( AudioNode destination, int output ) : void
destination AudioNode
output int
Результат void

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

public Connect ( AudioNode destination, int output, int input ) : void
destination AudioNode
output int
input int
Результат void

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

public Connect ( AudioParam destination ) : void
destination AudioParam
Результат void

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

public Connect ( AudioParam destination, int output ) : void
destination AudioParam
output int
Результат void

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

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

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

public Disconnect ( int output ) : void
output int
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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