MediaSampleInfo.DriverFirstPacketTime Property

The driver assigns this value when the first packet for this frame arrives.
Syntax:
[C#]
public TimeSpan DriverFirstPacketTime { get; }
Remarks:

The value is in microseconds and is retrieved by a QueryPerformaceCounter call.

Information:

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

<< MediaSampleInfo