LivePipelineState type

Defines values for LivePipelineState.
KnownLivePipelineState can be used interchangeably with LivePipelineState, this enum contains the known values that the service supports.

Known values supported by the service

Inactive: The live pipeline is idle and not processing media.
Activating: The live pipeline is transitioning into the active state.
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: The live pipeline is transitioning into the inactive state.

type LivePipelineState = string