Enum PipelineState

Definition

Namespace:
Tizen.MachineLearning.Inference
Assembly:
Tizen.MachineLearning.Inference.dll
API Level:
8

States of NNStreamer pipeline.

C#
Copy
public enum PipelineState
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.