Go to the documentation of this file.
24 #ifndef LIBVLC_INPUT_INTERNAL_H
25 #define LIBVLC_INPUT_INTERNAL_H 1
41 #define INPUT_CONTROL_FIFO_SIZE 100
56 int i_seekpoint_offset;
60 int i_seekpoint_start;
65 bool b_can_pace_control;
66 bool b_can_rate_control;
67 bool b_can_stream_record;
248 #define INPUT_PTS_DELAY_MAX INT64_C(60000000)
275 const char **,
char * );
#define VLC_COMMON_MEMBERS
Backward compatibility macro.
Definition: vlc_common.h:453
Definition: vlc_input.h:48
Definition: vlc_demux.h:43
Viewpoints.
Definition: vlc_viewpoint.h:44
pthread_cond_t vlc_cond_t
Condition variable.
Definition: vlc_threads.h:279
Definition: vlc_es_out.h:111
int i_type
Definition: httpd.c:1250
Thread handle.
Definition: vlc_threads.h:252
Definition: interrupt.h:30
#define container_of(ptr, type, member)
Definition: vlc_common.h:944
pthread_mutex_t vlc_mutex_t
Mutex.
Definition: vlc_threads.h:267
const char name[16]
Definition: httpd.c:1249
Definition: renderer_discovery.c:33
VLC value structure.
Definition: vlc_common.h:325
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access)
Definition: vlc_sout.h:48