Eric Oulashin's C++ Audio Mixer 1.0
MP3File.h File Reference
#include <cstdint>
#include <string>
#include <utility>
#include "SndFileBackedMetadataAudioFile.h"
#include "MP3FileInfo.h"
Include dependency graph for MP3File.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EOUtils::MP3File

Namespaces

namespace  EOUtils

Enumerations

enum class  EOUtils::Mp3BitrateMode : int { EOUtils::Constant = SF_BITRATE_MODE_CONSTANT , EOUtils::Average = SF_BITRATE_MODE_AVERAGE , EOUtils::Variable = SF_BITRATE_MODE_VARIABLE }