Enum PipelineState

    Definition

    Namespace:
    Tizen.MachineLearning.Inference
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX