THEOplayer Web SDK Connectors
    Preparing search index...

    Type Alias CMCDPayload

    The definition of payload object containing all CMCD data. Note custom keys MUST carry a hyphenated prefix to ensure that there will not be a namespace collision with future revisions to the specification. Clients SHOULD use a reverse-DNS syntax when defining their own prefix.

    type CMCDPayload = {
        bl?: number;
        br?: number;
        bs?: boolean;
        cid?: string;
        d?: number;
        dl?: number;
        mtp?: number;
        nor?: string;
        nrr?: string;
        "org.svalabs-cmi"?: number;
        "org.svalabs-pmi"?: number;
        "org.svalabs-rid"?: string;
        "org.svalabs-tid"?: string;
        ot?: CMCDObjectType;
        pr?: number;
        rtp?: number;
        sf?: CMCDStreamingFormat;
        sid?: string;
        st?: CMCDStreamType;
        su?: boolean;
        tb?: number;
        v?: number;
        [customKey: string]: any;
    }

    Indexable

    • [customKey: string]: any
    Index

    Properties

    bl?: number
    br?: number
    bs?: boolean
    cid?: string
    d?: number
    dl?: number
    mtp?: number
    nor?: string
    nrr?: string
    "org.svalabs-cmi"?: number
    "org.svalabs-pmi"?: number
    "org.svalabs-rid"?: string
    "org.svalabs-tid"?: string
    pr?: number
    rtp?: number
    sid?: string
    su?: boolean
    tb?: number
    v?: number