Registry / other / libbluray

libbluray

JSON →
library1.4.1vcpkgunverified

Library to access Blu-Ray disks for playback and metadata.

vcpkg install libbluray
INSTALL
IMPORT
SIG · LIBBLURAY
L
libbluray
othercppv1.4.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.

libbluray/bluray.h
#include <libbluray/bluray.h>

Open a Blu-ray disc

#include <libbluray/bluray.h> #include <iostream> int main() { BLURAY* bd = bd_open("/path/to/BDMV", NULL); if (bd) { std::cout << "Blu-ray opened successfully" << std::endl; bd_close(bd); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libbluray — pip install libbluray · libregistry