THEOplayer Web SDK
    Preparing search index...

    Interface ID3Unknown

    Represents an unknown ID3 frame.

    interface ID3Unknown {
        data: ArrayBuffer | undefined;
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: ArrayBuffer | undefined

    The raw data of the frame.

    id: string

    The identifier of the frame.