FreeRDP
Loading...
Searching...
No Matches
channels/rdpsnd.h
1
20#ifndef FREERDP_CHANNEL_RDPSND_H
21#define FREERDP_CHANNEL_RDPSND_H
22
23#include <freerdp/api.h>
24#include <freerdp/types.h>
25
26#include <freerdp/codec/audio.h>
27
28#define RDPSND_CHANNEL_NAME "rdpsnd"
29#define RDPSND_DVC_CHANNEL_NAME "AUDIO_PLAYBACK_DVC"
30#define RDPSND_LOSSY_DVC_CHANNEL_NAME "AUDIO_PLAYBACK_LOSSY_DVC"
31
32#endif /* FREERDP_CHANNEL_RDPSND_H */