typedef struct MF_SINK_VIDEO_FRAME_INFO {
LONGLONG llPts;
ULONG uNativeWidth;
ULONG uNativeHeight;
ULONG uDarX;
ULONG uDarY;
} MF_SINK_VIDEO_FRAME_INFO;
llPts
Points.
uNativeWidth
Native width.
uNativeHeight
Native height.
uDarX
X coordinate of the Display Aspect Ratio.
uDarY
Y coordinate of the Display Aspect Ratio.
Header: Declared in mfidl.h.