Table of Contents

Class UriRotatedEventArgs

Namespace
VAST.Media
Assembly
VAST.Common.dll

Provides data for the URI rotated event.

public class UriRotatedEventArgs
Inheritance
UriRotatedEventArgs
Inherited Members

Constructors

UriRotatedEventArgs()

public UriRotatedEventArgs()

Properties

Finished

Gets or sets the date and time when the URI finished.

public DateTime Finished { get; set; }

Property Value

DateTime

FirstTimestamp

Gets or sets the first timestamp recorded or sent to the URI.

public long FirstTimestamp { get; set; }

Property Value

long

Remarks

A value of MinValue indicates that no samples were recorded or sent to this URI.

LastTimestamp

Gets or sets the last timestamp recorded or sent to the URI.

public long LastTimestamp { get; set; }

Property Value

long

Remarks

A value of MinValue indicates that no samples were recorded or sent to this URI.

Started

Gets or sets the date and time when the URI was activated.

public DateTime Started { get; set; }

Property Value

DateTime

Uri

Gets or sets the URI that has been rotated (e.g., recording finished).

public string Uri { get; set; }

Property Value

string