VLC
4.0.0-dev
|
This file contains dummy replacement API for disabled features. More...
Functions | |
void | sdp_AddMedia (struct vlc_memstream *sdp, const char *type, const char *protocol, int dport, unsigned pt, bool bw_indep, unsigned bw, const char *ptname, unsigned clockrate, unsigned channels, const char *fmtp) |
void | sdp_AddAttribute (struct vlc_memstream *sdp, const char *name, const char *fmt,...) |
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, off_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) |
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_instance_t *instance, const char *mux, sout_access_out_t *out) |
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 *last) |
noreturn sout_stream_t * | sout_StreamChainNew (sout_instance_t *sout, const char *chain, sout_stream_t *next, sout_stream_t **last) |
int | vlc_sdp_Start (struct vlc_memstream *sdp, vlc_object_t *obj, const char *cfg, const struct sockaddr *src, size_t srclen, const struct sockaddr *addr, size_t addrlen) |
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) |
This file contains dummy replacement API for disabled features.