C# Class System.Html.Media.TextTrack

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
TextTrack System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
TextTrack ( ) : System.Runtime.CompilerServices

Method Details

AddCue() public method

public AddCue ( VTTCue cue ) : void
cue VTTCue
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, Action listener ) : void
type TextTrackEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, Action listener, bool capture ) : void
type TextTrackEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, HtmlEventHandler listener ) : void
type TextTrackEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, HtmlEventHandler listener, bool capture ) : void
type TextTrackEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener ) : void
type TextTrackEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TextTrackEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, IEventListener listener ) : void
type TextTrackEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( TextTrackEvents type, IEventListener listener, bool capture ) : void
type TextTrackEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveCue() public method

public RemoveCue ( VTTCue cue ) : void
cue VTTCue
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, Action listener ) : void
type TextTrackEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, Action listener, bool capture ) : void
type TextTrackEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, HtmlEventHandler listener ) : void
type TextTrackEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, HtmlEventHandler listener, bool capture ) : void
type TextTrackEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener ) : void
type TextTrackEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TextTrackEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, IEventListener listener ) : void
type TextTrackEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( TextTrackEvents type, IEventListener listener, bool capture ) : void
type TextTrackEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void