ReactOS 0.4.16-dev-470-g91b8923
|
#include "rdesktop.h"
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
Go to the source code of this file.
Classes | |
struct | audio_packet |
Macros | |
#define | MAX_QUEUE 10 |
Functions | |
BOOL | wave_out_open (void) |
void | wave_out_close (void) |
BOOL | wave_out_format_supported (WAVEFORMATEX *pwfx) |
BOOL | wave_out_set_format (WAVEFORMATEX *pwfx) |
void | wave_out_volume (uint16 left, uint16 right) |
void | wave_out_write (STREAM s, uint16 tick, uint8 index) |
void | wave_out_play (void) |
Variables | |
int This | dsp_ |
BOOL This | dsp_bu = False |
static int | g_snd_rate |
static short | g_samplewidth |
static BOOL | g_driver_broken = False |
static struct audio_packet | packet_queue [MAX_QUEUE] |
static unsigned int | queue_hi |
static unsigned int | queue_lo |
#define MAX_QUEUE 10 |
Definition at line 38 of file rdpsnd_oss.c.
Definition at line 76 of file rdpsnd_oss.c.
BOOL wave_out_format_supported | ( | WAVEFORMATEX * | pwfx | ) |
Definition at line 82 of file rdpsnd_oss.c.
Definition at line 55 of file rdpsnd_oss.c.
Definition at line 231 of file rdpsnd_oss.c.
Referenced by wave_out_write().
BOOL wave_out_set_format | ( | WAVEFORMATEX * | pwfx | ) |
Definition at line 95 of file rdpsnd_oss.c.
Definition at line 170 of file rdpsnd_oss.c.
Definition at line 205 of file rdpsnd_oss.c.
int This dsp_ |
Definition at line 40 of file rdpsnd_oss.c.
Definition at line 41 of file rdpsnd_oss.c.
Definition at line 44 of file rdpsnd_oss.c.
Referenced by wave_out_play(), and wave_out_set_format().
|
static |
Definition at line 43 of file rdpsnd_oss.c.
Referenced by wave_out_play(), and wave_out_set_format().
|
static |
Definition at line 42 of file rdpsnd_oss.c.
Referenced by wave_out_play(), and wave_out_set_format().
|
static |
Referenced by wave_out_play(), and wave_out_write().
Definition at line 52 of file rdpsnd_oss.c.
Referenced by wave_out_play(), and wave_out_write().
Definition at line 52 of file rdpsnd_oss.c.
Referenced by wave_out_play(), and wave_out_write().