libogg - Xiph.org container format library
Please see following description for synopsis
libogg(3lib) Interface Libraries libogg(3lib)
NAME
libogg - Xiph.org container format library
DESCRIPTION
libogg is an implementation of the Ogg specification by the Xiph.org
Foundation. libogg provides an API to work with the Ogg container for-
mat for audio, video, and multimedia.
Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form. For example, the
Ogg bitstream makes seeking, time stamping, and error recovery possi-
ble, as well as mixing several separate, concurrent media streams into
a single physical bitstream.
FILES
The following files are provided by this library:
/usr/lib/libogg.so Ogg 32-bit shared library
/usr/lib/64/libogg.so Ogg 64-bit shared library
/usr/lib/pkgconfig/ogg.pc pkg-config(1) file for Ogg 32-bit
shared library
/usr/lib/64/pkgconfig/ogg.pc pkg-config(1) file for Ogg 64-bit
shared library
/usr/share/doc/libogg Location of developer documentation
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | codec/libogg |
+---------------+-----------------------+
|Stability | Pass-through volatile |
+---------------+-----------------------+
SEE ALSO
pkg-config(1), libvorbis(3lib), attributes(7), gnome-interfaces(7)
NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2004, 2006.
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://down-
loads.xiph.org/releases/ogg/libogg-1.3.5.tar.gz.
Further information about this software can be found on the open source
community website at https://xiph.org/ogg/.
Solaris 11.4 7 Apr 2017 libogg(3lib)