Go to the source code of this file.
◆ FLAC_SEEKPOINT_SIZE
#define FLAC_SEEKPOINT_SIZE 18 |
◆ FLAC_SIGNATURE_SIZE
#define FLAC_SIGNATURE_SIZE 4 |
◆ FLAC_STREAMINFO_SIZE
#define FLAC_STREAMINFO_SIZE 34 |
◆ anonymous enum
Enumerator |
---|
FLAC_BLOCKTYPE_STREAMINFO | |
FLAC_BLOCKTYPE_PADDING | |
FLAC_BLOCKTYPE_APPLICATION | |
FLAC_BLOCKTYPE_SEEKTABLE | |
FLAC_BLOCKTYPE_VORBIS_COMMENT | |
FLAC_BLOCKTYPE_CUESHEET | |
FLAC_BLOCKTYPE_INVALID | |
◆ _x_parse_flac_metadata_header()
◆ _x_parse_flac_streaminfo_block()
References _X_BE_16, _X_BE_24, _X_BE_32, _X_BE_64, xine_flac_streaminfo_block::bits_per_sample, xine_flac_streaminfo_block::blocksize_max, xine_flac_streaminfo_block::blocksize_min, xine_flac_streaminfo_block::channels, xine_flac_streaminfo_block::framesize_max, xine_flac_streaminfo_block::framesize_min, xine_flac_streaminfo_block::samplerate, and xine_flac_streaminfo_block::total_samples.
Referenced by decode_flac_header().