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 rewindWindowLength: String? = null, val systemData: SystemDataResponse, val type: String)
The Live Output.
Constructors
Link copied to clipboard
fun GetLiveOutputResult(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, rewindWindowLength: String? = null, systemData: SystemDataResponse, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
Link copied to clipboard