次の方法で共有


StreamingPath コンストラクター

定義

オーバーロード

StreamingPath()

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

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

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

StreamingPath()

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

public StreamingPath ();
Public Sub New ()

適用対象

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

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

public StreamingPath (Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol streamingProtocol, Microsoft.Azure.Management.Media.Models.EncryptionScheme encryptionScheme, System.Collections.Generic.IList<string> paths = default);
new Microsoft.Azure.Management.Media.Models.StreamingPath : Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol * Microsoft.Azure.Management.Media.Models.EncryptionScheme * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.StreamingPath
Public Sub New (streamingProtocol As StreamingPolicyStreamingProtocol, encryptionScheme As EncryptionScheme, Optional paths As IList(Of String) = Nothing)

パラメーター

streamingProtocol
StreamingPolicyStreamingProtocol

ストリーミング プロトコル。 指定できる値は、'Hls'、'Dash'、'SmoothStreaming'、'Download' です。

encryptionScheme
EncryptionScheme

暗号化スキーム。 使用できる値は、'NoEncryption'、'EnvelopeEncryption'、'CommonEncryptionCenc'、'CommonEncryptionCbcs' です。

paths
IList<String>

各プロトコルと encryptionScheme ペアのストリーミング パス

適用対象