Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 OMX_Types.h 中有
typedef unsigned char OMX_UUIDTYPE[128];
我应该将每一位都存储在一个字符中吗?如果是这样,使用实际数字 0,1 还是使用 ascii 字符'0','1'?