|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/pstypes.h"#include "sound/ds.h"#include "sound/dscap.h"#include "sound/openal.h"#include <string>Go to the source code of this file.
Classes | |
| struct | ALcapture_t |
Typedefs | |
| typedef struct ALcapture_t | ALcapture_t |
Functions | |
| int | dscap_init () |
| void | dscap_release_buffer () |
| int | dscap_create_buffer (int freq, int bits_per_sample, int nchannels, int nseconds) |
| int | dscap_supported () |
| int | dscap_start_record () |
| int | dscap_stop_record () |
| void | dscap_close () |
| int | dscap_max_buffersize () |
| int | dscap_get_raw_data (unsigned char *outbuf, unsigned int max_size) |
Variables | |
| int | dscap_inited = 0 |
| int | dscap_recording = 0 |
| typedef struct ALcapture_t ALcapture_t |