LivePipelineSetRequest(LivePipeline) Constructor

Definition

Initializes a new instance of LivePipelineSetRequest.

public LivePipelineSetRequest (Azure.Media.VideoAnalyzer.Edge.Models.LivePipeline livePipeline);
new Azure.Media.VideoAnalyzer.Edge.Models.LivePipelineSetRequest : Azure.Media.VideoAnalyzer.Edge.Models.LivePipeline -> Azure.Media.VideoAnalyzer.Edge.Models.LivePipelineSetRequest
Public Sub New (livePipeline As LivePipeline)

Parameters

livePipeline
LivePipeline

Live Pipeline represents an unique instance of a pipeline topology which is used for real-time content ingestion and analysis.

Exceptions

livePipeline is null.

Applies to