/** * @license Copyright (c) 2015-2021 Radiant Media Player | https://www.radiantmediaplayer.com * rmp-connection 1.0.0 | https://github.com/radiantmediaplayer/rmp-connection * rmp-connection is released under MIT | https://github.com/radiantmediaplayer/rmp-connection/blob/master/LICENSE */ /** * The class to instantiate RmpConnection * @export * @class RmpConnection */ export default class RmpConnection { connectionType: string; /** * @private */ private _getConnectionType; /** * @return {number} */ getBandwidthEstimate(): number; }