|
H.264 Codec for ESP32-S3
|
SVC Encoding Parameters. More...
#include <codec_app_def.h>
Public Attributes | |
| EUsageType | iUsageType |
| application type; please refer to the definition of EUsageType | |
| int32_t | iPicWidth |
| width of picture in luminance samples (the maximum of all layers if multiple spatial layers presents) | |
| int32_t | iPicHeight |
| height of picture in luminance samples((the maximum of all layers if multiple spatial layers presents) | |
| int32_t | iTargetBitrate |
| target bitrate desired, in unit of bps | |
| RC_MODES | iRCMode |
| rate control mode | |
| float | fMaxFrameRate |
| maximal input frame rate | |
SVC Encoding Parameters.
| float fMaxFrameRate |
maximal input frame rate
| int32_t iPicHeight |
height of picture in luminance samples((the maximum of all layers if multiple spatial layers presents)
| int32_t iPicWidth |
width of picture in luminance samples (the maximum of all layers if multiple spatial layers presents)
| RC_MODES iRCMode |
rate control mode
| int32_t iTargetBitrate |
target bitrate desired, in unit of bps
| EUsageType iUsageType |
application type; please refer to the definition of EUsageType