supervision-js
    Preparing search index...

    Interface VideoEngineMediaSource

    interface VideoEngineMediaSource {
        input: DisposableMediaInput;
        metadata: DecodedMediaSourceMetadata;
        sampleSink: DecodedVideoSampleSink;
        engine: VideoEngine & PresentedFrameChannel;
    }

    Hierarchy (View Summary)

    Index
    engine: VideoEngine & PresentedFrameChannel

    The loaded engine. Naming the renderer's channel in the type is what fails the build if the engine's transport stops answering that seam.