Files
nginx-modules/ngx_http_flv_module/hls/ngx_rtmp_hls_module.h
2026-05-17 11:34:54 +08:00

16 lines
256 B
C

/*
* 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_ */