mpeg2t_thread.h
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- #ifndef __MPEG2T_THREAD_H__
- #define __MPEG2T_THREAD_H__ 1
- #include "systems.h"
- typedef struct mpeg2t_client_ mpeg2t_client_t;
- #ifdef __cplusplus
- extern "C" {
- #endif
- mpeg2t_client_t *mpeg2t_create_client(const char *address,
- in_port_t rx_port,
- in_port_t tx_port,
- int use_rtp,
- double rtcp_bw,
- int ttl,
- char *errmsg,
- uint32_t errmsg_len);
- void mpeg2t_delete_client(mpeg2t_client_t *info);
- void mpeg2t_set_loglevel(int loglevel);
- void mpeg2t_set_error_func (error_msg_func_t func);
- #ifdef __cplusplus
- }
- #endif
- #endif