CompositionThumbnailConfiguration - Amazon IVS

CompositionThumbnailConfiguration

An object representing a configuration of thumbnails for recorded video for a Composition.

Contents

storage

Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/(width)x(height) directory, where (width) and (height) are the width and height of the thumbnail. LATEST saves the latest thumbnail in media/latest_thumbnail/(width)x(height)/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 2 items.

Valid Values: SEQUENTIAL | LATEST

Required: No

targetIntervalSeconds

The targeted thumbnail-generation interval in seconds. Default: 60.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 86400.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: