wok-current view libdvdnav/description.txt @ rev 25155
updated proxytunnel (1.9.0 -> 1.10)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 15:35:33 2022 +0100 (2022-06-30) |
parents | |
children |
line source
1 Libdvdnav is a library that allows easy use of sophisticated DVD navigation
2 features such as DVD menus, multiangle playback and even interactive DVD games.
3 All this functionality is provided through a simple API which provides the
4 DVD playback as a single logical stream of blocks, intermitted by special
5 dvdnav events to report certain conditions. The main usage of libdvdnav is a
6 loop regularly calling a function to get the next block, surrounded by
7 additional calls to tell the library of user interaction.
8 The whole DVD virtual machine and internal playback states are completely
9 encapsulated.