Class EnhancedWatermarkFilter

Export

EnhancedWatermarkFilter

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

EnhancedWatermarkFilter

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

height?: number

Desired height of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

Memberof

EnhancedWatermarkFilter

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

EnhancedWatermarkFilter

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

EnhancedWatermarkFilter

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

opacity?: number

Opacity to apply on the watermark image. Valid values are from 0.0 (completely transparent) to 1.0 (not transparent at all)

Memberof

EnhancedWatermarkFilter

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

EnhancedWatermarkFilter

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

EnhancedWatermarkFilter

type: FilterType = FilterType.ENHANCED_WATERMARK

Discriminator property for Filter

Memberof

EnhancedWatermarkFilter

Memberof

EnhancedWatermarkFilter

width?: number

Desired width of the watermark image, the unit of the parameter is specified separately by the parameter 'unit'. If both width and height are set the watermark size is fixed. If only one is set the aspect ratio of the image will be used to rescale it

Memberof

EnhancedWatermarkFilter

_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'