wok annotate libdvdnav/description.txt @ rev 25137

updated phpmyadmin (5.0.2 -> 5.1.1)
author Hans-G?nter Theisgen
date Wed Jun 29 11:08:48 2022 +0100 (24 months ago)
parents
children
rev   line source
Hans-G?nter@24732 1 Libdvdnav is a library that allows easy use of sophisticated DVD navigation
Hans-G?nter@24732 2 features such as DVD menus, multiangle playback and even interactive DVD games.
Hans-G?nter@24732 3 All this functionality is provided through a simple API which provides the
Hans-G?nter@24732 4 DVD playback as a single logical stream of blocks, intermitted by special
Hans-G?nter@24732 5 dvdnav events to report certain conditions. The main usage of libdvdnav is a
Hans-G?nter@24732 6 loop regularly calling a function to get the next block, surrounded by
Hans-G?nter@24732 7 additional calls to tell the library of user interaction.
Hans-G?nter@24732 8 The whole DVD virtual machine and internal playback states are completely
Hans-G?nter@24732 9 encapsulated.