[vlc-devel] [PATCH] input: remove deprecated variables documentation

Thomas Guillem thomas at gllm.fr
Wed Jun 26 13:12:19 CEST 2019


---
 src/input/input_internal.h | 40 --------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index 8863b00c2d..949cff27c5 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -53,46 +53,6 @@ typedef struct input_thread_t
  * Input events and variables
  *****************************************************************************/
 
-/**
- * \defgroup inputvariable Input variables
- *
- * The input provides multiples variable you can write to and/or read from.
- *
- * TODO complete the documentation.
- * The read only variables are:
- *  - "length"
- *  - "can-seek" (if you can seek, it doesn't say if 'bar display' has be shown
- *    or not, for that check position != 0.0)
- *  - "can-pause"
- *  - "can-rate"
- *  - "can-rewind"
- *  - "can-record" (if a stream can be recorded while playing)
- *  - "teletext-es" (list of id from the spu tracks (spu-es) that are teletext, the
- *                   variable value being the one currently selected, -1 if no teletext)
- *  - "signal-quality"
- *  - "signal-strength"
- *  - "program-scrambled" (if the current program is scrambled)
- *  - "cache" (level of data cached [0 .. 1])
- *
- * The read-write variables are:
- *  - state (\see input_state_e)
- *  - rate
- *  - position
- *  - time, time-offset
- *  - title, next-title, prev-title
- *  - chapter, next-chapter, next-chapter-prev
- *  - program, audio-es, video-es, spu-es
- *  - audio-delay, spu-delay
- *  - bookmark (bookmark list)
- *  - record
- *  - frame-next
- *  - navigation (list of "title %2i")
- *  - "title %2i"
- *
- * The variable used for event is
- *  - intf-event (\see input_event_type_e)
- */
-
 /**
  * Input state
  *
-- 
2.20.1



More information about the vlc-devel mailing list