MF_SINK_VIDEO_FRAME_INFO Structure

Sink video frame info.

Syntax

typedef struct MF_SINK_VIDEO_FRAME_INFO {
    LONGLONG llPts;
    ULONG uNativeWidth;
    ULONG uNativeHeight;
    ULONG uDarX;
    ULONG uDarY;
} MF_SINK_VIDEO_FRAME_INFO;  

Members

llPts
Points.

uNativeWidth
Native width.

uNativeHeight
Native height.

uDarX
X coordinate of the Display Aspect Ratio.

uDarY
Y coordinate of the Display Aspect Ratio.

Requirements

Header: Declared in mfidl.h.