Panda3D
Classes | Functions
openalAudioManager.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "audioManager.h"
#include "plist.h"
#include "pmap.h"
#include "pset.h"
#include "movieAudioCursor.h"
#include "reMutex.h"
#include <AL/al.h>
#include <AL/alc.h>

Go to the source code of this file.

Classes

class  OpenALAudioManager
 

Functions

void al_audio_errcheck (const char *context)
 
void alc_audio_errcheck (const char *context, ALCdevice *device)
 
EXPCL_OPENAL_AUDIO AudioManagerCreate_OpenALAudioManager ()
 Factory Function. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
Ben Buchwald bb2@a.nosp@m.lumn.nosp@m.i.cmu.nosp@m..edu

Definition in file openalAudioManager.h.

Function Documentation

◆ Create_OpenALAudioManager()

EXPCL_OPENAL_AUDIO AudioManager* Create_OpenALAudioManager ( )

Factory Function.

Definition at line 73 of file openalAudioManager.cxx.

Referenced by get_audio_manager_func_openal_audio(), and init_libOpenALAudio().