MediaFrameReference.SystemRelativeTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.