arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
MuxerVideoConfig Struct Reference

Shared video track configuration for muxers (MuxerAVI, MuxerMP4) - call before begin(). More...

#include <ContainerCommon.h>

Public Attributes

VideoFormat format = VideoFormat::H264
 
const char * fourcc = nullptr
 
float fps = 25.0f
 
uint16_t height = 240
 
uint16_t width = 320
 

Detailed Description

Shared video track configuration for muxers (MuxerAVI, MuxerMP4) - call before begin().

Member Data Documentation

◆ format

◆ fourcc

const char* fourcc = nullptr

Optional: overrides the FOURCC derived from 'format'. AVI-specific (MuxerMP4 determines its sample entry purely from format and ignores this). Must point to (at least) 4 characters and stay valid until begin() is called.

◆ fps

float fps = 25.0f

◆ height

uint16_t height = 240

◆ width

uint16_t width = 320

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