StreamingPath コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET