Include dependency graph for vlc_es_out.h:

Go to the source code of this file.
Data Structures | |
| struct | es_out_t |
Defines | |
| #define | VLC_ES_OUT_H 1 |
Enumerations | |
| enum | es_out_mode_e { ES_OUT_MODE_NONE, ES_OUT_MODE_ALL, ES_OUT_MODE_AUTO, ES_OUT_MODE_PARTIAL } |
| enum | es_out_query_e { ES_OUT_SET_ACTIVE, ES_OUT_GET_ACTIVE, ES_OUT_SET_MODE, ES_OUT_GET_MODE, ES_OUT_SET_ES, ES_OUT_SET_DEFAULT, ES_OUT_SET_ES_STATE, ES_OUT_GET_ES_STATE, ES_OUT_SET_GROUP, ES_OUT_GET_GROUP, ES_OUT_SET_PCR, ES_OUT_SET_GROUP_PCR, ES_OUT_RESET_PCR, ES_OUT_GET_TS, ES_OUT_SET_FMT, ES_OUT_SET_NEXT_DISPLAY_TIME, ES_OUT_SET_GROUP_META, ES_OUT_SET_GROUP_EPG, ES_OUT_DEL_GROUP } |
Functions | |
| static es_out_id_t * | es_out_Add (es_out_t *out, es_format_t *fmt) |
| static void | es_out_Del (es_out_t *out, es_out_id_t *id) |
| static int | es_out_Send (es_out_t *out, es_out_id_t *id, block_t *p_block) |
| static int | es_out_vaControl (es_out_t *out, int i_query, va_list args) |
| static int | es_out_Control (es_out_t *out, int i_query,...) |
| #define VLC_ES_OUT_H 1 |
1.5.1