Skip to content

Home > @esengine/ecs-framework-monorepo > BandwidthMonitorEvents

BandwidthMonitorEvents interface

带宽事件

Signature:

typescript
export interface BandwidthMonitorEvents

Properties

Property

Modifiers

Type

Description

adaptiveAdjustment

(oldLimits: BandwidthLimit, newLimits: BandwidthLimit) => void

bandwidthChanged

(stats: BandwidthStats) => void

limitExceeded

(direction: 'upload' | 'download', current: number, limit: number) => void

warningLevelChanged

(level: BandwidthWarningLevel, stats: BandwidthStats) => void

基于 MIT 许可证发布