FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
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

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

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_flush(), dash_init(), and get_current_fragment().