THEOplayer Web SDK
    Preparing search index...

    Interface NetworkEstimator

    Provides estimates on the current network state.

    interface NetworkEstimator {
        bandwidth: number;
        roundTripTime: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bandwidth: number

    The estimated network bandwidth in bit/s.

    roundTripTime: number

    The estimated HTTP request round trip time.