eufy-mega / core/contracts / LiveVideoFrame
Interface: LiveVideoFrame
One decoded video access unit, as Annex-B (H.264 or H.265).
Properties
codec
ts
codec: VideoCodec;Codec of the elementary stream this access unit belongs to. Sniffed off the parameter sets on a keyframe and carried on the delta frames that follow (a delta frame has no config to sniff).
data
ts
data: Buffer;Annex-B bytes (one or more NAL units, start-code prefixed).
height
ts
height: number;keyframe
ts
keyframe: boolean;width
ts
width: number;