Class: Id3Event

Constructor

Id3Event

new Id3Event(segmentData, timestamp, frameDescription, frameType)

Parameter

segmentData

Uint8Array

Value must not be null.

timestamp

number

frameDescription

Optional

Uint8Array

Value must not be null.

frameType

Optional

string

Properties

frameDescription

constant

(non-null Uint8Array or undefined)

The ID3 frame's description.

frameType

constant

(string or undefined)

The ID3 frame tag. A full list of possible tags are listed in https://exiftool.org/TagNames/ID3.html.

segmentData

constant

non-null Uint8Array

The ID3 frame's data.

timestamp

constant

number

The media start time of the ID3 message in seconds.