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

The H.264 single stream encoder interface. More...

#include <esp_h264_enc_single.h>

Public Attributes

esp_h264_err_t(* open )(esp_h264_enc_handle_t enc)
 
esp_h264_err_t(* process )(esp_h264_enc_handle_t enc, esp_h264_enc_in_frame_t *in_frame, esp_h264_enc_out_frame_t *out_frame)
 
esp_h264_err_t(* close )(esp_h264_enc_handle_t enc)
 
esp_h264_err_t(* del )(esp_h264_enc_handle_t enc)
 

Detailed Description

The H.264 single stream encoder interface.

Member Data Documentation

◆ close

◆ del

◆ open

◆ process


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