Export

CustomTag

Hierarchy (view full)

Constructors

Properties

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

data?: string

The data to be contained in the custom tag. (required)

Memberof

CustomTag

description?: string

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

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

keyframeId?: string

Id of keyframe where the custom tag should be inserted. Required, when KEYFRAME is selected as position mode.

Memberof

CustomTag

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

positionMode?: PositionMode

The positioning mode that should be used when inserting the placement opportunity (required)

Memberof

CustomTag

segment?: number

The custom tag will be inserted before the specified segment. Required, when SEGMENT is selected as position mode.

Memberof

CustomTag

time?: number

Time in seconds where the custom tag should be inserted. Required, when TIME is selected as position mode.

Memberof

CustomTag