FreeRDP
RdpsndServerPrivate Struct Reference

#include <rdpsnd_main.h>

Data Fields

BOOL ownThread
 
HANDLE Thread
 
HANDLE StopEvent
 
HANDLE channelEvent
 
void * ChannelHandle
 
DWORD SessionId
 
BOOL waitingHeader
 
DWORD expectedBytes
 
BYTE msgType
 
wStream * input_stream
 
wStream * rdpsnd_pdu
 
BYTEout_buffer
 
size_t out_buffer_size
 
size_t out_frames
 
size_t out_pending_frames
 
UINT32 src_bytes_per_sample
 
UINT32 src_bytes_per_frame
 
FREERDP_DSP_CONTEXT * dsp_context
 
CRITICAL_SECTION lock
 

Field Documentation

◆ channelEvent

HANDLE RdpsndServerPrivate::channelEvent

◆ ChannelHandle

void* RdpsndServerPrivate::ChannelHandle

◆ dsp_context

FREERDP_DSP_CONTEXT* RdpsndServerPrivate::dsp_context

◆ expectedBytes

DWORD RdpsndServerPrivate::expectedBytes

◆ input_stream

wStream* RdpsndServerPrivate::input_stream

◆ lock

CRITICAL_SECTION RdpsndServerPrivate::lock

◆ msgType

BYTE RdpsndServerPrivate::msgType

◆ out_buffer

BYTE* RdpsndServerPrivate::out_buffer

◆ out_buffer_size

size_t RdpsndServerPrivate::out_buffer_size

◆ out_frames

size_t RdpsndServerPrivate::out_frames

◆ out_pending_frames

size_t RdpsndServerPrivate::out_pending_frames

◆ ownThread

BOOL RdpsndServerPrivate::ownThread

◆ rdpsnd_pdu

wStream* RdpsndServerPrivate::rdpsnd_pdu

◆ SessionId

DWORD RdpsndServerPrivate::SessionId

◆ src_bytes_per_frame

UINT32 RdpsndServerPrivate::src_bytes_per_frame

◆ src_bytes_per_sample

UINT32 RdpsndServerPrivate::src_bytes_per_sample

◆ StopEvent

HANDLE RdpsndServerPrivate::StopEvent

◆ Thread

HANDLE RdpsndServerPrivate::Thread

◆ waitingHeader

BOOL RdpsndServerPrivate::waitingHeader

The documentation for this struct was generated from the following file: