Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FunctionDescription
getMetais used to acquire a description of the player and the available screen area.
By calling this function a return of an object with the following attributes is expected:
  • pl player description
  • plv player version
  • sx screen width in pixel
  • sy screen height in pixel
  • ...
getDurationis used to acquire the total duration of the stream in seconds. If this cannot be done (because it is e.g. a live stream) 0 should be returned.
getPosition

is used to acquire the current position in the stream. The function delivers the current play position in seconds.
This function is also used to determine the intervals within the streams being played, skipped or stopped.

...