1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  *
4  */
5 
6 #ifndef __HLS_H__
7 #define __HLS_H__
8 
9 
10 static int hls_index_get(char *desc);
11 int uvoice_hls_index_update(http_loader_t *loader, int index);
12 int uvoice_hls_file_next(http_loader_t *loader);
13 int uvoice_hls_build(http_loader_t *loader);
14 int uvoice_hls_release(http_loader_t *loader);
15 
16 
17 #endif /* __HLS_H__ */
18