Hi, we use RDK4.0, DM8168.
I set selectPrm.outQueChInfo[0].numOutCh = 4;
selectPrm.outQueChInfo[1].numOutCh = 4;
If just feed 3 channel data to select, there has some problem?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, we use RDK4.0, DM8168.
I set selectPrm.outQueChInfo[0].numOutCh = 4;
selectPrm.outQueChInfo[1].numOutCh = 4;
If just feed 3 channel data to select, there has some problem?
How many channels is the select link created for ? From functionality point of view it doesn't make sense to have more output channels that the number of input channels in selectLink. If you have crated selectLink for 8 channels but are feeding only 3 channels then it is okay.