C# 클래스 Animatroller.Framework.Expander.MonoExpanderInstance

상속: MonoExpanderBaseInstance, IPort, IRunnable, IOutputHardware
파일 보기 프로젝트 열기: HakanL/animatroller 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( LogicalDevice logicalDevice ) : MonoExpanderInstance
Handle ( AudioFinished message ) : void
Handle ( AudioPositionChanged message ) : void
Handle ( AudioStarted message ) : void
Handle ( InputChanged message ) : void
Handle ( VideoFinished message ) : void
Handle ( VideoPositionChanged message ) : void
Handle ( VideoStarted message ) : void
MonoExpanderInstance ( int inputs = 8, int outputs = 8, [ name = "" ) : System
SendSerial ( int port, byte data ) : void
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
RaiseAudioTrackDone ( ) : void
RaiseVideoTrackDone ( ) : void

비공개 메소드들

메소드 설명
WireupOutput ( int index ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( LogicalDevice logicalDevice ) : MonoExpanderInstance
logicalDevice LogicalDevice
리턴 MonoExpanderInstance

Handle() 공개 메소드

public Handle ( AudioFinished message ) : void
message Animatroller.Framework.MonoExpanderMessages.AudioFinished
리턴 void

Handle() 공개 메소드

public Handle ( AudioPositionChanged message ) : void
message Animatroller.Framework.MonoExpanderMessages.AudioPositionChanged
리턴 void

Handle() 공개 메소드

public Handle ( AudioStarted message ) : void
message Animatroller.Framework.MonoExpanderMessages.AudioStarted
리턴 void

Handle() 공개 메소드

public Handle ( InputChanged message ) : void
message Animatroller.Framework.MonoExpanderMessages.InputChanged
리턴 void

Handle() 공개 메소드

public Handle ( VideoFinished message ) : void
message Animatroller.Framework.MonoExpanderMessages.VideoFinished
리턴 void

Handle() 공개 메소드

public Handle ( VideoPositionChanged message ) : void
message Animatroller.Framework.MonoExpanderMessages.VideoPositionChanged
리턴 void

Handle() 공개 메소드

public Handle ( VideoStarted message ) : void
message Animatroller.Framework.MonoExpanderMessages.VideoStarted
리턴 void

MonoExpanderInstance() 공개 메소드

public MonoExpanderInstance ( int inputs = 8, int outputs = 8, [ name = "" ) : System
inputs int
outputs int
name [
리턴 System

RaiseAudioTrackDone() 보호된 메소드

protected RaiseAudioTrackDone ( ) : void
리턴 void

RaiseVideoTrackDone() 보호된 메소드

protected RaiseVideoTrackDone ( ) : void
리턴 void

SendSerial() 공개 메소드

public SendSerial ( int port, byte data ) : void
port int
data byte
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void