/pps/services/multimedia/renderer/context/<contextname>/play-queue

Object for the size of the playlist window

Note: The contextname is the name given in mmr_context_create().
Publishers
mm-renderer
Subscribers
Any app

Overview

When the input is a playlist, mm-renderer creates a playlist window for the currently playing item and the items in front of and behind it, using the following PPS objects in the contextname directory:
  • p#—contains the parameters for one track in the playlist
  • play-queue—represents the size of the playlist window
  • q#—contains the metadata for one track in the playlist
Attribute Description
end Index of the last p# item in the window.
start Index of the first p# item in the window.
total Total number of items in the playlist. This is set when a track is first played.