C# Class Animatroller.Framework.LogicalDevice.VideoPlayer

Inheritance: BaseDevice
Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode Description
PlayVideo ( string videoFile ) : VideoPlayer
VideoPlayer ( [ name = "" ) : System

Méthodes protégées

Méthode Description
RaiseExecuteCommand ( VideoCommandEventArgs command, string videoFile ) : void
UpdateOutput ( ) : void

Private Methods

Méthode Description
RaiseVideoTrackDone ( ) : void

Method Details

PlayVideo() public méthode

public PlayVideo ( string videoFile ) : VideoPlayer
videoFile string
Résultat VideoPlayer

RaiseExecuteCommand() protected méthode

protected RaiseExecuteCommand ( VideoCommandEventArgs command, string videoFile ) : void
command Animatroller.Framework.LogicalDevice.Event.VideoCommandEventArgs
videoFile string
Résultat void

UpdateOutput() protected méthode

protected UpdateOutput ( ) : void
Résultat void

VideoPlayer() public méthode

public VideoPlayer ( [ name = "" ) : System
name [
Résultat System