IFrame.SampleStartTime Property

Returns the reference start time of the sample represented by the IFrame.
Syntax:
[C#]
public double SampleStartTime;
Limitations:

Read only.

Remarks:

The SampleStartTime property returns the reference time the sample started in seconds.

The SampleStartTime starts at 0.0 seconds each time, when the live stream is started. The time might be provided by a DirectShow filter, which has access to a hardware timer. This depends on the used hardware and video capture devices.

Information:

This property is deprecated since version 3.5.
IFrame.FrameMetadata.SampleStartTime

See also: IFrame, SampleEndTime

<< IFrame