Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21a68e82b722e5c

Jump to content

Multimedia Class Scheduler Service

From Wikipedia, the free encyclopedia

Multimedia Class Scheduler Service (MMCSS) is a Windows service that allows multimedia applications to get prioritized access to CPU for time-sensitive processing (such as multimedia applications) as well as prioritized disc access to ensure that the process is not starved of data to process. The MMCSS service monitors the CPU load and dynamically adjusts priority so that the application can use as much CPU time as possible without denying CPU to lower priority applications.[1] MMCSS uses heuristics to determine the relative priority required for the task the thread is performing and dynamically adjusts priority based on that.[1] A thread must invoke MMCSS explicitly to use its services by calling the AvSetMmMaxThreadCharacteristics()[2] or AvSetMmThreadCharacteristics()[3] APIs.

MMCSS is used by the multimedia applications in Windows Vista, including Windows Media Player and Windows Media Center to provide glitch-free audio playback.

If a multimedia application invokes MMCSS, it decreases WASAPI or DirectSound latency, but CPU usage increases.[4]

Problems

[edit]

This service has been implicated in poor networking performance while multimedia is playing.[5][6] In response to this, Microsoft has included a configurable option[7] in Windows Vista Service Pack 1 and later where users can specify the network throttling index value for the Multimedia Class Scheduling Service so that network performance and audio/video playback quality can be balanced according to how users configure it.

See also

[edit]

References

[edit]
  1. 1 2 "Multimedia Class Scheduler Service".
  2. "AvSetMmMaxThreadCharacteristics Function (Windows)".
  3. "AvSetMmThreadCharacteristics Function (Windows)".
  4. drewbatgit. "User-Mode Audio Components - Win32 apps". learn.microsoft.com. Retrieved 2026-05-24.
  5. Microsoft responds to Vista network performance issue
  6. Sysinternals blog "Vista Multimedia Playback and Network Throughput"
  7. Microsoft Knowledge base article 948066