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

The H.264 stream decoder interface. More...

#include <esp_h264_dec.h>

Public Attributes

esp_h264_err_t(* open )(esp_h264_dec_handle_t dec)
 
esp_h264_err_t(* process )(esp_h264_dec_handle_t dec, esp_h264_dec_in_frame_t *in_frame, esp_h264_dec_out_frame_t *out_frame)
 
esp_h264_err_t(* close )(esp_h264_dec_handle_t dec)
 
esp_h264_err_t(* del )(esp_h264_dec_handle_t dec)
 

Detailed Description

The H.264 stream decoder interface.

Member Data Documentation

◆ close

◆ del

◆ open

◆ process


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