DXVA_VideoSample structure (dxva.h)

The DXVA_VideoSample structure is sent by the renderer to the driver to specify the format of a video sample.

Syntax

typedef struct _DXVA_VideoSample {
  REFERENCE_TIME    rtStart;
  REFERENCE_TIME    rtEnd;
  DXVA_SampleFormat SampleFormat;
  VOID              *lpDDSSrcSurface;
} DXVA_VideoSample, *LPDXVA_VideoSample;

Members

rtStart

Specifies the start time of the sample.

rtEnd

Specifies the end time of the sample.

SampleFormat

Specifies the format of the sample as defined by a DXVA_SampleFormat structure.

lpDDSSrcSurface

Pointer to a DD_SURFACE_LOCAL structure.

Requirements

Requirement Value
Header dxva.h (include Dxva.h)

See also

DD_SURFACE_LOCAL

DXVA_DeinterlaceBlt

DXVA_SampleFormat