MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA structure (mfidl.h)

Advises the secure processor of the Multimedia Class Scheduler service (MMCSS) parameters so that real-time tasks can be scheduled at the expected priority.

Syntax

typedef struct _MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA {
  DWORD TaskIndex;
  WCHAR ClassName[MAX_PATH];
  LONG  BasePriority;
} MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA;

Members

TaskIndex

The identifier for the MMCSS task.

ClassName[MAX_PATH]

The name of the MMCSS task.

BasePriority

The base priority of the thread that runs the MMCSS task.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header mfidl.h

See also

Media Foundation Structures