openshot-audio  0.1.6
Modules
FLAC C API

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/_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.
 

Detailed Description

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.