THEOplayer Web SDK Connectors
    Preparing search index...

    Type Alias CMCDPayloadProcessor

    CMCDPayloadProcessor: (payload: CMCDPayload, request: Request) => CMCDPayload

    Type for processors which are triggered before a CMCD payload is transmitted. The payload parameter contains the actual payload which will be transmitted. The request parameter contains the request for which the payload was generated. Note this is before any addition of payload data if it will be piggy backing on this request. The returned payload should be the payload which will be transmitted.

    Type Declaration