Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownLivePipelineState

Package version

Known values of LivePipelineState that the service accepts.

Index

Enumeration members

Enumeration members

Activating

Activating: = "activating"

The live pipeline is transitioning into the active state.

Active

Active: = "active"

The live pipeline is active and able to process media. If your data source is not available, for instance, if your RTSP camera is powered off or unreachable, the pipeline will still be active and periodically retrying the connection. Your Azure subscription will be billed for the duration in which the live pipeline is in the active state.

Deactivating

Deactivating: = "deactivating"

The live pipeline is transitioning into the inactive state.

Inactive

Inactive: = "inactive"

The live pipeline is idle and not processing media.

Generated using TypeDoc