|
_Noreturn int | sout_AccessOutControl (sout_access_out_t *out, int query,...) |
|
_Noreturn void | sout_AccessOutDelete (sout_access_out_t *out) |
|
sout_access_out_t * | sout_AccessOutNew (vlc_object_t *obj, const char *access, const char *name) |
|
_Noreturn ssize_t | sout_AccessOutRead (sout_access_out_t *out, block_t *block) |
|
_Noreturn int | sout_AccessOutSeek (sout_access_out_t *out, uint64_t offset) |
|
_Noreturn ssize_t | sout_AccessOutWrite (sout_access_out_t *out, block_t *block) |
|
session_descriptor_t * | sout_AnnounceRegisterSDP (vlc_object_t *obj, const char *sdp, const char *dst) |
|
_Noreturn void | sout_AnnounceUnRegister (vlc_object_t *obj, session_descriptor_t *d) |
|
encoder_t * | sout_EncoderCreate (vlc_object_t *p_this, size_t owner_size) |
|
_Noreturn sout_input_t * | sout_MuxAddStream (sout_mux_t *mux, const es_format_t *fmt) |
|
_Noreturn void | sout_MuxDelete (sout_mux_t *mux) |
|
_Noreturn void | sout_MuxDeleteStream (sout_mux_t *mux, sout_input_t *input) |
|
_Noreturn int | sout_MuxGetStream (sout_mux_t *mux, unsigned n, vlc_tick_t *date) |
|
_Noreturn sout_mux_t * | sout_MuxNew (sout_access_out_t *out, const char *mux) |
|
_Noreturn int | sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block) |
|
_Noreturn void | sout_MuxFlush (sout_mux_t *mux, sout_input_t *input) |
|
_Noreturn void | sout_StreamChainDelete (sout_stream_t *first, sout_stream_t *end) |
|
_Noreturn sout_stream_t * | sout_StreamChainNew (vlc_object_t *sout, const char *chain, sout_stream_t *next) |
|
_Noreturn int | vlm_Control (vlm_t *vlm, int query,...) |
|
_Noreturn void | vlm_Delete (vlm_t *vlm) |
|
_Noreturn int | vlm_ExecuteCommand (vlm_t *vlm, const char *cmd, vlm_message_t **pm) |
|
_Noreturn vlm_message_t * | vlm_MessageAdd (vlm_message_t *a, vlm_message_t *b) |
|
_Noreturn void | vlm_MessageDelete (vlm_message_t *m) |
|
vlm_message_t * | vlm_MessageSimpleNew (const char *a) |
|
vlm_message_t * | vlm_MessageNew (const char *a, const char *fmt,...) |
|
vlm_t * | vlm_New (libvlc_int_t *obj, const char *file) |
|
update_t *() | update_New (vlc_object_t *obj) |
| Create a new update VLC struct. More...
|
|
_Noreturn void | update_Delete (update_t *u) |
| Delete an update_t struct. More...
|
|
_Noreturn void | update_Check (update_t *u, void(*cb)(void *, bool), void *opaque) |
| Check for updates. More...
|
|
_Noreturn bool | update_NeedUpgrade (update_t *u) |
|
_Noreturn void | update_Download (update_t *u, const char *dir) |
| Download the file given in the update_t. More...
|
|
_Noreturn update_release_t * | update_GetRelease (update_t *u) |
|
_Noreturn void | vlc_control_cancel (vlc_cleanup_t *cleaner) |
| Internal handler for thread cancellation. More...
|
|
int | vlc_spawn (pid_t *pid, const char *file, const int *fds, const char *const *args) |
| Spawn a child process (by file name). More...
|
|
int | vlc_spawnp (pid_t *pid, const char *path, const int *fds, const char *const *args) |
| Spawn a child process. More...
|
|
int | vlc_waitpid (pid_t pid) |
| Waits for a child process. More...
|
|
This file contains dummy replacement API for disabled features.