MIRACAST_CHUNK_INFO - NtDoc

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

typedef struct {
  MIRACAST_CHUNK_TYPE ChunkType;
  MIRACAST_CHUNK_ID   ChunkId;
  UINT                ProcessingTime;
  UINT                EncodeRate;
} MIRACAST_CHUNK_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-netdispumdddi-miracast_chunk_info)

MIRACAST_CHUNK_INFO structure

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 MIRACAST_CHUNK_TYPE enumeration value.

ChunkId

The identifier for this chunk, of type 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 user-mode driver reported for this chunk.

See also

MIRACAST_CHUNK_ID

MIRACAST_CHUNK_TYPE