openshot-audio
0.1.6
|
Modules | |
FLAC/callback.h: I/O callback structures | |
This module defines the structures for describing I/O callbacks to the other FLAC interfaces. | |
FLAC/export.h: export symbols | |
This module contains #defines and symbols for exporting function calls, and providing version information and compiled-in features. | |
FLAC/format.h: format components | |
This module contains structure definitions for the representation of FLAC format components in memory. These are the basic structures used by the rest of the interfaces. | |
FLAC/metadata.h: metadata interfaces | |
This module provides functions for creating and manipulating FLAC metadata blocks in memory, and three progressively more powerful interfaces for traversing and editing metadata in native FLAC files. Note that currently only the Chain interface (level 2) supports Ogg FLAC files, and it is read-only i.e. no writing back changed metadata to file. | |
FLAC/_decoder.h: decoder interfaces | |
This module describes the decoder layers provided by libFLAC. | |
FLAC/_encoder.h: encoder interfaces | |
This module describes the encoder layers provided by libFLAC. | |
The FLAC C API is the interface to libFLAC, a set of structures describing the components of FLAC streams, and functions for encoding and decoding streams, as well as manipulating FLAC metadata in files.
You should start with the format components as all other modules are dependent on it.