On-premise Recording SDK v3.0.6 API Reference for Linux (C++)
Public Member Functions | Public Attributes | List of all members
agora::linuxsdk::VideoJpgFrame Struct Reference

Public Member Functions

  VideoJpgFrame ()
 
  ~VideoJpgFrame ()
 

Public Attributes

u64_t  frame_ms_
 
const uchar_t buf_
 
uint_t  bufSize_
 

Detailed Description

The parameters of the video frame in JPG format.

Constructor & Destructor Documentation

◆ VideoJpgFrame()

agora::linuxsdk::VideoJpgFrame::VideoJpgFrame ( )
inline

◆ ~VideoJpgFrame()

agora::linuxsdk::VideoJpgFrame::~VideoJpgFrame ( )
inline

Member Data Documentation

◆ frame_ms_

u64_t agora::linuxsdk::VideoJpgFrame::frame_ms_

Timestamp (ms) of the frame.

◆ buf_

const uchar_t* agora::linuxsdk::VideoJpgFrame::buf_

Video frame buffer.

◆ bufSize_

uint_t agora::linuxsdk::VideoJpgFrame::bufSize_

Size of the video frame buffer.