Show / Hide Table of Contents

Class DvrMetadata

Holds data about the video captured by a DVR.

Inheritance
object
DvrMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Capture
Assembly: DeviceConsole.Environments.dll
Syntax
public class DvrMetadata

Constructors

View Source

DvrMetadata(string)

Initializes a new instance of the DvrMetadata class.

Declaration
public DvrMetadata(string location)
Parameters
Type Name Description
string location

The location of the copied video.

Properties

View Source

Application

Gets or sets the running application.

Declaration
public string? Application { get; set; }
Property Value
Type Description
string
View Source

CaptureTime

Gets or sets the date/time the video was captured on.

Declaration
public DateTimeOffset CaptureTime { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

ClipLength

Gets or sets the clip length of the video.

Declaration
public TimeSpan ClipLength { get; set; }
Property Value
Type Description
TimeSpan
View Source

DeviceName

Gets or sets the device name the video was recorded on.

Declaration
public string? DeviceName { get; set; }
Property Value
Type Description
string
View Source

Location

Gets or sets the location of the copied video on disc.

Declaration
public string Location { get; set; }
Property Value
Type Description
string
  • View Source
In This Article
Back to top Generated by DocFX