UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

24 lines (23 loc) 456 B
/** * @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<SrtStatisticLink>); } export default SrtStatisticLink;