FrameMetadata.SampleEndTime Property

Contains the DirectShow frame end time. This time is relative to ICImagingControl.ReferenceTimeStart.
Syntax:
[C#]
public double SampleEndTime { get; };
Information:

Introduced in version 3.5
This property is deprecated since version 3.5.
Use the SampleStartTime for a timestamp value.

See also: FrameMetadata, FrameMetadata.SampleStartTime, ICImagingControl.ReferenceTimeStart

<< FrameMetadata