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.

Can I create the decode channel from the channel 1?

Hi all,

        I want to create the decode channel from the channel 1 , not from the channel 0 . That means ,for example, the order or the channel ID of the decode channels to be created is 1, 3, 4, 5. Can it works ?

Thanks !

Best regards!

Strachey

  • You will still have to create decoder channels for highest decoder channel number required which means

    the ipcBitsOutLink will have to be created for highest channel number required.

    If you don't require some channels you can set decLink create params DecLink_ChCreateParams.algCreateStatus =

    DEC_LINK_ALG_CREATE_STATUS_DONOT_CREATE so that the decoder algorithm and output buffers are not allocated for those channels.

    You can then delete the ipcBitsOut channels you don't require after the links are created.