MediaFrameReference.SystemRelativeTime Property

Definition

Gets a timestamp that is relative to the system and is correlatable across multiple media sources on the same device.

public:
 property IReference<TimeSpan> ^ SystemRelativeTime { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> SystemRelativeTime();
public System.Nullable<System.TimeSpan> SystemRelativeTime { get; }
var iReference = mediaFrameReference.systemRelativeTime;
Public ReadOnly Property SystemRelativeTime As Nullable(Of TimeSpan)

Property Value

A timestamp relative to the system. This value uses 100ns interval QPC time. For more information on QPC time, see Acquiring high-resolution time stamps.

Applies to