摘要: loader.c 加载文件用法Loader_Handle Loader_create(Char *fileName, Loader_Attrs *attrs);/*创建loader*/Int Loader_prime(Loader_Handle hLoader, Buffer_Handle *hBufPtr);/*读第一帧*/Int Loader_readData(Loader_Handle hLoader);/*读帧*/关键结构体/* Internal object holding the state of the Loader */typedef struct Loader_Object 阅读全文
posted @ 2011-12-22 15:42 林德伟 阅读(672) 评论(0) 推荐(0) 编辑