SendCommand

data class SendCommand(val groupId: UUID, val playlistItemId: UUID, val when: DateTime, val positionTicks: Long? = null, val command: SendCommandType, val emittedAt: DateTime)

Class SendCommand.

Constructors

Link copied to clipboard
constructor(groupId: UUID, playlistItemId: UUID, when: DateTime, positionTicks: Long? = null, command: SendCommandType, emittedAt: DateTime)

Properties

Link copied to clipboard

The command.

Link copied to clipboard

The UTC time when this command has been emitted.

Link copied to clipboard

The group identifier.

Link copied to clipboard

The playlist identifier of the playing item.

Link copied to clipboard
val positionTicks: Long? = null

The position ticks.

Link copied to clipboard

The UTC time when to execute the command.