GetLiveEventResult

data class GetLiveEventResult(val created: String, val crossSiteAccessPolicies: CrossSiteAccessPoliciesResponse? = null, val description: String? = null, val encoding: LiveEventEncodingResponse? = null, val hostnamePrefix: String? = null, val id: String, val input: LiveEventInputResponse, val lastModified: String, val location: String, val name: String, val preview: LiveEventPreviewResponse? = null, val provisioningState: String, val resourceState: String, val streamOptions: List<String>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val transcriptions: List<LiveEventTranscriptionResponse>? = null, val type: String, val useStaticHostname: Boolean? = null)

The live event.

Constructors

Link copied to clipboard
constructor(created: String, crossSiteAccessPolicies: CrossSiteAccessPoliciesResponse? = null, description: String? = null, encoding: LiveEventEncodingResponse? = null, hostnamePrefix: String? = null, id: String, input: LiveEventInputResponse, lastModified: String, location: String, name: String, preview: LiveEventPreviewResponse? = null, provisioningState: String, resourceState: String, streamOptions: List<String>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, transcriptions: List<LiveEventTranscriptionResponse>? = null, type: String, useStaticHostname: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time for the live event

Link copied to clipboard

Live event cross site access policies.

Link copied to clipboard
val description: String? = null

A description for the live event.

Link copied to clipboard

Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.

Link copied to clipboard
val hostnamePrefix: String? = null

When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.

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

Live event input settings. It defines how the live event receives input from a contribution encoder.

Link copied to clipboard

The last modified time of the live event.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.

Link copied to clipboard

The provisioning state of the live event.

Link copied to clipboard

The resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.

Link copied to clipboard
val streamOptions: List<String>? = null

The options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.

Link copied to clipboard

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

Link copied to clipboard

Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state