Upload Modules
This commit is contained in:
15
ngx_http_flv_module/hls/ngx_rtmp_hls_module.h
Normal file
15
ngx_http_flv_module/hls/ngx_rtmp_hls_module.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/*
|
||||
* Copyright (C) Winshining
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _NGX_RTMP_HLS_MODULE_H_
|
||||
#define _NGX_RTMP_HLS_MODULE_H_
|
||||
|
||||
|
||||
ngx_int_t ngx_rtmp_hls_copy(ngx_rtmp_session_t *s, void *dst, u_char **src,
|
||||
size_t n, ngx_chain_t **in);
|
||||
|
||||
|
||||
#endif /* _NGX_RTMP_HLS_MODULE_H_ */
|
||||
Reference in New Issue
Block a user