McEngines Class |
|
Namespace: MediaCy.IQL.Application
Public Class McEngines Inherits List(Of McEngineWrapper)
The McEngines type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveBackgroundTasks |
The number of active background tasks, either queued or processing
| |
| BatchProcessAll |
Global background processing switch.
| |
| HighDemandProcessingIsRunning |
True when some high demand processing such as live preview is running.
| |
| MinimumFramesPerEngine |
Minimum number of frames per thread when splitting large sequences.
| |
| MinimumRegionSizePerEngine |
The minimum region size per engine when splitting processing of large frames (in KB).
| |
| SplitLargeFrames |
Split large frames for processing.
| |
| SplitLargeSequences |
Split large sequences for processing.
| |
| TotalTasks |
The number of tasks in all engines.
|
| Name | Description | |
|---|---|---|
| AddEngine | ||
| ApplicationIdle | ||
| CancelAllTasks |
Cancel all tasks in all engines.
| |
| GetActiveBackgroundTasks |
Returns the list of all active background tasks.
| |
| Initialize | ||
| OnEngineAdded | ||
| OnEngineRemoved | ||
| RemoveEngine | ||
| SettingChanged |
| Name | Description | |
|---|---|---|
| EngineAdded | ||
| EngineRemoved |