Include dependency graph for display.c:

Data Structures | |
| struct | sout_stream_sys_t |
| struct | sout_stream_id_t |
Defines | |
| #define | AUDIO_TEXT N_("Enable audio") |
| #define | AUDIO_LONGTEXT N_( "Enable/disable audio rendering." ) |
| #define | VIDEO_TEXT N_("Enable video") |
| #define | VIDEO_LONGTEXT N_( "Enable/disable video rendering." ) |
| #define | DELAY_TEXT N_("Delay") |
| #define | DELAY_LONGTEXT N_( "Introduces a delay in the display of the stream." ) |
| #define | SOUT_CFG_PREFIX "sout-display-" |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static sout_stream_id_t * | Add (sout_stream_t *, es_format_t *) |
| static int | Del (sout_stream_t *, sout_stream_id_t *) |
| static int | Send (sout_stream_t *, sout_stream_id_t *, block_t *) |
Variables | |
| static const char *const | ppsz_sout_options [] |
| #define AUDIO_LONGTEXT N_( "Enable/disable audio rendering." ) |
| #define AUDIO_TEXT N_("Enable audio") |
| #define DELAY_LONGTEXT N_( "Introduces a delay in the display of the stream." ) |
| #define DELAY_TEXT N_("Delay") |
| #define SOUT_CFG_PREFIX "sout-display-" |
| #define VIDEO_LONGTEXT N_( "Enable/disable video rendering." ) |
| #define VIDEO_TEXT N_("Enable video") |
| static sout_stream_id_t * Add | ( | sout_stream_t * | , | |
| es_format_t * | ||||
| ) | [static] |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Del | ( | sout_stream_t * | , | |
| sout_stream_id_t * | ||||
| ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int Send | ( | sout_stream_t * | , | |
| sout_stream_id_t * | , | |||
| block_t * | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const char* const ppsz_sout_options[] [static] |
Initial value:
{
"audio", "video", "delay", NULL
}
1.5.1