/** * @export * @class SrtStatisticLink */ export declare class SrtStatisticLink { /** * @type {number} * @memberof SrtStatisticLink */ bandwidth?: number; /** * @type {number} * @memberof SrtStatisticLink */ maxBandwidth?: number; /** * @type {number} * @memberof SrtStatisticLink */ rtt?: number; constructor(obj?: Partial); } export default SrtStatisticLink;