MFCONTENTPROTECTIONDEVICE_REALTIMECLIENT_DATA structure

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

The name of the MMCSS task.

BasePriority

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

Requirements

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

 

 

Show: