THEOplayer Web SDK
    Preparing search index...

    Interface ID3UniqueFileIdentifier

    Represents a unique file identifier ID3 frame.

    interface ID3UniqueFileIdentifier {
        id: "UFID" | "UFI";
        identifier: ArrayBuffer;
        ownerIdentifier: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: "UFID" | "UFI"

    The identifier of the frame.

    identifier: ArrayBuffer

    The identifier of the file.

    ownerIdentifier: string

    The identifier of the owner of the file.