Skip to Content
🚀 We just launched! Please star us on Github!

Media Playback Channel

Channel Category: media_playback

Provides playback controls for multimedia devices, excluding volume control (handled by Speaker and Microphone channels).


Required Properties

PropertyData TypeRangeUnitPermissions
statusEnumplaying/paused/stopped-RW (Read-Write)

Property Details

status

  • Represents the current playback state:
    • playing: Media is playing.
    • paused: Media is paused.
    • stopped: Media is stopped.

Optional Properties

PropertyData TypeRangeUnitPermissions
trackString--RO (Read-Only)
durationUint0–86400secondsRO (Read-Only)
positionUint0–86400secondsRW (Read-Write)

Property Details

track

  • Displays the name or identifier of the currently playing media.

duration

  • Total duration of the media in seconds.

position

  • Current playback position in seconds.
Last updated on