ClientQueue

@Immutable
@PublicApi
@AutoValue
abstract class ClientQueue


Represents a queue of media items.

Summary

Nested types

Builder for ClientQueue.

Public functions

java-static ClientQueue.Builder!
abstract Int

Returns the current index in the queue.

abstract ImmutableList<ClientQueueEntry!>!

Returns the list of ClientQueueEntry in the queue.

Public functions

builder

java-static fun builder(): ClientQueue.Builder!

currentIndex

abstract fun currentIndex(): Int

Returns the current index in the queue.

entries

abstract fun entries(): ImmutableList<ClientQueueEntry!>!

Returns the list of ClientQueueEntry in the queue.