Skip to main content

Enumeration: PipelineInfoData

PipelineInfolData. Life cycle information of insertable streams pipeline.

Enumeration Members

pipeline_ended

pipeline_ended = "pipeline_ended"

Notify the app that the pipeline has ended.


pipeline_ended_with_error

pipeline_ended_with_error = "pipeline_ended_with_error"

Notify the app that the pipeline has ended with an error.


pipeline_started

pipeline_started = "pipeline_started"

Notify the app that the pipeline has started.


pipeline_started_with_error

pipeline_started_with_error = "pipeline_started_with_error"

Notify the app that the pipeline has started with an error.


pipeline_restarted

pipeline_restarted = "pipeline_restarted"

Notify the app that the pipeline has restarted. This message is fired after changing track in the middle of the process. For example switching camera source.


pipeline_restarted_with_error

pipeline_restarted_with_error = "pipeline_restarted_with_error"

Notify the app that the pipeline has restarted with an error. This message is fired after changing track in the middle of the process. For example switching camera source.