timecode.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef TIMECODE_H
  2. #define TIMECODE_H
  3. typedef struct 
  4. {
  5. long hour;
  6. long minute;
  7. long second;
  8. long frame;
  9. } mpeg3_timecode_t;
  10. #endif