@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
24 lines (23 loc) • 466 B
TypeScript
/**
* @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<SrtStatisticWindow>);
}
export default SrtStatisticWindow;