FreeRDP
|
#include <winpr/stream.h>
#include <winpr/wtypes.h>
#include <freerdp/api.h>
#include <freerdp/types.h>
Enumerations | |
enum | StreamDumpDirection { STREAM_MSG_SRV_RX = 1 , STREAM_MSG_SRV_TX = 2 } |
Functions | |
FREERDP_API SSIZE_T | stream_dump_append (const rdpContext *context, UINT32 flags, wStream *s, size_t *offset) |
FREERDP_API SSIZE_T | stream_dump_get (const rdpContext *context, UINT32 *flags, wStream *s, size_t *offset, UINT64 *pts) |
FREERDP_API BOOL | stream_dump_register_handlers (rdpContext *context, CONNECTION_STATE state, BOOL isServer) |
FREERDP_API void | stream_dump_free (rdpStreamDumpContext *dump) |
FREERDP_API rdpStreamDumpContext * | stream_dump_new (void) |
enum StreamDumpDirection |
FREERDP_API SSIZE_T stream_dump_append | ( | const rdpContext * | context, |
UINT32 | flags, | ||
wStream * | s, | ||
size_t * | offset | ||
) |
FREERDP_API void stream_dump_free | ( | rdpStreamDumpContext * | dump | ) |
FREERDP_API SSIZE_T stream_dump_get | ( | const rdpContext * | context, |
UINT32 * | flags, | ||
wStream * | s, | ||
size_t * | offset, | ||
UINT64 * | pts | ||
) |
FREERDP_API rdpStreamDumpContext* stream_dump_new | ( | void | ) |
FREERDP_API BOOL stream_dump_register_handlers | ( | rdpContext * | context, |
CONNECTION_STATE | state, | ||
BOOL | isServer | ||
) |