GetLiveOutputResult

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
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, rewindWindowLength: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

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 asset that the live output will write to.

Link copied to clipboard

The creation time the live output.

Link copied to clipboard
val description: String? = null

The description of the live output.

Link copied to clipboard
val hls: HlsResponse? = null

HTTP Live Streaming (HLS) packing setting for the live output.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The time the live output was last modified.

Link copied to clipboard
val manifestName: String? = null

The manifest file name. If not provided, the service will generate one automatically.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val outputSnapTime: Double? = null

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.

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

The system metadata relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"