FreeRDP
RdpsndServerPrivate Struct Reference
Collaboration diagram for RdpsndServerPrivate:

Data Fields

BOOL ownThread
 
HANDLE Thread
 
HANDLE StopEvent
 
HANDLE channelEvent
 
void * ChannelHandle
 
DWORD SessionId
 
BOOL waitingHeader
 
DWORD expectedBytes
 
BYTE msgType
 
wStreaminput_stream
 
wStreamrdpsnd_pdu
 
BYTE * out_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
 

Detailed Description

Definition at line 35 of file server/rdpsnd_main.h.

Field Documentation

◆ channelEvent

HANDLE RdpsndServerPrivate::channelEvent

Definition at line 40 of file server/rdpsnd_main.h.

◆ ChannelHandle

void* RdpsndServerPrivate::ChannelHandle

Definition at line 41 of file server/rdpsnd_main.h.

◆ dsp_context

FREERDP_DSP_CONTEXT* RdpsndServerPrivate::dsp_context

Definition at line 55 of file server/rdpsnd_main.h.

◆ expectedBytes

DWORD RdpsndServerPrivate::expectedBytes

Definition at line 45 of file server/rdpsnd_main.h.

◆ input_stream

wStream* RdpsndServerPrivate::input_stream

Definition at line 47 of file server/rdpsnd_main.h.

◆ lock

CRITICAL_SECTION RdpsndServerPrivate::lock

Definition at line 56 of file server/rdpsnd_main.h.

◆ msgType

BYTE RdpsndServerPrivate::msgType

Definition at line 46 of file server/rdpsnd_main.h.

◆ out_buffer

BYTE* RdpsndServerPrivate::out_buffer

Definition at line 49 of file server/rdpsnd_main.h.

◆ out_buffer_size

size_t RdpsndServerPrivate::out_buffer_size

Definition at line 50 of file server/rdpsnd_main.h.

◆ out_frames

size_t RdpsndServerPrivate::out_frames

Definition at line 51 of file server/rdpsnd_main.h.

◆ out_pending_frames

size_t RdpsndServerPrivate::out_pending_frames

Definition at line 52 of file server/rdpsnd_main.h.

◆ ownThread

BOOL RdpsndServerPrivate::ownThread

Definition at line 37 of file server/rdpsnd_main.h.

◆ rdpsnd_pdu

wStream* RdpsndServerPrivate::rdpsnd_pdu

Definition at line 48 of file server/rdpsnd_main.h.

◆ SessionId

DWORD RdpsndServerPrivate::SessionId

Definition at line 42 of file server/rdpsnd_main.h.

◆ src_bytes_per_frame

UINT32 RdpsndServerPrivate::src_bytes_per_frame

Definition at line 54 of file server/rdpsnd_main.h.

◆ src_bytes_per_sample

UINT32 RdpsndServerPrivate::src_bytes_per_sample

Definition at line 53 of file server/rdpsnd_main.h.

◆ StopEvent

HANDLE RdpsndServerPrivate::StopEvent

Definition at line 39 of file server/rdpsnd_main.h.

◆ Thread

HANDLE RdpsndServerPrivate::Thread

Definition at line 38 of file server/rdpsnd_main.h.

◆ waitingHeader

BOOL RdpsndServerPrivate::waitingHeader

Definition at line 44 of file server/rdpsnd_main.h.


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