Uses of Class
com.brightcove.zencoder.client.model.Thumbnail
Package | Description |
---|---|
com.brightcove.zencoder.client.model | |
com.brightcove.zencoder.client.request | |
com.brightcove.zencoder.client.response |
-
Uses of Thumbnail in com.brightcove.zencoder.client.model
Methods in com.brightcove.zencoder.client.model that return types with arguments of type Thumbnail Modifier and Type Method Description List<Thumbnail>
ThumbnailCollection. getImages()
Method parameters in com.brightcove.zencoder.client.model with type arguments of type Thumbnail Modifier and Type Method Description void
ThumbnailCollection. setImages(List<Thumbnail> images)
-
Uses of Thumbnail in com.brightcove.zencoder.client.request
Methods in com.brightcove.zencoder.client.request that return types with arguments of type Thumbnail Modifier and Type Method Description List<Thumbnail>
ZencoderOutput. getThumbnails()
Method parameters in com.brightcove.zencoder.client.request with type arguments of type Thumbnail Modifier and Type Method Description void
ZencoderOutput. setThumbnails(List<Thumbnail> thumbnails)
-
Uses of Thumbnail in com.brightcove.zencoder.client.response
Methods in com.brightcove.zencoder.client.response that return types with arguments of type Thumbnail Modifier and Type Method Description List<Thumbnail>
ZencoderJobDetail. getThumbnails()
Method parameters in com.brightcove.zencoder.client.response with type arguments of type Thumbnail Modifier and Type Method Description void
ZencoderJobDetail. setThumbnails(List<Thumbnail> thumbnails)