C# Class Summa.Gui.TotemMediaPlayer

Inheritance: IMediaPlayer
Afficher le fichier Open project: wfarr/newskit

Méthodes publiques

Méthode Description
Clear ( ) : void
GetPlaying ( ) : bool
Pause ( ) : bool
Play ( string uri ) : void
TotemMediaPlayer ( ) : System

Private Methods

Méthode Description
OnExited ( object obj, EventArgs args ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetPlaying() public méthode

public GetPlaying ( ) : bool
Résultat bool

Pause() public méthode

public Pause ( ) : bool
Résultat bool

Play() public méthode

public Play ( string uri ) : void
uri string
Résultat void

TotemMediaPlayer() public méthode

public TotemMediaPlayer ( ) : System
Résultat System