| Modifier and Type | Field and Description |
|---|---|
protected List<Image> |
ContainerMetadata.containerImages
Container images.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Image> |
Metadata.extractImages(Map<String,Object> metadata)
|
List<Image> |
ContainerMetadata.getContainerImages() |
List<Image> |
Media.getImages() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Metadata.setImages(Map<String,Object> metadata,
Image... images)
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Metadata.setImages(Map<String,Object> metadata,
Collection<Image> images)
|
| Constructor and Description |
|---|
ContainerMetadata(Double containerDuration,
List<Image> containerImages,
ContainerMetadata.ContainerType containerType,
String title)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.