Show / Hide Table of Contents

Enum ThumbnailAspectMode

ThumbnailAspectMode

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum ThumbnailAspectMode

Fields

Name Description
CROP

Specifies that the Cropping aspect mode is used when adapting to configured the width and height. Cropping means that parts of the image are removed so that the thumbnail fits the aspect ratio.

PAD

Specifies that the Padding aspect mode is used when adapting to configured the width and height. Padding means that either horiziontally or vertically black boxes are added to make sure that the thumbnail image fits the aspect ratio.

STRETCH

Specifies that the Stretching aspect mode is used when adapting to configured the width and height. Stretching means that the image is stretched either vertically or horizontally until it fits the aspect ratio.

Back to top Generated by DocFX