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];
すべてのビットを char に格納する必要がありますか? その場合、実際の数値 0,1 を使用するか、ASCII 文字 '0','1' を使用しますか?