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

StreamingLocator.StreamingPolicyName 属性

定义

获取或设置此流式处理定位符使用的流式处理策略的名称。 指定创建的流式处理策略的名称,或使用一个预定义的流式处理策略。 可用的预定义流式处理策略包括:“Predefined_DownloadOnly”、“Predefined_ClearStreamingOnly”、“Predefined_DownloadAndClearStreaming”、“Predefined_ClearKey”、“Predefined_MultiDrmCencStreaming”和“Predefined_MultiDrmStreaming”

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingPolicyName")]
public string StreamingPolicyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamingPolicyName")>]
member this.StreamingPolicyName : string with get, set
Public Property StreamingPolicyName As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于