arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
CodecH264ESP32P4.h File Reference
#include "AudioTools/Video/CodecVideo.h"
#include "H264EncoderP4.h"

Go to the source code of this file.

Classes

class  H264EncoderESP32P4< Alloc >::DualOutputPrint
 
class  H264EncoderESP32P4< Alloc >
 H.264 video encoder for ESP32-P4: wraps esp_h264_p4::H264EncoderP4 (https://github.com/pschatzmann/codec-h264-ESP32P4), which drives ESP32-P4's dedicated H.264 hardware encoder block - the ESP32-P4-specific counterpart of H264Encoder (CodecH264.h, the portable TinyH264-based software encoder) and a hardware-backed sibling of H264EncoderESP32S3 (whose wrapped esp_h264::H264Encoder is software-only, since the S3 has no H.264 hardware block). More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.