Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 3.77 KB

ns-dxva9typ-dxva_coppstatusdisplaydata.md

File metadata and controls

103 lines (74 loc) · 3.77 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:dxva9typ._DXVA_COPPStatusDisplayData
DXVA_COPPStatusDisplayData (dxva9typ.h)
Contains the result of a Display Data query in Certified Output Protection Protocol (COPP).
DXVA_COPPStatusDisplayData
DXVA_COPPStatusDisplayData structure [DirectShow]
DXVA_COPPStatusDisplayDataStructure
_DXVA_COPPStatusDisplayData
dshow.dxva_coppstatusdisplaydata
dxva9typ/DXVA_COPPStatusDisplayData
dshow\dxva_coppstatusdisplaydata.htm
dshow
51a119a0-d5de-4df0-9c2b-c776e9af8c60
4/26/2023
DXVA_COPPStatusDisplayData, DXVA_COPPStatusDisplayData structure [DirectShow], DXVA_COPPStatusDisplayDataStructure, _DXVA_COPPStatusDisplayData, dshow.dxva_coppstatusdisplaydata, dxva9typ/DXVA_COPPStatusDisplayData
dxva9typ.h
Dxva.h
Windows
Windows
DXVA_COPPStatusDisplayData
19H1
_DXVA_COPPStatusDisplayData
dxva9typ/_DXVA_COPPStatusDisplayData
DXVA_COPPStatusDisplayData
dxva9typ/DXVA_COPPStatusDisplayData
c++
APIRef
kbSyntax
HeaderDef
dxva9typ.h
DXVA_COPPStatusDisplayData

DXVA_COPPStatusDisplayData structure

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

Contains the result of a Display Data query in Certified Output Protection Protocol (COPP).

-struct-fields

-field rApp

A 128-bit random number that was passed by the application in the AMCOPPStatusInput structure.

-field dwFlags

Status flag. See COPP_StatusFlags.

-field DisplayWidth

Width of the display mode, in pixels.

-field DisplayHeight

Height of the display mode, in pixels.

-field Format

Contains a DXVA_ExtendedFormat structure packed into a ULONG, describing the video format.

-field d3dFormat

Contains a D3DFORMAT value that describes the video format. For more information, see the Direct3D SDK documentation.

-field FreqNumerator

The numerator of the refresh rate of the current display mode.

-field FreqDenominator

The denominator of the refresh rate of the current display mode.

-remarks

The refresh rate is expressed as a fraction. For example, if the refresh rate is 72 Hz, FreqNumerator = 72 and FreqDenominator = 1. For NTSC television, the values are FreqNumerator = 60000 and FreqDenominator = 1001 (59.94 fields per second).

-see-also

DirectShow Structures

Using Certified Output Protection Protocol (COPP)