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

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
 

Detailed Description

SVC Encoding Parameters.

Member Data Documentation

◆ fMaxFrameRate

float fMaxFrameRate

maximal input frame rate

◆ iPicHeight

int32_t iPicHeight

height of picture in luminance samples((the maximum of all layers if multiple spatial layers presents)

◆ iPicWidth

int32_t iPicWidth

width of picture in luminance samples (the maximum of all layers if multiple spatial layers presents)

◆ iRCMode

RC_MODES iRCMode

rate control mode

◆ iTargetBitrate

int32_t iTargetBitrate

target bitrate desired, in unit of bps

◆ iUsageType

EUsageType iUsageType

application type; please refer to the definition of EUsageType


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