BufferRequestDto

data class BufferRequestDto(val when: DateTime, val positionTicks: Long, val isPlaying: Boolean, val playlistItemId: UUID)

Class BufferRequestDto.

Constructors

Link copied to clipboard
constructor(when: DateTime, positionTicks: Long, isPlaying: Boolean, playlistItemId: UUID)

Properties

Link copied to clipboard

A value indicating whether the client playback is unpaused.

Link copied to clipboard

The playlist item identifier of the playing item.

Link copied to clipboard

The position ticks.

Link copied to clipboard

When the request has been made by the client.