Registry / other / libdvdnav

libdvdnav

JSON →
library6.1.1vcpkgunverified

A library for navigating DVD disks.

vcpkg install libdvdnav
INSTALL
IMPORT
SIG · LIBDVDNAV
L
libdvdnav
othercppv6.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dvdnav/dvdnav.h
#include <dvdnav/dvdnav.h>

Open a DVD device and retrieve the title string.

#include <dvdnav/dvdnav.h> #include <cstdio> int main() { dvdnav_t* nav; dvdnav_open(&nav, "/dev/dvd"); char title[256]; dvdnav_get_title_string(nav, title); printf("%s\n", title); dvdnav_close(nav); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libdvdnav — pip install libdvdnav · libregistry