Panda3D
Functions | Variables
config_openalAudio.h File Reference

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

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "audioManager.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO)
 
EXPCL_OPENAL_AUDIO Create_AudioManager_proc * get_audio_manager_func_openal_audio ()
 This function is called when the dynamic library is loaded; it should return the Create_AudioManager function appropriate to create an OpenALAudioManager. More...
 
EXPCL_OPENAL_AUDIO void init_libOpenALAudio ()
 Initializes the library. More...
 
 NotifyCategoryDecl (openalAudio, EXPCL_OPENAL_AUDIO, EXPTP_OPENAL_AUDIO)
 

Variables

ConfigVariableDouble openal_buffer_delete_delay
 
ConfigVariableInt openal_buffer_delete_retries
 
ConfigVariableString openal_device
 

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 config_openalAudio.h.

Function Documentation

◆ get_audio_manager_func_openal_audio()

EXPCL_OPENAL_AUDIO Create_AudioManager_proc* get_audio_manager_func_openal_audio ( )

This function is called when the dynamic library is loaded; it should return the Create_AudioManager function appropriate to create an OpenALAudioManager.

Definition at line 86 of file config_openalAudio.cxx.

References Create_OpenALAudioManager(), and init_libOpenALAudio().

◆ init_libOpenALAudio()

EXPCL_OPENAL_AUDIO void init_libOpenALAudio ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 62 of file config_openalAudio.cxx.

References PandaSystem::add_system(), Create_OpenALAudioManager(), PandaSystem::get_global_ptr(), and PandaSystem::set_system_tag().

Referenced by get_audio_manager_func_openal_audio().