Enum PipelineState
Definition
- Assembly:
- Tizen.MachineLearning.Inference.dll
States of NNStreamer pipeline.
public enum PipelineState
Fields
Name | Description |
---|---|
Null | Initial state of the pipeline. |
Paused | The pipeline is stopped, ready to accept and process data. |
Playing | The pipeline is started and the data is flowing. |
Ready | The pipeline is ready to go to PAUSED. |