C# Class System.Html.MediaElement

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

Private Properties

Свойство Type Description
MediaElement System.Html.Media

Méthodes publiques

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

Méthode Description
MediaElement ( ) : System.Html.Media

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddTextTrack() public méthode

public AddTextTrack ( TextTrackKind kind ) : TextTrack
kind TextTrackKind
Résultat System.Html.Media.TextTrack

AddTextTrack() public méthode

public AddTextTrack ( TextTrackKind kind, string label ) : TextTrack
kind TextTrackKind
label string
Résultat System.Html.Media.TextTrack

AddTextTrack() public méthode

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

CanPlayType() public méthode

public CanPlayType ( string type ) : MediaPlayability
type string
Résultat MediaPlayability

Load() public méthode

public Load ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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