Enum SpriteCreationMode
SpriteCreationMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum SpriteCreationMode
Fields
| Name | Description |
|---|---|
| INTERVAL_END | Creation of the thumbnails starts after the first period interval configured. When using distance=10 and unit=SECONDS, the first image of the sprite is from second 10 of the video. |
| INTERVAL_START | Creation of the thumbnails starts at the beginning of the first period interval configured, therefore, at the beginning of the video. When using distance=10 and unit=SECONDS, the first image of the sprite is from the very start of the video, while the second image is from second 10 of the video. |