OptiView Ads SDK
    Preparing search index...

    Interface Id3GeobFrame

    A single parsed ID3v2 GEOB frame.

    interface Id3GeobFrame {
        data: Uint8Array;
        description: string;
        fileName: string;
        mimeType: string;
    }
    Index
    data: Uint8Array

    The encapsulated object bytes (undecoded).

    description: string

    GEOB content description (e.g. Anvatos), in the frame's text encoding.

    fileName: string

    GEOB file name, decoded in the frame's text encoding.

    mimeType: string

    GEOB MIME type (always latin1 in the tag), e.g. application/json.