vlc | branch: master | Thomas Guillem <[email protected]> | 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" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
