Export

FrameIdId3Tag

Hierarchy (view full)

Constructors

Properties

bytes?: string

Base64 Encoded Data (required)

Memberof

FrameIdId3Tag

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

frame?: number

Frame number at which the Tag should be inserted

Memberof

Id3Tag

frameId?: string

4 character long Frame ID (required)

Memberof

FrameIdId3Tag

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

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?: Id3TagPositionMode

Memberof

Id3Tag

time?: number

Time in seconds where the Tag should be inserted

Memberof

Id3Tag

type: Id3TagType = Id3TagType.FRAME_ID

Discriminator property for Id3Tag

Memberof

FrameIdId3Tag

_discriminatorMapping: {
    FRAME_ID: string;
    PLAIN_TEXT: string;
    RAW: string;
} = ...

Type declaration

  • FRAME_ID: string
  • PLAIN_TEXT: string
  • RAW: string
_discriminatorName: "type" = 'type'