ReactOS 0.4.15-dev-6042-g2eb6700
|
#include "rdesktop.h"
Go to the source code of this file.
Macros | |
#define | RDPSND_CLOSE 1 |
#define | RDPSND_WRITE 2 |
#define | RDPSND_SET_VOLUME 3 |
#define | RDPSND_UNKNOWN4 4 |
#define | RDPSND_COMPLETION 5 |
#define | RDPSND_SERVERTICK 6 |
#define | RDPSND_NEGOTIATE 7 |
Functions | |
static STREAM | rdpsnd_init_packet (RDPCLIENT *This, uint16 type, uint16 size) |
static void | rdpsnd_send (RDPCLIENT *This, STREAM s) |
void | rdpsnd_send_completion (RDPCLIENT *This, uint16 tick, uint8 packet_index) |
static void | rdpsnd_process_negotiate (RDPCLIENT *This, STREAM in) |
static void | rdpsnd_process_servertick (RDPCLIENT *This, STREAM in) |
static void | rdpsnd_process (RDPCLIENT *This, STREAM s) |
BOOL | rdpsnd_init (RDPCLIENT *This) |
Definition at line 249 of file rdpsnd.c.
Definition at line 33 of file rdpsnd.c.
Referenced by rdpsnd_process_negotiate(), rdpsnd_process_servertick(), and rdpsnd_send_completion().
Definition at line 168 of file rdpsnd.c.
Referenced by rdpsnd_init().
Definition at line 68 of file rdpsnd.c.
Referenced by rdpsnd_process().
Definition at line 151 of file rdpsnd.c.
Referenced by rdpsnd_process().
Definition at line 44 of file rdpsnd.c.
Referenced by rdpsnd_process_negotiate(), rdpsnd_process_servertick(), and rdpsnd_send_completion().
Definition at line 55 of file rdpsnd.c.
Referenced by rdpsnd_process(), wave_out_close(), and wave_out_play().