FFmpeg
Loading...
Searching...
No Matches
dash.h File Reference
#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)
 

Enumeration Type Documentation

◆ DASHTmplId

enum DASHTmplId
Enumerator
DASH_TMPL_ID_UNDEFINED 
DASH_TMPL_ID_ESCAPE 
DASH_TMPL_ID_REP_ID 
DASH_TMPL_ID_NUMBER 
DASH_TMPL_ID_BANDWIDTH 
DASH_TMPL_ID_TIME 

Definition at line 27 of file dash.h.

Function Documentation

◆ ff_dash_fill_tmpl_params()

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 95 of file dash.c.

Referenced by dash_init(), dash_write_packet(), and get_current_fragment().