The MediaSampleInfo can be retrieved from the MediaSampleInfoDataStore and may contain several pieces of information of a specific IFrame.
You can fetch this data using IFrame::getFrameMetaData.
Header File: tisudshl.h
Namespace: DShowlib
Introduced in version 3.4
Property | Description | ||
bytes_missing_this_frame | If available, then this contains the number of bytes that were not received this frame. |
||
device_frame_number | If available, then this contains the frame number the device assigned this frame. |
||
device_time_stamp | If available, then this is the actual timestamp which the device passed in its frame header. |
||
driver_frame_first_packet_time | The driver assigns this value when the first packet for this frame arrives. |
||
driver_frame_last_packet_time | The driver assigns this value when the last packet for this frame arrives. |
||
driver_frame_number | Contains the frame number the driver assigns this frame. |
||
frame_flags | Reserved. |
||
packet_resends_this_frame | If available, then this contains the number of resend requests the driver had to sent to complete this frame. |
||