StreamingLocatorContentKey コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StreamingLocatorContentKey() |
StreamingLocatorContentKey クラスの新しいインスタンスを初期化します。 |
StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>) |
StreamingLocatorContentKey クラスの新しいインスタンスを初期化します。 |
StreamingLocatorContentKey()
StreamingLocatorContentKey クラスの新しいインスタンスを初期化します。
public StreamingLocatorContentKey ();
Public Sub New ()
適用対象
StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>)
StreamingLocatorContentKey クラスの新しいインスタンスを初期化します。
public StreamingLocatorContentKey (Guid id, Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType type = default, string labelReferenceInStreamingPolicy = default, string value = default, string policyName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> tracks = default);
new Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey : Guid * Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackSelection> -> Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey
Public Sub New (id As Guid, Optional type As StreamingLocatorContentKeyType = Nothing, Optional labelReferenceInStreamingPolicy As String = Nothing, Optional value As String = Nothing, Optional policyName As String = Nothing, Optional tracks As IList(Of TrackSelection) = Nothing)
パラメーター
- id
- Guid
コンテンツ キーの ID
コンテンツ キーの暗号化の種類。 使用できる値は、'CommonEncryptionCenc'、'CommonEncryptionCbcs'、'EnvelopeEncryption' です。
- labelReferenceInStreamingPolicy
- String
ストリーミング ポリシーで指定されているコンテンツ キーのラベル
- value
- String
コンテンツ キーの値
- policyName
- String
コンテンツ キーで使用される ContentKeyPolicy
- tracks
- IList<TrackSelection>
このコンテンツ キーを使用するトラック
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET