ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
Data Fields
IMPEncoderFrmRate Struct Reference

Define video encode channel framerate structure frmRateNum and frmRateDen is LCM must be 1 and GCD must be not greater than 64 The least common multiple of the greatest common divisor divisibility between frmRateNum and frmRateDen can not be more than 64, it is better to get the greatest common divisor number before the settings. More...

#include <imp_encoder.h>

Data Fields

uint32_t frmRateNum
 the tick num in one second, the numerator of framerate
 
uint32_t frmRateDen
 the tick num in one frame, the denominator of framerate
 

Detailed Description

Define video encode channel framerate structure frmRateNum and frmRateDen is LCM must be 1 and GCD must be not greater than 64 The least common multiple of the greatest common divisor divisibility between frmRateNum and frmRateDen can not be more than 64, it is better to get the greatest common divisor number before the settings.


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