MediaQueueContainerMetadata.Builder

public static classMediaQueueContainerMetadata.BuilderextendsObject

Builder class for constructing aMediaQueueContainerMetadata.

Public Constructor Summary

Public Method Summary

MediaQueueContainerMetadata
build()
Builds a MediaQueueContainerMetadatafrom 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(Stringtitle)
Sets the container title.

Inherited Method Summary

Public Constructors

publicBuilder()

Public Methods

publicMediaQueueContainerMetadata build()

Builds aMediaQueueContainerMetadata from the builder.

publicMediaQueueContainerMetadata.Builder setContainerDuration(double containerDuration)

Sets the total playback time for the container.

publicMediaQueueContainerMetadata.Builder setContainerImages(List<WebImage> containerImages)

Sets the images associated with the queue.

publicMediaQueueContainerMetadata.Builder setContainerType(int containerType)

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

publicMediaQueueContainerMetadata.Builder setSections(List<MediaMetadata> sections)

Sets the sections of the media stream.

publicMediaQueueContainerMetadata.Builder setTitle(Stringtitle)

Sets the container title.