C# Класс System.Html.Media.VTTCue

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

Private Properties

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

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

Метод Описание
AddEventListener ( VTTCueEvents type, Action listener ) : void
AddEventListener ( VTTCueEvents type, Action listener, bool capture ) : void
AddEventListener ( VTTCueEvents type, HtmlEventHandler listener ) : void
AddEventListener ( VTTCueEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( VTTCueEvents type, IEventListener listener ) : void
AddEventListener ( VTTCueEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetCueAsHTML ( ) : XmlDocumentFragment
RemoveEventListener ( VTTCueEvents type, Action listener ) : void
RemoveEventListener ( VTTCueEvents type, Action listener, bool capture ) : void
RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( VTTCueEvents type, IEventListener listener ) : void
RemoveEventListener ( VTTCueEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
VTTCue ( double startTime, double endTime, string text ) : System.Runtime.CompilerServices

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public GetCueAsHTML ( ) : XmlDocumentFragment
Результат System.Xml.XmlDocumentFragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public VTTCue ( double startTime, double endTime, string text ) : System.Runtime.CompilerServices
startTime double
endTime double
text string
Результат System.Runtime.CompilerServices