@vonage/media-processor
    Preparing search index...

    Type Alias EventDataMap

    EventDataMap. A map type for all event options from MediaProcessor. Each event will include only one type.

    type EventDataMap = {
        error: ErrorData;
        pipelineInfo: PipelineInfoData;
        warn: WarnData;
    }
    Index

    Properties

    error: ErrorData

    Errors from the insertable streams pipeline.

    pipelineInfo: PipelineInfoData

    Info from the insertable streams pipeline life cycle.

    warn: WarnData

    Warnings from the insertable streams pipeline.