Export

CropFilter

Hierarchy (view full)

Constructors

Properties

bottom?: number

Amount of pixels that will be cropped of the input video from the bottom. Must be zero or a positive value.

Memberof

CropFilter

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

left?: number

Amount of pixels that will be cropped of the input video from the left side. Must be zero or a positive value.

Memberof

CropFilter

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

right?: number

Amount of pixels that will be cropped of the input video from the right side. Must be zero or a positive value.

Memberof

CropFilter

top?: number

Amount of pixels that will be cropped of the input video from the top. Must be zero or a positive value.

Memberof

CropFilter

type: FilterType = FilterType.CROP

Discriminator property for Filter

Memberof

CropFilter

Memberof

CropFilter

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'