Registry / other / libdvdread

libdvdread

JSON →
library6.1.3vcpkgunverified

Library to read DVD disks

vcpkg install libdvdread
INSTALL
IMPORT
SIG · LIBDVDREAD
L
libdvdread
othercppv6.1.3
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.

dvdread/dvd_reader.h
#include <dvdread/dvd_reader.h>

Open a DVD device

#include <dvdread/dvd_reader.h> #include <iostream> int main() { dvd_reader_t* dvd = DVDOpen("/dev/sr0"); if (dvd) { std::cout << "DVD opened successfully" << std::endl; DVDClose(dvd); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

libdvdread — pip install libdvdread · libregistry