Share via


VideoEntity Class

Definition

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.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VideoEntity : Microsoft.Azure.Management.VideoAnalyzer.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VideoEntity = class
    inherit ProxyResource
Public Class VideoEntity
Inherits ProxyResource
Inheritance
Attributes

Constructors

VideoEntity()

Initializes a new instance of the VideoEntity class.

VideoEntity(String, String, String, SystemData, String, String, VideoType, VideoFlags, VideoContentUrls, VideoMediaInfo, VideoArchival)

Initializes a new instance of the VideoEntity class.

Properties

Archival

Gets or sets video archival properties.

ContentUrls

Gets set of URLs to the video content.

Description

Gets or sets optional video description provided by the user. Value can be up to 2048 characters long.

Flags

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

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
MediaInfo

Gets or sets contains information about the video and audio content.

Name

Gets the name of the resource

(Inherited from Resource)
SystemData

Gets azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from Resource)
Title

Gets or sets optional video title provided by the user. Value can be up to 256 characters long.

Type

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

(Inherited from Resource)
VideoEntityType

Gets video content type. Different content types are suitable for different applications and scenarios. Possible values include: 'Archive', 'File'

Methods

Validate()

Validate the object.

Applies to