/** * @export * @class SrtStatisticWindow */ export declare class SrtStatisticWindow { /** * @type {number} * @memberof SrtStatisticWindow */ congestion?: number; /** * @type {number} * @memberof SrtStatisticWindow */ flight?: number; /** * @type {number} * @memberof SrtStatisticWindow */ flow?: number; constructor(obj?: Partial); } export default SrtStatisticWindow;