THEOplayer Web SDK
    Preparing search index...

    Interface ID3TermsOfUse

    Represents a terms of use ID3 frame.

    interface ID3TermsOfUse {
        id: "USER";
        language: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: "USER"

    The identifier of the frame.

    language: string

    The language of the terms of use.

    text: string

    The content of the terms of use.