DXGKARG_SETVIDPNSOURCEVISIBILITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_SETVIDPNSOURCEVISIBILITY {
  D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  BOOLEAN                        Visible;
} DXGKARG_SETVIDPNSOURCEVISIBILITY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_setvidpnsourcevisibility)

_DXGKARG_SETVIDPNSOURCEVISIBILITY structure

Description

The DXGKARG_SETVIDPNSOURCEVISIBILITY structure contains arguments for the DxgkDdiSetVidPnSourceVisibility function.

Members

VidPnSourceId

An integer that identifies a video present source on the display adapter.

Visible

A Boolean value that specifies whether the video output codec associated with the source must start scanning or stop scanning the source's primary surface. If Visible is TRUE, the codec must start scanning.

If Visible is FALSE, the codec must stop scanning. However, a VSync signal should be generated even if a call to the DxgkDdiSetVidPnSourceVisibility function sets Visible to FALSE.

See also

DxgkDdiSetVidPnSourceVisibility