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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #include "msg_queue/msg_queue.h"
  2. #define to_thread_event handles[0]
  3. #define socket_event handles[1]
  4. struct rtsp_thread_info_ {
  5. HANDLE handles[2];
  6. HANDLE from_thread_resp_event;
  7. int from_thread_resp;
  8. SECURITY_ATTRIBUTES m_saAttr;
  9. CMsgQueue *m_msg_queue;
  10. CMsg *msg;
  11. };