Get Live Output Result
data class GetLiveOutputResult(val archiveWindowLength: String, val assetName: String, val created: String, val description: String? = null, val hls: HlsResponse? = null, val id: String, val lastModified: String, val manifestName: String? = null, val name: String, val outputSnapTime: Double? = null, val provisioningState: String, val resourceState: String, val type: String)
The Live Output.
Constructors
Link copied to clipboard
constructor(archiveWindowLength: String, assetName: String, created: String, description: String? = null, hls: HlsResponse? = null, id: String, lastModified: String, manifestName: String? = null, name: String, outputSnapTime: Double? = null, provisioningState: String, resourceState: String, type: String)
Properties
Link copied to clipboard
ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
Link copied to clipboard
The description of the live output.
Link copied to clipboard
HTTP Live Streaming (HLS) packing setting for the live output.
Link copied to clipboard
The time the live output was last modified.
Link copied to clipboard
The manifest file name. If not provided, the service will generate one automatically.
Link copied to clipboard
The initial timestamp that the live output will start at, any content before this value will not be archived.
Link copied to clipboard
The provisioning state of the live output.
Link copied to clipboard
The resource state of the live output.