Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains info about a specified wireless display (Miracast) encode chunk.
Syntax
typedef struct {
MIRACAST_CHUNK_TYPE ChunkType;
MIRACAST_CHUNK_ID ChunkId;
UINT ProcessingTime;
UINT EncodeRate;
} MIRACAST_CHUNK_INFO;
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 |
| Minimum supported server | Windows Server 2012 R2 |
| Header | netdispumdddi.h (include Netdispumdddi.h) |