MediaSampleInfo.DriverLastPacketTime Property

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

The value is in microseconds and is retrieved via QueryPerformaceCounter.

Information:

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

<< MediaSampleInfo