On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.VideoJpgFrame Class Reference

Public Attributes

long frame_ms
 
byte[] buf
 
long bufSize
 

Detailed Description

The parameters of raw video data in JPG format.

Member Data Documentation

◆ frame_ms

long io.agora.recording.common.Common.VideoJpgFrame.frame_ms

Timestamp of the frame.

◆ buf

byte [] io.agora.recording.common.Common.VideoJpgFrame.buf

Video frame buffer.

◆ bufSize

long io.agora.recording.common.Common.VideoJpgFrame.bufSize

Size of the video frame buffer.