FFmpeg
4.4
|
#include "avformat.h"
Go to the source code of this file.
Enumerations | |
enum | DASHTmplId { DASH_TMPL_ID_UNDEFINED = -1 , DASH_TMPL_ID_ESCAPE , DASH_TMPL_ID_REP_ID , DASH_TMPL_ID_NUMBER , DASH_TMPL_ID_BANDWIDTH , DASH_TMPL_ID_TIME } |
Functions | |
void | ff_dash_fill_tmpl_params (char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time) |
enum DASHTmplId |
void ff_dash_fill_tmpl_params | ( | char * | dst, |
size_t | buffer_size, | ||
const char * | template, | ||
int | rep_id, | ||
int | number, | ||
int | bit_rate, | ||
int64_t | time | ||
) |
Definition at line 96 of file dash.c.
Referenced by dash_init(), dash_write_packet(), and get_current_fragment().