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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #include <sys/un.h>
  2. #ifdef HAVE_POLL
  3. #include <sys/poll.h>
  4. #endif
  5. struct mpeg2t_thread_info_ {
  6.   int comm_socket[2];
  7.   int comm_socket_write_to;
  8.   char socket_name[108];
  9. #ifdef HAVE_POLL
  10.   struct pollfd pollit[3];
  11. #else
  12.   fd_set read_set;
  13. #endif
  14. };