ClientQueue

@Immutable
@PublicApi
@AutoValue
public abstract class ClientQueue



Represents a queue of media items.

Summary

Nested types

Builder for ClientQueue.

Public methods

static ClientQueue.Builder
abstract int

Returns the current index in the queue.

abstract ImmutableList<ClientQueueEntry>

Returns the list of ClientQueueEntry in the queue.

Public methods

builder

public static ClientQueue.Builder builder()

currentIndex

public abstract int currentIndex()

Returns the current index in the queue.

entries

public abstract ImmutableList<ClientQueueEntryentries()

Returns the list of ClientQueueEntry in the queue.