LivePipelineState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current pipeline state (read-only).
public readonly struct LivePipelineState : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.LivePipelineState>
type LivePipelineState = struct
Public Structure LivePipelineState
Implements IEquatable(Of LivePipelineState)
- Inheritance
-
LivePipelineState
- Implements
Constructors
LivePipelineState(String) |
Initializes a new instance of LivePipelineState. |
Properties
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. |
Inactive |
The live pipeline is idle and not processing media. |
Methods
Equals(LivePipelineState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(LivePipelineState, LivePipelineState) |
Determines if two LivePipelineState values are the same. |
Implicit(String to LivePipelineState) |
Converts a string to a LivePipelineState. |
Inequality(LivePipelineState, LivePipelineState) |
Determines if two LivePipelineState values are not the same. |
Applies to
Azure SDK for .NET