AssetStreamingLocatorResponse

data class AssetStreamingLocatorResponse(val assetName: String, val created: String, val defaultContentKeyPolicyName: String, val endTime: String, val name: String, val startTime: String, val streamingLocatorId: String, val streamingPolicyName: String)

Properties of the Streaming Locator.

Constructors

Link copied to clipboard
constructor(assetName: String, created: String, defaultContentKeyPolicyName: String, endTime: String, name: String, startTime: String, streamingLocatorId: String, streamingPolicyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Asset Name.

Link copied to clipboard

The creation time of the Streaming Locator.

Link copied to clipboard

Name of the default ContentKeyPolicy used by this Streaming Locator.

Link copied to clipboard

The end time of the Streaming Locator.

Link copied to clipboard

Streaming Locator name.

Link copied to clipboard

The start time of the Streaming Locator.

Link copied to clipboard

StreamingLocatorId of the Streaming Locator.

Link copied to clipboard

Name of the Streaming Policy used by this Streaming Locator.