capture.h
上传用户:fubang
上传日期:2009-06-18
资源大小:2071k
文件大小:0k
源码类别:

其他

开发平台:

Unix_Linux

  1. #ifndef _CAPTURE_H
  2. #define _CAPTURE_H
  3. int load_peek( void );
  4. int show_cards( void );
  5. int set_channel( int channel );
  6. int open_adapter( int card_index );
  7. int start_monitor( void *callback );
  8. void stop_monitor( void );
  9. #endif /* capture.h */