X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc%2Flibvlc_structures.h;h=b76f2df6ab34b77fa1196f627aab68b6905bc17c;hb=0737a8ca97311b943c4437adb0bef9f39aa1962b;hp=44a3718671cef48780b0f5be2990a2490f270949;hpb=dd1e8bad853c63c7df40ba28ae62137fc8e5001a;p=vlc diff --git a/include/vlc/libvlc_structures.h b/include/vlc/libvlc_structures.h index 44a3718671..b76f2df6ab 100644 --- a/include/vlc/libvlc_structures.h +++ b/include/vlc/libvlc_structures.h @@ -35,63 +35,20 @@ extern "C" { # endif -/** This structure is opaque. It represents a libvlc instance */ -typedef struct libvlc_instance_t libvlc_instance_t; - -/***************************************************************************** - * Time - *****************************************************************************/ -/** \defgroup libvlc_time libvlc_time +/** * \ingroup libvlc_core - * LibVLC Time support in libvlc - * @{ - */ - -typedef int64_t libvlc_time_t; - -/**@} */ - -/***************************************************************************** - * Media Descriptor - *****************************************************************************/ -/** \defgroup libvlc_media libvlc_media - * \ingroup libvlc - * LibVLC Media Descriptor handling - * @{ - */ - - -/**@} */ - - -/***************************************************************************** - * Playlist - *****************************************************************************/ -/** \defgroup libvlc_playlist libvlc_playlist (Deprecated) - * \ingroup libvlc - * LibVLC Playlist handling (Deprecated) - * @deprecated Use media_list * @{ */ -typedef struct libvlc_playlist_item_t -{ - int i_id; - char * psz_uri; - char * psz_name; +/** This structure is opaque. It represents a libvlc instance */ +typedef struct libvlc_instance_t libvlc_instance_t; -} libvlc_playlist_item_t; +typedef int64_t libvlc_time_t; /**@} */ - -/***************************************************************************** - * Message log handling - *****************************************************************************/ - -/** \defgroup libvlc_log libvlc_log - * \ingroup libvlc_core - * LibVLC Message Logging +/** + * \ingroup libvlc_log * @{ */