]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_structures.h
Add media and player state support
[vlc] / include / vlc / libvlc_structures.h
index e5e1be37ca01c2d076ceb19c7a95a83c7c5b4d4d..7ad8378dc45578779f51adef701f91a59106c07f 100644 (file)
@@ -127,7 +127,8 @@ typedef struct libvlc_media_player_t libvlc_media_player_t;
 
 /**
  * Note the order of libvlc_state_t enum must match exactly the order of
- * @see mediacontrol_PlayerStatus and @see input_state_e enums.
+ * @see mediacontrol_PlayerStatus, @see input_state_e enums,
+ * and VideoLAN.LibVLC.State (at bindings/cil/src/media.cs).
  *
  * Expected states by web plugins are:
  * IDLE/CLOSE=0, OPENING=1, BUFFERING=2, PLAYING=3, PAUSED=4,
@@ -265,14 +266,6 @@ typedef struct libvlc_audio_output_t
  * @{
  */
 
-/**
-* Downcast to this general type as placeholder for a platform specific one, such as:
-*  Drawable on X11,
-*  CGrafPort on MacOSX,
-*  HWND on win32
-*/
-typedef int libvlc_drawable_t;
-
 /**
 * Rectangle type for video geometry
 */