Crate flac
Source - closure_objects
- The objects for you to implement your closure, some is closures’ params, some is the return value that your closure should return.
- errors
- The errors of this library
- options
- The codec options for FLAC
- FlacDecoder
- The flac decoder. The
FlacDecoder
is a wrapper for the FlacDecoderUnmovable
what prevents the structure moves. - FlacDecoderUnmovable
- The flac decoder. The
FlacDecoder
is a wrapper for the FlacDecoderUnmovable
what prevents the structure moves. - FlacEncoder
- The flac encoder. The
FlacEncoder
is a wrapper for the FlacEncoderUnmovable
what prevents the structure moves. - FlacEncoderUnmovable
- The flac encoder. The
FlacEncoder
is a wrapper for the FlacEncoderUnmovable
what prevents the structure moves.