C# Class System.Html.Media.TextTrack

Inheritance: EventTarget
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

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

Méthodes publiques

Méthode Description
AddCue ( VTTCue cue ) : void
AddEventListener ( TextTrackEvents type, Action listener ) : void
AddEventListener ( TextTrackEvents type, Action listener, bool capture ) : void
AddEventListener ( TextTrackEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TextTrackEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TextTrackEvents type, IEventListener listener ) : void
AddEventListener ( TextTrackEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveCue ( VTTCue cue ) : void
RemoveEventListener ( TextTrackEvents type, Action listener ) : void
RemoveEventListener ( TextTrackEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TextTrackEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TextTrackEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TextTrackEvents type, IEventListener listener ) : void
RemoveEventListener ( TextTrackEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

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

Method Details

AddCue() public méthode

public AddCue ( VTTCue cue ) : void
cue VTTCue
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

RemoveCue() public méthode

public RemoveCue ( VTTCue cue ) : void
cue VTTCue
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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