HomeSort by relevance Sort by last modified time
    Searched full:alcobject (Results 1 - 1 of 1) sorted by null

  /external/python/cpython2/Modules/
almodule.c 39 } alcobject; typedef in typeref:struct:__anon32764
246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int))
261 GetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig))
278 alc_SetWidth(alcobject *self, PyObject *args)
288 alc_GetWidth(alcobject *self, PyObject *args)
299 alc_SetSampFmt(alcobject *self, PyObject *args)
310 alc_GetSampFmt(alcobject *self, PyObject *args)
320 alc_SetChannels(alcobject *self, PyObject *args)
330 alc_GetChannels(alcobject *self, PyObject *args)
340 alc_SetFloatMax(alcobject *self, PyObject *args
    [all...]

Completed in 57 milliseconds