CML
    Preparing search index...

    Type Alias RawId3FrameInternal

    Raw ID3 frame.

    type RawId3Frame = {
        data: Uint8Array<ArrayBuffer>;
        size: number;
        type: string;
    }
    Index

    Properties

    Properties

    data: Uint8Array<ArrayBuffer>
    size: number
    type: string