Export

WatermarkFilter

Hierarchy (view full)

Constructors

Properties

bottom?: number

Distance from the bottom edge of the input video to the bottom edge of the watermark image. May not be set if 'top' is set.

Memberof

WatermarkFilter

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

image?: string

URL of the file to be used as watermark image. Supported image formats: PNG, JPEG, BMP, GIF (required)

Memberof

WatermarkFilter

left?: number

Distance from the left edge of the input video to the left edge of the watermark image. May not be set if 'right' is set.

Memberof

WatermarkFilter

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

Distance from the right edge of the input video to the right edge of the watermark image . May not be set if 'left' is set.

Memberof

WatermarkFilter

top?: number

Distance from the top edge of the input video to the top edge of the watermark image. May not be set if 'bottom' is set.

Memberof

WatermarkFilter

type: FilterType = FilterType.WATERMARK

Discriminator property for Filter

Memberof

WatermarkFilter

Specifies if the values of 'left', 'right', 'top' and 'bottom' are interpreted as pixels or as a percentage of the input video's dimensions.

Memberof

WatermarkFilter

_discriminatorMapping: {
    AUDIO_MIX: string;
    AUDIO_VOLUME: string;
    CONFORM: string;
    CROP: string;
    DEINTERLACE: string;
    DENOISE_HQDN3D: string;
    EBU_R128_SINGLE_PASS: string;
    ENHANCED_DEINTERLACE: string;
    ENHANCED_WATERMARK: string;
    INTERLACE: string;
    ROTATE: string;
    SCALE: string;
    TEXT: string;
    UNSHARP: string;
    WATERMARK: string;
} = ...

Type declaration

  • AUDIO_MIX: string
  • AUDIO_VOLUME: string
  • CONFORM: string
  • CROP: string
  • DEINTERLACE: string
  • DENOISE_HQDN3D: string
  • EBU_R128_SINGLE_PASS: string
  • ENHANCED_DEINTERLACE: string
  • ENHANCED_WATERMARK: string
  • INTERLACE: string
  • ROTATE: string
  • SCALE: string
  • TEXT: string
  • UNSHARP: string
  • WATERMARK: string
_discriminatorName: "type" = 'type'