C# Class System.Html.Media.VTTCue

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
VTTCue System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
VTTCue ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, Action listener ) : void
type VTTCueEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, Action listener, bool capture ) : void
type VTTCueEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, HtmlEventHandler listener ) : void
type VTTCueEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, HtmlEventHandler listener, bool capture ) : void
type VTTCueEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener ) : void
type VTTCueEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type VTTCueEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, IEventListener listener ) : void
type VTTCueEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( VTTCueEvents type, IEventListener listener, bool capture ) : void
type VTTCueEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

GetCueAsHTML() public méthode

public GetCueAsHTML ( ) : XmlDocumentFragment
Résultat System.Xml.XmlDocumentFragment

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, Action listener ) : void
type VTTCueEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, Action listener, bool capture ) : void
type VTTCueEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener ) : void
type VTTCueEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, HtmlEventHandler listener, bool capture ) : void
type VTTCueEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener ) : void
type VTTCueEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type VTTCueEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, IEventListener listener ) : void
type VTTCueEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( VTTCueEvents type, IEventListener listener, bool capture ) : void
type VTTCueEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

VTTCue() public méthode

public VTTCue ( double startTime, double endTime, string text ) : System.Runtime.CompilerServices
startTime double
endTime double
text string
Résultat System.Runtime.CompilerServices