MediaQueueContainerMetadata.Builder

public static class MediaQueueContainerMetadata.Builder extends Object

Builder class for constructing a MediaQueueContainerMetadata.

Public Constructor Summary

Public Method Summary

MediaQueueContainerMetadata
build()
Builds a MediaQueueContainerMetadata from the builder.
MediaQueueContainerMetadata.Builder
setContainerDuration(double containerDuration)
Sets the total playback time for the container.
MediaQueueContainerMetadata.Builder
setContainerImages(List<WebImage> containerImages)
Sets the images associated with the queue.
MediaQueueContainerMetadata.Builder
setContainerType(int containerType)
Sets the container type.
MediaQueueContainerMetadata.Builder
setSections(List<MediaMetadata> sections)
Sets the sections of the media stream.
MediaQueueContainerMetadata.Builder
setTitle(String title)
Sets the container title.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public MediaQueueContainerMetadata build ()

Builds a MediaQueueContainerMetadata from the builder.

public MediaQueueContainerMetadata.Builder setContainerDuration (double containerDuration)

Sets the total playback time for the container.

public MediaQueueContainerMetadata.Builder setContainerImages (List<WebImage> containerImages)

Sets the images associated with the queue.

public MediaQueueContainerMetadata.Builder setContainerType (int containerType)

Sets the container type. Possible values are the same as MediaQueueContainerMetadata.getContainerType().

public MediaQueueContainerMetadata.Builder setSections (List<MediaMetadata> sections)

Sets the sections of the media stream.

public MediaQueueContainerMetadata.Builder setTitle (String title)

Sets the container title.