C | |
| callbacks [Flac.Encoder] | Type of a set of callbacks |
| callbacks [Flac.Decoder] | Type of a collection of callbacks. |
| comments [Flac.Encoder] | (Vorbis) comments for encoding |
| comments [Flac.Decoder] | (Vorbis) comments of decoded FLAC data. |
D | |
| dec [Flac.Decoder] | Type of an uninitialized decoder. |
F | |
| file [Flac.Encoder.File] | Generic variant type for file encoder |
| file [Flac.Decoder.File] | File variant type for a file decoder |
G | |
| generic [Flac.Encoder] | Generic type for an encoder |
| generic [Flac.Decoder] | Generic variant type for callbacks and decoder. |
H | |
| handle [Flac.Encoder.File] | Handle for file encoder |
| handle [Flac.Decoder.File] | |
I | |
| info [Flac.Decoder] | Info about decoded FLAC data. |
O | |
| ogg [Ogg_flac.Encoder] | Variant type for ogg/flac encoder |
| ogg [Ogg_flac.Decoder] | Variant type for ogg/flac decoder |
P | |
| params [Flac.Encoder] | Type of encoding parameters |
R | |
| read [Flac.Decoder] | Type of a read callback. |
S | |
| state [Flac.Decoder] | Possible states of a decoder. |
T | |
| t [Flac.Encoder] | Type of an encoder. |
| t [Flac.Decoder] | Type of an initialized decoder. |
W | |
| write [Flac.Encoder] | Type of a write callback |
| write [Flac.Decoder] | Type of a write callback. |