Show / Hide Table of Contents

Enum AspectMode

AspectMode

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

Fields

Name Description
CROP

Specifies that the Cropping aspect mode is used when adapting to the main input stream's aspect ratio (Cropping on the left/right or bottom/top).

PAD

Specifies that the Padding aspect mode is used when adapting to the main input stream's aspect ratio (Adding black boxes on the bottom/top or left/right).

STRETCH

Specifies that the Stretching aspect mode is used when adapting to the main input stream's aspect ratio (Stretching vertically or horizontally).

Back to top Generated by DocFX