Get Streaming Locator Result
data class GetStreamingLocatorResult(val alternativeMediaId: String? = null, val assetName: 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
fun GetStreamingLocatorResult(alternativeMediaId: String? = null, assetName: 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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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