Class DvrMetadata
Holds data about the video captured by a DVR.
Inherited Members
Namespace: Microsoft.XboxStudios.DeviceConsole.Environments.Capture
Assembly: DeviceConsole.Environments.dll
Syntax
public class DvrMetadata
Constructors
View SourceDvrMetadata(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 SourceApplication
Gets or sets the running application.
Declaration
public string? Application { get; set; }
Property Value
Type | Description |
---|---|
string |
CaptureTime
Gets or sets the date/time the video was captured on.
Declaration
public DateTimeOffset CaptureTime { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
ClipLength
Gets or sets the clip length of the video.
Declaration
public TimeSpan ClipLength { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
DeviceName
Gets or sets the device name the video was recorded on.
Declaration
public string? DeviceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Gets or sets the location of the copied video on disc.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
string |