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.

关于Codec engine double类型的传递

Other Parts Discussed in Thread: DM3730

您好,我在DM3730上使用CE引擎,需要返回一个浮点数组,而XDM标准中的一个结构体XDM_BufDesc定义中:

 XDAS_Int32  bufSizeArray[XDM_MAX_IO_BUFFERS];

              XDAS_Int8  *pBuffers[XDM_MAX_IO_BUFFERS];

              XDAS_Int8   buffer1[4096];

              XDAS_Int8   buffer2[1024];

只有XDAS_INT8的指针可以引用,尝试修改该结构体,增加一个DOUBLE类型的指针,但是程序编译通过运行结果,请问我这样做是否可行?