libalaudio
2.0.6.8
|
#include <alextractor/alextractor.h>
#include <alvalue/alvalue.h>
#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
#include <qi/log.hpp>
#include <qi/macro.hpp>
Go to the source code of this file.
Classes | |
class | AL::ALSoundExtractor |
Namespaces | |
namespace | AL |
Defines | |
#define | DESACTIVATE_ALL_DEV_INFO |
#define | AL_SOUND_EXTRACTOR_DEBUG_PRINTF(...) /* onestr */ |
#define | AL_SOUND_EXTRACTOR_DEBUG_LOG(onestr) /* onestr */ |
#define | AL_SOUND_EXTRACTOR_INFO_LOG(onestr) /* onestr */ |
#define | AL_SOUND_EXTRACTOR_ERROR_LOG(onestr) /* onestr */ |
Typedefs | |
typedef signed short | AL_SOUND_FORMAT |
Enumerations | |
enum | AL::AUDIOCHANNELTYPE { AL::ALLCHANNELS = 0, AL::LEFTCHANNEL = 1, AL::RIGHTCHANNEL = 2, AL::FRONTCHANNEL = 3, AL::REARCHANNEL = 4, AL::FIRSTCHANNEL = LEFTCHANNEL, AL::SECONDCHANNEL = RIGHTCHANNEL, AL::THIRDCHANNEL = FRONTCHANNEL, AL::FOURTHCHANNEL = REARCHANNEL } |
#define AL_SOUND_EXTRACTOR_DEBUG_LOG | ( | onestr | ) | /* onestr */ |
Definition at line 33 of file alsoundextractor.h.
#define AL_SOUND_EXTRACTOR_DEBUG_PRINTF | ( | ... | ) | /* onestr */ |
Definition at line 32 of file alsoundextractor.h.
#define AL_SOUND_EXTRACTOR_ERROR_LOG | ( | onestr | ) | /* onestr */ |
Definition at line 35 of file alsoundextractor.h.
#define AL_SOUND_EXTRACTOR_INFO_LOG | ( | onestr | ) | /* onestr */ |
Definition at line 34 of file alsoundextractor.h.
#define DESACTIVATE_ALL_DEV_INFO |
Definition at line 24 of file alsoundextractor.h.
typedef signed short AL_SOUND_FORMAT |
Definition at line 19 of file alsoundextractor.h.