Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

跟踪使用此内容密钥

适用于