你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Streaming Locators - List Content Keys
列出此流式处理定位符使用的内容密钥
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/streamingLocators/{streamingLocatorName}/listContentKeys?api-version=2022-08-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
account
|
path | True |
string |
媒体服务帐户名称。 |
resource
|
path | True |
string |
Azure 订阅中资源组的名称。 |
streaming
|
path | True |
string |
流式处理定位符名称。 |
subscription
|
path | True |
string |
Microsoft Azure 订阅的唯一标识符。 |
api-version
|
query | True |
string |
要与客户端请求一起使用的 API 的版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
|
Other Status Codes |
详细的错误信息。 |
示例
List Content Keys
示例请求
示例响应
{
"contentKeys": [
{
"id": "9259eb06-eeee-4f77-987f-48f4ea5c649f",
"type": "EnvelopeEncryption",
"labelReferenceInStreamingPolicy": "aesDefaultKey",
"value": "QpiqeQROdN5xamnfUF2Wdw==",
"policyName": "PolicyWithMultipleOptions",
"tracks": []
},
{
"id": "06bfeff1-2bb6-4f58-af27-a2767f058bca",
"type": "CommonEncryptionCenc",
"labelReferenceInStreamingPolicy": "cencDefaultKey",
"value": "ZjgWhNnqnqcov/h+wrYusw==",
"policyName": "PolicyWithMultipleOptions",
"tracks": []
},
{
"id": "799e78a0-ed6f-4179-9222-ed4ec4223cec",
"type": "CommonEncryptionCbcs",
"labelReferenceInStreamingPolicy": "cbcsDefaultKey",
"value": "FjZ3n3yRcVxRFftdYFbe9g==",
"policyName": "PolicyWithMultipleOptions",
"tracks": []
}
]
}
定义
名称 | 说明 |
---|---|
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
List |
listContentKeys 操作的响应类 |
Streaming |
流式处理定位符中内容密钥的类 |
Streaming |
内容密钥的加密类型 |
Track |
跟踪属性条件操作 |
Track |
用于指定一个跟踪属性条件的类 |
Track |
跟踪属性类型 |
Track |
用于选择曲目的类 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
ListContentKeysResponse
listContentKeys 操作的响应类
名称 | 类型 | 说明 |
---|---|---|
contentKeys |
当前流式处理定位符使用的 ContentKey |
StreamingLocatorContentKey
流式处理定位符中内容密钥的类
名称 | 类型 | 说明 |
---|---|---|
id |
string |
内容密钥的 ID |
labelReferenceInStreamingPolicy |
string |
流式处理策略中指定的内容密钥标签 |
policyName |
string |
内容密钥使用的 ContentKeyPolicy |
tracks |
跟踪使用此内容密钥的 |
|
type |
内容密钥的加密类型 |
|
value |
string |
内容键的值 |
StreamingLocatorContentKeyType
内容密钥的加密类型
名称 | 类型 | 说明 |
---|---|---|
CommonEncryptionCbcs |
string |
使用 CBCS 的常见加密 |
CommonEncryptionCenc |
string |
使用 CENC 的常见加密 |
EnvelopeEncryption |
string |
信封加密 |
TrackPropertyCompareOperation
跟踪属性条件操作
名称 | 类型 | 说明 |
---|---|---|
Equal |
string |
相等运算 |
Unknown |
string |
未知跟踪属性比较操作 |
TrackPropertyCondition
用于指定一个跟踪属性条件的类
名称 | 类型 | 说明 |
---|---|---|
operation |
跟踪属性条件操作 |
|
property |
跟踪属性类型 |
|
value |
string |
跟踪属性值 |
TrackPropertyType
跟踪属性类型
名称 | 类型 | 说明 |
---|---|---|
FourCC |
string |
Track FourCC |
Unknown |
string |
未知轨迹属性 |
TrackSelection
用于选择曲目的类
名称 | 类型 | 说明 |
---|---|---|
trackSelections |
TrackSelections 是一个跟踪属性条件列表,可以指定跟踪 () |