tree: 7b78fb9ed0f3a0b1bc56ca0b74cd7fd5a2b78d21 [path history] [tgz]
  1. buildflags/
  2. BUILD.gn
  3. DEPS
  4. mock_mpris_service.cc
  5. mock_mpris_service.h
  6. mpris_service.cc
  7. mpris_service.h
  8. mpris_service_impl.cc
  9. mpris_service_impl.h
  10. mpris_service_impl_unittest.cc
  11. mpris_service_observer.h
  12. OWNERS
  13. README.md
ui/base/mpris/README.md

The Media Player Remote Interfacing Specification (MPRIS) is a D-Bus interface for controlling media players: https://specifications.freedesktop.org/mpris-spec/2.2/

This component is Chromium's implementation of the MPRIS interface. This allows MPRIS clients to control media playback and view metadata about currently playing media.

MPRIS is available for desktop Linux when D-Bus is available.