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

Public Attributes

long frame_ms
 
long frame_num
 
byte[] buf
 
long bufSize
 

Detailed Description

The parameters of raw video data in H.265 format.

Member Data Documentation

◆ frame_ms

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

Timestamp (ms) of the frame.

◆ frame_num

long io.agora.recording.common.Common.VideoH265Frame.frame_num

Index of the frame.

◆ buf

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

Video frame buffer.

◆ bufSize

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

Size of the video frame buffer.