C# Class System.Html.Media.VTTCue

Inheritance: EventTarget
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
VTTCue System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
VTTCue ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

GetCueAsHTML() public method

public GetCueAsHTML ( ) : XmlDocumentFragment
return System.Xml.XmlDocumentFragment

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

VTTCue() public method

public VTTCue ( double startTime, double endTime, string text ) : System.Runtime.CompilerServices
startTime double
endTime double
text string
return System.Runtime.CompilerServices