@mega-yfue/eufy-sdk / AssembledAccessUnit
Interface: AssembledAccessUnit
One whole access unit recovered from the frame (or frames) the station sent it in.
Properties
data
ts
data: Buffer;The complete payload, as long as the header said it would be.
height
ts
height: number;Frame height the unit's header declared.
keyframe
ts
keyframe: boolean;True when the unit's own header flagged it a keyframe — a point a consumer may begin decoding at.
width
ts
width: number;Frame width the unit's header declared.