#include "config.h"
#include "vlc_config.h"
#include "modules_inner.h"
#include <stdlib.h>
#include <stdarg.h>
#include <malloc.h>
#include "vlc_threads.h"
#include <netinet/in.h>
#include "vlc_symbols.h"
#include "os_specific.h"
#include "vlc_messages.h"
#include "variables.h"
#include "vlc_objects.h"
#include "vlc_threads_funcs.h"
#include "mtime.h"
#include "modules.h"
#include "main.h"
#include "configuration.h"
Go to the source code of this file.
Typedefs | |
typedef int64_t | mtime_t |
typedef uint32_t | vlc_fourcc_t |
Enumerations | |
enum | playlist_command_t { PLAYLIST_PLAY, PLAYLIST_AUTOPLAY, PLAYLIST_VIEWPLAY, PLAYLIST_ITEMPLAY, PLAYLIST_PAUSE, PLAYLIST_STOP, PLAYLIST_SKIP, PLAYLIST_GOTO, PLAYLIST_VIEWGOTO } |
Definition in file vlc_common.h.
|
High precision date or time interval Store a high precision date or time interval. The maximum precision is the microsecond, and a 64 bits integer is used to avoid overflows (maximum time interval is then 292271 years, which should be long enough for any video). Dates are stored as microseconds since a common date (usually the epoch). Note that date and time intervals can be manipulated using regular arithmetic operators, and that no special functions are required. Definition at line 171 of file vlc_common.h. |
|
The vlc_fourcc_t type. See http://www.webartz.com/fourcc/ for a very detailed list. Definition at line 178 of file vlc_common.h. |
|
Playlist commands
Definition at line 216 of file vlc_common.h. |