/pps/services/multimedia/renderer/context/contextname/input

Holds input parameters for the specified context

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

Attributes

The contents of this object depend on what the client specified when calling mmr_input_parameters() for this context. The attributes that the input object may contain are:

Attribute Description
url URL of the attached input.
type Values:
  • track (a single track)
  • playlist (a track sequence)
  • autolist (a single track formatted as a playlist)
repeat How to replay the input (for playlist and autolist input types only). Possible values:
  • "none" (default)
  • "track"
  • "all"