IoT SDK for Linux v1.9.7
Loading...
Searching...
No Matches
video_frame_info_t Struct Reference

#include <agora_rtc_api.h>

Data Fields

video_data_type_e data_type
video_stream_type_e stream_type
video_frame_type_e frame_type
video_frame_rate_e frame_rate
video_orientation_e rotation

Detailed Description

The definition of the video_frame_info_t struct.

Field Documentation

◆ data_type

video_data_type_e data_type

The video data type: video_data_type_e.

◆ frame_rate

video_frame_rate_e frame_rate

The number of video frames per second, can be set 0-60. -This value will be used for calculating timestamps of the encoded image.

  • If frame_per_sec equals zero, then real timestamp will be used.
  • Otherwise, timestamp will be adjusted to the value of frame_per_sec set.

◆ frame_type

video_frame_type_e frame_type

The frame type of the encoded video frame: video_frame_type_e.

◆ rotation

The rotation information of the encoded video frame: video_orientation_e.

◆ stream_type

video_stream_type_e stream_type

The video stream type: video_stream_type_e


The documentation for this struct was generated from the following file: