C# 클래스 Animatroller.Framework.LogicalDevice.VideoPlayer

상속: BaseDevice
파일 보기 프로젝트 열기: HakanL/animatroller

공개 메소드들

메소드 설명
PlayVideo ( string videoFile ) : VideoPlayer
VideoPlayer ( [ name = "" ) : System

보호된 메소드들

메소드 설명
RaiseExecuteCommand ( VideoCommandEventArgs command, string videoFile ) : void
UpdateOutput ( ) : void

비공개 메소드들

메소드 설명
RaiseVideoTrackDone ( ) : void

메소드 상세

PlayVideo() 공개 메소드

public PlayVideo ( string videoFile ) : VideoPlayer
videoFile string
리턴 VideoPlayer

RaiseExecuteCommand() 보호된 메소드

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

UpdateOutput() 보호된 메소드

protected UpdateOutput ( ) : void
리턴 void

VideoPlayer() 공개 메소드

public VideoPlayer ( [ name = "" ) : System
name [
리턴 System