次の方法で共有


StreamingLocatorContentKey コンストラクター

定義

オーバーロード

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

type
StreamingLocatorContentKeyType

コンテンツ キーの暗号化の種類。 使用できる値は、'CommonEncryptionCenc'、'CommonEncryptionCbcs'、'EnvelopeEncryption' です。

labelReferenceInStreamingPolicy
String

ストリーミング ポリシーで指定されているコンテンツ キーのラベル

value
String

コンテンツ キーの値

policyName
String

コンテンツ キーで使用される ContentKeyPolicy

tracks
IList<TrackSelection>

このコンテンツ キーを使用するトラック

適用対象