snapshot.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. typedef struct snapshot_t {
  2.   char *p_data;  /* Data area */
  3.   int i_width;       /* In pixels */
  4.   int i_height;      /* In pixels */
  5.   int i_datasize;    /* In bytes */
  6.   mtime_t date;      /* Presentation time */
  7. } snapshot_t;