Property | Type | Description | |
---|---|---|---|
channelEffectsPerChannel | IList | ||
devices | List |
||
lockObject | object | ||
timeline | Timeline2 |
Method | Description | |
---|---|---|
ControlDevice ( IReceivesBrightness device ) : void | ||
Dump ( ) : void | ||
HighLevelImporter2 ( string name, int priority ) : System | ||
ListUnmappedChannels ( ) : void | ||
MapDevice ( string channelName, IReceivesBrightness device ) : void | ||
MapDeviceRGB ( string channelNameR, string channelNameG, string channelNameB, IReceivesColor device ) : void | ||
MapDeviceRGBW ( string channelNameR, string channelNameG, string channelNameB, string channelNameW, IReceivesColor device ) : void | ||
Prepare ( ) : void | ||
Start ( long offsetMs, System.TimeSpan duration = null ) : System.Threading.Tasks.Task | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
ConnectTo ( IReceivesBrightness device ) : DeviceController | ||
ConnectTo ( IReceivesColor device ) : DeviceController | ||
PopulateTimeline ( ) : void |
Method | Description | |
---|---|---|
AddEffectData ( IChannelIdentity channelIdentity, IEnumerable |
protected ConnectTo ( IReceivesBrightness device ) : DeviceController | ||
device | IReceivesBrightness | |
return | DeviceController |
protected ConnectTo ( IReceivesColor device ) : DeviceController | ||
device | IReceivesColor | |
return | DeviceController |
public ControlDevice ( IReceivesBrightness device ) : void | ||
device | IReceivesBrightness | |
return | void |
public HighLevelImporter2 ( string name, int priority ) : System | ||
name | string | |
priority | int | |
return | System |
public MapDevice ( string channelName, IReceivesBrightness device ) : void | ||
channelName | string | |
device | IReceivesBrightness | |
return | void |
public MapDeviceRGB ( string channelNameR, string channelNameG, string channelNameB, IReceivesColor device ) : void | ||
channelNameR | string | |
channelNameG | string | |
channelNameB | string | |
device | IReceivesColor | |
return | void |
public MapDeviceRGBW ( string channelNameR, string channelNameG, string channelNameB, string channelNameW, IReceivesColor device ) : void | ||
channelNameR | string | |
channelNameG | string | |
channelNameB | string | |
channelNameW | string | |
device | IReceivesColor | |
return | void |
public Start ( long offsetMs, System.TimeSpan duration = null ) : System.Threading.Tasks.Task | ||
offsetMs | long | |
duration | System.TimeSpan | |
return | System.Threading.Tasks.Task |
protected Dictionary |
||
return | IList |