Get Video Result
data class GetVideoResult(val archival: VideoArchivalResponse? = null, 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
fun GetVideoResult(archival: VideoArchivalResponse? = null, contentUrls: VideoContentUrlsResponse, description: String? = null, flags: VideoFlagsResponse, id: String, mediaInfo: VideoMediaInfoResponse? = null, name: String, systemData: SystemDataResponse, title: String? = null, type: String)