StreamingLocator.StreamingPolicyName Property

Definition

Gets or sets name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' and '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to