#include "AUD_PyInit.h"
#include <AUD_Sound.h>
#include <python/PyAPI.h>
#include <python/PySound.h>
Go to the source code of this file.
◆ AUD_getSoundFromPointer()
| static PyObject * AUD_getSoundFromPointer |
( |
PyObject * | self, |
|
|
PyObject * | args ) |
|
static |
◆ AUD_initPython()
| PyObject * AUD_initPython |
( |
void | | ) |
|
◆ BKE_sound_get_factory()
| void * BKE_sound_get_factory |
( |
void * | sound | ) |
|
|
extern |
◆ meth_sound_from_pointer
| PyMethodDef meth_sound_from_pointer[] |
|
static |
Initial value:= {
{"_sound_from_pointer",
METH_O,
"_sound_from_pointer(pointer)\n\n"
"Returns the corresponding :class:`Factory` object.\n\n"
":arg pointer: The pointer to the bSound object as long.\n"
":type pointer: long\n"
":return: The corresponding :class:`Factory` object.\n"
":rtype: :class:`Factory`"}}
static PyObject * AUD_getSoundFromPointer(PyObject *self, PyObject *args)
Definition at line 40 of file AUD_PyInit.cpp.
Referenced by AUD_initPython().