C# Class X.Viewer.MediaElementRenderer

Inheritance: IContentRenderer
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
CaptureThumbnail ( Windows ms ) : System.Threading.Tasks.Task
Load ( ) : void
SendMessageThru ( object source, ContentViewEventArgs ea ) : void
Unload ( ) : void
UpdateSource ( string uri ) : void

Private Methods

Méthode Description
HasALocalDriveLetter ( string testString ) : bool

Method Details

CaptureThumbnail() public méthode

public CaptureThumbnail ( Windows ms ) : System.Threading.Tasks.Task
ms Windows
Résultat System.Threading.Tasks.Task

Load() public méthode

public Load ( ) : void
Résultat void

SendMessageThru() public méthode

public SendMessageThru ( object source, ContentViewEventArgs ea ) : void
source object
ea ContentViewEventArgs
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void

UpdateSource() public méthode

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