Go to the documentation of this file.
25 #ifndef LIBVLC_DEPRECATED_H
26 #define LIBVLC_DEPRECATED_H 1
279 const char * psz_uri );
481 int i_options,
char **ppsz_options );
LIBVLC_DEPRECATED LIBVLC_API void libvlc_audio_output_set_device_type(libvlc_media_player_t *p_mp, int device_type)
Stub for backward compatibility.
LIBVLC_DEPRECATED LIBVLC_API void libvlc_set_log_verbosity(libvlc_instance_t *p_instance, unsigned level)
This function does nothing.
const char * psz_message
Definition: deprecated.h:354
LIBVLC_DEPRECATED LIBVLC_API void libvlc_wait(libvlc_instance_t *p_instance)
Waits until an interface causes the instance to exit.
LIBVLC_DEPRECATED LIBVLC_API libvlc_log_t * libvlc_log_open(libvlc_instance_t *p_instance)
This function does nothing useful.
LIBVLC_DEPRECATED LIBVLC_API unsigned libvlc_get_log_verbosity(const libvlc_instance_t *p_instance)
Always returns minus one.
LIBVLC_DEPRECATED LIBVLC_API int libvlc_video_set_subtitle_file(libvlc_media_player_t *p_mi, const char *psz_subtitle)
Set new video subtitle file.
LIBVLC_DEPRECATED LIBVLC_API int libvlc_video_get_width(libvlc_media_player_t *p_mi)
Get current video width.
#define LIBVLC_DEPRECATED
Definition: libvlc.h:52
struct libvlc_log_iterator_t libvlc_log_iterator_t
This structure is opaque.
Definition: deprecated.h:346
LIBVLC_DEPRECATED LIBVLC_API libvlc_track_description_t * libvlc_video_get_chapter_description(libvlc_media_player_t *p_mi, int i_title)
Get the description of available chapters for specific title.
struct libvlc_event_manager_t libvlc_event_manager_t
Event manager that belongs to a libvlc object, and from whom events can be received.
Definition: libvlc.h:310
LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_iterator_free(libvlc_log_iterator_t *p_iter)
Frees memory allocated by libvlc_log_get_iterator().
struct libvlc_log_message_t libvlc_log_message_t
LIBVLC_DEPRECATED LIBVLC_API libvlc_log_message_t * libvlc_log_iterator_next(libvlc_log_iterator_t *p_iter, libvlc_log_message_t *p_buf)
Always returns NULL.
LIBVLC_DEPRECATED LIBVLC_API char * libvlc_audio_output_device_longname(libvlc_instance_t *p_instance, const char *psz_output, int i_device)
Backward compatibility stub.
LIBVLC_DEPRECATED LIBVLC_API int libvlc_audio_output_get_device_type(libvlc_media_player_t *p_mi)
Stub for backward compatibility.
LIBVLC_DEPRECATED LIBVLC_API unsigned libvlc_log_count(const libvlc_log_t *p_log)
Always returns zero.
int i_severity
Definition: deprecated.h:350
LIBVLC_DEPRECATED LIBVLC_API int libvlc_video_get_height(libvlc_media_player_t *p_mi)
Get current video height.
LIBVLC_DEPRECATED LIBVLC_API void libvlc_playlist_play(libvlc_instance_t *p_instance, int i_id, int i_options, char **ppsz_options)
Start playing (if there is any item in the playlist).
const char * psz_header
Definition: deprecated.h:353
Definition: deprecated.h:348
LIBVLC_DEPRECATED LIBVLC_API libvlc_log_iterator_t * libvlc_log_get_iterator(const libvlc_log_t *p_log)
This function does nothing useful.
const char * psz_name
Definition: vlc_codecs.h:315
LIBVLC_DEPRECATED LIBVLC_API libvlc_track_description_t * libvlc_video_get_title_description(libvlc_media_player_t *p_mi)
Get the description of available titles.
#define LIBVLC_API
Definition: libvlc.h:42
const char * psz_type
Definition: deprecated.h:351
LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_clear(libvlc_log_t *p_log)
This function does nothing.
LIBVLC_DEPRECATED LIBVLC_API int libvlc_audio_output_device_count(libvlc_instance_t *p_instance, const char *psz_audio_output)
Backward compatibility stub.
LIBVLC_DEPRECATED LIBVLC_API char * libvlc_audio_output_device_id(libvlc_instance_t *p_instance, const char *psz_audio_output, int i_device)
Backward compatibility stub.
struct libvlc_instance_t libvlc_instance_t
This structure is opaque.
Definition: libvlc.h:76
LIBVLC_DEPRECATED LIBVLC_API void libvlc_log_close(libvlc_log_t *p_log)
Frees memory allocated by libvlc_log_open().
LIBVLC_DEPRECATED LIBVLC_API int libvlc_log_iterator_has_next(const libvlc_log_iterator_t *p_iter)
Always returns zero.
Description for video, audio tracks and subtitles.
Definition: libvlc_media_player.h:48
const char * psz_name
Definition: deprecated.h:352
LIBVLC_DEPRECATED LIBVLC_API void libvlc_toggle_teletext(libvlc_media_player_t *p_mi)
Toggle teletext transparent status on video output.
Log message.
Definition: vlc_messages.h:55