summaryrefslogtreecommitdiff
path: root/multimedia/libdvdnav/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libdvdnav/DESCR')
-rw-r--r--multimedia/libdvdnav/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/DESCR b/multimedia/libdvdnav/DESCR
new file mode 100644
index 00000000000..ec0113bb76e
--- /dev/null
+++ b/multimedia/libdvdnav/DESCR
@@ -0,0 +1,9 @@
+libdvdnav is a library that allows easy use of sophisticated DVD navigation
+features such as DVD menus, multiangle playback and even interactive DVD
+games. All this functionality is provided through a simple API which
+provides the DVD playback as a single logical stream of blocks, intermitted
+by special dvdnav events to report certain conditions. The main usage of
+libdvdnav is a loop regularly calling a function to get the next block,
+surrounded by additional calls to tell the library of user interaction.
+The whole DVD virtual machine and internal playback states are completely
+encapsulated.