C# Class Animatroller.Framework.Expander.Raspberry

Inheritance: IPort, IRunnable, IOutputHardware
ファイルを表示 Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Property Type Description
log Logger

Public Methods

Method Description
Connect ( LogicalDevice logicalDevice ) : Raspberry
Raspberry ( [ name = "" ) : System
Raspberry ( string hostEntry, int listenPort ) : System
Start ( ) : void
Stop ( ) : void
Test ( int value ) : void

Protected Methods

Method Description
RaiseAudioTrackDone ( ) : void
RaiseVideoTrackDone ( ) : void

Private Methods

Method Description
CheckIdempotence ( OscServer msg ) : bool
Initialize ( string hostEntry, int listenPort ) : void
WireupOutput ( int index ) : void

Method Details

Connect() public method

public Connect ( LogicalDevice logicalDevice ) : Raspberry
logicalDevice LogicalDevice
return Raspberry

RaiseAudioTrackDone() protected method

protected RaiseAudioTrackDone ( ) : void
return void

RaiseVideoTrackDone() protected method

protected RaiseVideoTrackDone ( ) : void
return void

Raspberry() public method

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

Raspberry() public method

public Raspberry ( string hostEntry, int listenPort ) : System
hostEntry string
listenPort int
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Test() public method

public Test ( int value ) : void
value int
return void

Property Details

log protected_oe static_oe property

protected static Logger log
return Logger