@mega-yfue/eufy-sdk / DecodedVideoFrame
Interface: DecodedVideoFrame
A successfully decoded video frame.
Properties
h264
ts
h264: Buffer;Decrypted H.264 elementary-stream bytes.
height
ts
height: number;Frame height in pixels.
keyframe
ts
keyframe: boolean;True if this was a keyframe (IDR) — its envelope re-keyed the decoder.
width
ts
width: number;Frame width in pixels.