DXGK_MIRACAST_CHUNK_INFO - NtDoc

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

typedef struct {
  DXGK_MIRACAST_CHUNK_TYPE ChunkType;
  DXGK_MIRACAST_CHUNK_ID   ChunkId;
  UINT                     ProcessingTime;
  UINT                     EncodeRate;
} DXGK_MIRACAST_CHUNK_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-dxgk_miracast_chunk_info)

Description

Contains info about a specified wireless display (Miracast) encode chunk.

Members

ChunkType

The type of chunk that is to be processed, specified as a DXGK_MIRACAST_CHUNK_TYPE enumeration value.

ChunkId

The identifier for this chunk, of type DXGK_MIRACAST_CHUNK_ID.

ProcessingTime

The time, in microseconds, that it took to process this chunk.

EncodeRate

The encode bit rate, in kilobits per second, that the display miniport driver reported for this chunk.

See also

DXGK_MIRACAST_CHUNK_ID

DXGK_MIRACAST_CHUNK_TYPE