Get Live Event Result
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
fun GetLiveEventResult(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
Properties
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard