VideoFlags Class

Definition

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

public class VideoFlags
type VideoFlags = class
Public Class VideoFlags
Inheritance
VideoFlags

Constructors

VideoFlags()

Initializes a new instance of the VideoFlags class.

VideoFlags(Boolean, Boolean, Boolean)

Initializes a new instance of the VideoFlags class.

Properties

CanStream

Gets or sets value indicating whether or not the video can be streamed. Only "archive" type videos can be streamed.

HasData

Gets or sets value indicating whether or not there has ever been data recorded or uploaded into the video. Newly created videos have this value set to false.

IsInUse

Gets or sets value indicating whether or not the video is currently being referenced be an active pipeline. The fact that is being referenced, doesn't necessarily indicate that data is being received. For example, video recording may be gated on events or camera may not be accessible at the time.

Methods

Validate()

Validate the object.

Applies to