Bitmovin Player API 8.268.0
    Preparing search index...

    Interface StreamResponse<T>

    interface StreamResponse<T> {
        done: boolean;
        value?: T;
    }

    Type Parameters

    • T
    Index
    done: boolean
    value?: T