VideoEntity type
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.
type VideoEntity = ProxyResource & {
archival?: VideoArchival
contentUrls?: VideoContentUrls
description?: string
flags?: VideoFlags
mediaInfo?: VideoMediaInfo
title?: string
typePropertiesType?: VideoType
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript