hi all .i see that code in the rdk demo :
case '3':
chId = Demo_getChId("ENCODE", gDemo_info.maxVencChannels);
value = Demo_getIntValue("Encode Bit-rate (in Kbps)", 64, 4000, 2000);
memset(¶ms, 0, sizeof(params));
params.targetBitRate = value * 1000;
Venc_setDynamicParam(chId, 0, ¶ms, VENC_BITRATE);
break;
so i want to know the enc bit rate whether is from 64 kbps to 4000kbps?