Update NEWS for v0.9.4
[libquvi.git] / doc / man3 / libquvi.3.txt
bloba1e41d5c1f9c614b9318330a496c4441ceae9fe3
1 libquvi(3)
2 ==========
4 NAME
5 ----
6 libquvi - Overview of the library
8 DESCRIPTION
9 -----------
10 libquvi is a cross-platform library with C API for parsing adobe
11 flash media properties. "quvi" is an acronym for "query video".
13 ENVIRONMENT
14 -----------
16 LIBQUVI_EXCLUSIVE_SCRIPTS_DIR::
17   When defined, the library will *only* use those scripts found at the
18   directories specified by the LIBQUVI_SCRIPTS_DIR.
20 NOTE: Useful, for example, when the current set of the scripts at
21       $top_srcdir/share/ (of libquvi-scripts) are being tested by the
22       testsuite of the libquvi-scripts.  The library would, otherwise,
23       include the scripts from the libquvi-scripts instance built with
24       the library and likely interfere with the tests.
26 LIBQUVI_SCRIPTS_DIR::
27   The library will additionally look in the colon-separated list of
28   directories specified by the LIBQUVI_SCRIPTS_DIR environment variable.
30 LIBQUVI_SCRIPTS_VERBOSE::
31   When defined, enables the output from any libquvi scripts using the
32   debug facility ('quvi/debug' module).
34 LIBQUVI_SHOW_DIR::
35   When defined, the library will output the paths of the searched
36   directories to the stderr.
38 LIBQUVI_SHOW_SCRIPT::
39   When defined, the library will output the file names of the found
40   scripts to stderr. The output will also indicate whether the script
41   was accepted by the library.
43 Proxy::
44   libquvi uses linkman:libcurl[3]. See the libcurl documentation (C API
45   and/or linkman:curl[1]) for a complete list of the supported proxy
46   environment variables.
48 SEE ALSO
49 --------
50 linkman:libquvi-scripts[7], linkman:quvi[1], linkman:quvi-object[7],
51 linkman:quvi-modules[7], linkman:quvi-modules-3rdparty[7]
53 include::../footer.txt[]