H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Public Attributes | List of all members
esp_h264_enc_out_frame_t Struct Reference

Data stream information after encoding. More...

#include <esp_h264_types.h>

Collaboration diagram for esp_h264_enc_out_frame_t:
Collaboration graph
[legend]

Public Attributes

esp_h264_frame_type_t frame_type
 
esp_h264_pkt_t raw_data
 
uint32_t length
 
uint32_t dts
 
uint32_t pts
 

Detailed Description

Data stream information after encoding.

Member Data Documentation

◆ dts

uint32_t dts

◆ frame_type

◆ length

uint32_t length

◆ pts

uint32_t pts

◆ raw_data

esp_h264_pkt_t raw_data

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