次の方法で共有


VideoSink コンストラクター

定義

オーバーロード

VideoSink()

VideoSink クラスの新しいインスタンスを初期化します。

VideoSink(String, IList<NodeInput>, String, VideoCreationProperties, VideoPublishingOptions)

VideoSink クラスの新しいインスタンスを初期化します。

VideoSink()

VideoSink クラスの新しいインスタンスを初期化します。

public VideoSink ();
Public Sub New ()

適用対象

VideoSink(String, IList<NodeInput>, String, VideoCreationProperties, VideoPublishingOptions)

VideoSink クラスの新しいインスタンスを初期化します。

public VideoSink (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> inputs, string videoName, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoCreationProperties videoCreationProperties = default, Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPublishingOptions videoPublishingOptions = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSink : string * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> * string * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoCreationProperties * Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPublishingOptions -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoSink
Public Sub New (name As String, inputs As IList(Of NodeInput), videoName As String, Optional videoCreationProperties As VideoCreationProperties = Nothing, Optional videoPublishingOptions As VideoPublishingOptions = Nothing)

パラメーター

name
String

ノード名。 トポロジ内で一意である必要があります。

inputs
IList<NodeInput>

このノードの入力として使用されるトポロジ内のアップストリーム ノード参照の配列。

videoName
String

コンテンツのキャプチャと発行に使用される新規または既存のビデオ リソースの名前。 注: RTSP ソースのダウンストリームで、disableArchive が true に設定されている場合、コンテンツはアーカイブされません。

videoCreationProperties
VideoCreationProperties

サービスで新しいビデオ リソースを作成する必要がある場合に使用するオプションのビデオ プロパティ。

videoPublishingOptions
VideoPublishingOptions

ビデオ シンクがビデオ リソースを介してコンテンツを発行する方法を変更するオプション。 このプロパティは、"kind" が "live" に設定されているトポロジでのみ使用できます。

適用対象