MediaSFU Shared
    Preparing search index...

    Interface GridPlanEntry<T>

    interface GridPlanEntry<T> {
        stream: T;
        index: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    stream: T
    index: number