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

Public Member Functions

  VideoH264Frame ()
 
  ~VideoH264Frame ()
 

Public Attributes

u64_t  frame_ms_
 
uint_t  frame_num_
 
const uchar_t buf_
 
uint_t  bufSize_
 

Detailed Description

The parameters of the video frame in H.264 format.

Constructor & Destructor Documentation

◆ VideoH264Frame()

agora::linuxsdk::VideoH264Frame::VideoH264Frame ( )
inline

◆ ~VideoH264Frame()

agora::linuxsdk::VideoH264Frame::~VideoH264Frame ( )
inline

Member Data Documentation

◆ frame_ms_

u64_t agora::linuxsdk::VideoH264Frame::frame_ms_

Timestamp of the frame.

◆ frame_num_

uint_t agora::linuxsdk::VideoH264Frame::frame_num_

Index of the frame.

◆ buf_

const uchar_t* agora::linuxsdk::VideoH264Frame::buf_

Video frame buffer.

◆ bufSize_

uint_t agora::linuxsdk::VideoH264Frame::bufSize_

Size of the video frame buffer.