Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodeFrameStats

The node frame stats.

API/Interfaces/NodeFrameStats
hoshimi/src/types/Node.d.ts

Signature

export interface NodeFrameStats

Properties

3
sentdeficitnulled

Methods

0

No methods.

Properties

sent#
sent: number;

The amount of frames sent.

@type{number}
deficit#
deficit: number;

The amount of frames sent between frames and the expected amount of frames.

@type{number}
nulled#
nulled: number;

The amount of frames nulled.

@type{number}