Chris@1: Chris@1: Chris@1: FLAC: FLAC/_encoder.h: encoder interfaces Chris@1: Chris@1: Chris@1: Chris@1:
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members
Chris@1:

FLAC/_encoder.h: encoder interfaces
Chris@1: Chris@1: [FLAC C API] Chris@1:


Detailed Description

Chris@1: This module describes the encoder layers provided by libFLAC. Chris@1:

Chris@1: The stream encoder can be used to encode complete streams either to the client via callbacks, or directly to a file, depending on how it is initialized. When encoding via callbacks, the client provides a write callback which will be called whenever FLAC data is ready to be written. If the client also supplies a seek callback, the encoder will also automatically handle the writing back of metadata discovered while encoding, like stream info, seek points offsets, etc. When encoding to a file, the client needs only supply a filename or open FILE* and an optional progress callback for periodic notification of progress; the write and seek callbacks are supplied internally. For more info see the stream encoder module. Chris@1:

Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1:

Modules

 FLAC/stream_encoder.h: stream encoder interface
Chris@1: Chris@1:


Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: Chris@1: