Registry / serialization / libogg

libogg

JSON →
library1.3.6vcpkgunverified

Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.

vcpkg install libogg
INSTALL
IMPORT
SIG · LIBOGG
L
libogg
serializationcppv1.3.6
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.

ogg/ogg.h
#include <ogg/ogg.h>

Initialize and clear an Ogg sync state

#include <ogg/ogg.h> #include <cstdio> int main() { ogg_sync_state oy; ogg_sync_init(&oy); ogg_sync_clear(&oy); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

libogg — pip install libogg · libregistry