GetVideoResult

data class GetVideoResult(val archival: VideoArchivalResponse? = null, val azureApiVersion: String, val contentUrls: VideoContentUrlsResponse, val description: String? = null, val flags: VideoFlagsResponse, val id: String, val mediaInfo: VideoMediaInfoResponse? = null, val name: String, val systemData: SystemDataResponse, val title: String? = null, val type: String)

Represents a video resource within Azure Video Analyzer. Videos can be ingested from RTSP cameras through live pipelines or can be created by exporting sequences from existing captured video through a pipeline job. Videos ingested through live pipelines can be streamed through Azure Video Analyzer Player Widget or compatible players. Exported videos can be downloaded as MP4 files.

Constructors

Link copied to clipboard
constructor(archival: VideoArchivalResponse? = null, azureApiVersion: String, contentUrls: VideoContentUrlsResponse, description: String? = null, flags: VideoFlagsResponse, id: String, mediaInfo: VideoMediaInfoResponse? = null, name: String, systemData: SystemDataResponse, title: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Video archival properties.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Set of URLs to the video content.

Link copied to clipboard
val description: String? = null

Optional video description provided by the user. Value can be up to 2048 characters long.

Link copied to clipboard

Video flags contain information about the available video actions and its dynamic properties based on the current video state.

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

Contains information about the video and audio content.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val title: String? = null

Optional video title provided by the user. Value can be up to 256 characters long.

Link copied to clipboard

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