THEOplayer Web SDK
    Preparing search index...

    Interface ID3PrivateFrame

    Represents a private ID3 frame.

    interface ID3PrivateFrame {
        data: ArrayBuffer;
        id: "PRIV";
        ownerIdentifier: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The data of the frame.

    id: "PRIV"

    The identifier of the frame.

    ownerIdentifier: string

    The identifier of the owner.