C# Class Animatroller.Framework.LogicalDevice.VideoPlayer

Inheritance: BaseDevice
Mostrar archivo Open project: HakanL/animatroller

Public Methods

Method Description
PlayVideo ( string videoFile ) : VideoPlayer
VideoPlayer ( [ name = "" ) : System

Protected Methods

Method Description
RaiseExecuteCommand ( VideoCommandEventArgs command, string videoFile ) : void
UpdateOutput ( ) : void

Private Methods

Method Description
RaiseVideoTrackDone ( ) : void

Method Details

PlayVideo() public method

public PlayVideo ( string videoFile ) : VideoPlayer
videoFile string
return VideoPlayer

RaiseExecuteCommand() protected method

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

UpdateOutput() protected method

protected UpdateOutput ( ) : void
return void

VideoPlayer() public method

public VideoPlayer ( [ name = "" ) : System
name [
return System