Interface DefaultVideoTransformDeviceObserver

[[VideoFrameProcessorPipelineObserver]] is the observer for VideoFrameProcessorPipeline to receive lifecycle or performance callbacks.

interface DefaultVideoTransformDeviceObserver {
    processingDidFailToStart(): void;
    processingDidStart(): void;
    processingDidStop(): void;
    processingLatencyTooHigh(latencyMs: number): void;
}

Hierarchy (View Summary)

Methods