Get Streaming Locator Result
data class GetStreamingLocatorResult(val alternativeMediaId: String? = null, val assetName: String, val azureApiVersion: String, val contentKeys: List<StreamingLocatorContentKeyResponse>? = null, val created: String, val defaultContentKeyPolicyName: String? = null, val endTime: String? = null, val filters: List<String>? = null, val id: String, val name: String, val startTime: String? = null, val streamingLocatorId: String? = null, val streamingPolicyName: String, val systemData: SystemDataResponse, val type: String)
A Streaming Locator resource
Constructors
Link copied to clipboard
constructor(alternativeMediaId: String? = null, assetName: String, azureApiVersion: String, contentKeys: List<StreamingLocatorContentKeyResponse>? = null, created: String, defaultContentKeyPolicyName: String? = null, endTime: String? = null, filters: List<String>? = null, id: String, name: String, startTime: String? = null, streamingLocatorId: String? = null, streamingPolicyName: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Alternative Media ID of this Streaming Locator
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The ContentKeys used by this Streaming Locator.
Link copied to clipboard
Name of the default ContentKeyPolicy used by this Streaming Locator.
Link copied to clipboard
The StreamingLocatorId of the Streaming Locator.
Link copied to clipboard
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'
Link copied to clipboard
The system metadata relating to this resource.