[vlc-commits] input: remove deprecated variables documentation
Thomas Guillem
git at videolan.org
Thu Jun 27 09:47:16 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jun 26 13:11:53 2019 +0200| [e27fa95411bda67c402463b69f478b7fa6ae5fe7] | committer: Thomas Guillem
input: remove deprecated variables documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e27fa95411bda67c402463b69f478b7fa6ae5fe7
---
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
@@ -54,46 +54,6 @@ typedef struct input_thread_t
*****************************************************************************/
/**
- * \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
*
* This enum is used by the variable "state"
More information about the vlc-commits
mailing list