C# Class System.Html.MediaElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
MediaElement System.Html.Media

Public Methods

Method Description
AddEventListener ( MediaElementEvents type, Action listener ) : void
AddEventListener ( MediaElementEvents type, Action listener, bool capture ) : void
AddEventListener ( MediaElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( MediaElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( MediaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( MediaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( MediaElementEvents type, IEventListener listener ) : void
AddEventListener ( MediaElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddTextTrack ( TextTrackKind kind ) : TextTrack
AddTextTrack ( TextTrackKind kind, string label ) : TextTrack
AddTextTrack ( TextTrackKind kind, string label, string language ) : TextTrack
CanPlayType ( string type ) : MediaPlayability
Load ( ) : void
Pause ( ) : void
Play ( ) : void
RemoveEventListener ( MediaElementEvents type, Action listener ) : void
RemoveEventListener ( MediaElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( MediaElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( MediaElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( MediaElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( MediaElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( MediaElementEvents type, IEventListener listener ) : void
RemoveEventListener ( MediaElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
MediaElement ( ) : System.Html.Media

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddTextTrack() public method

public AddTextTrack ( TextTrackKind kind ) : TextTrack
kind TextTrackKind
return System.Html.Media.TextTrack

AddTextTrack() public method

public AddTextTrack ( TextTrackKind kind, string label ) : TextTrack
kind TextTrackKind
label string
return System.Html.Media.TextTrack

AddTextTrack() public method

public AddTextTrack ( TextTrackKind kind, string label, string language ) : TextTrack
kind TextTrackKind
label string
language string
return System.Html.Media.TextTrack

CanPlayType() public method

public CanPlayType ( string type ) : MediaPlayability
type string
return MediaPlayability

Load() public method

public Load ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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