| 
    FreeRDP
    
   | 
 
an implementation of surface used by the video channel More...
#include <video.h>
Data Fields | |
| UINT32 | x | 
| UINT32 | y | 
| UINT32 | w | 
| UINT32 | h | 
| UINT32 | alignedWidth | 
| UINT32 | alignedHeight | 
| BYTE * | data | 
| DWORD | format | 
| UINT32 | scanline | 
an implementation of surface used by the video channel
Definition at line 35 of file client/video.h.
| UINT32 VideoSurface::alignedHeight | 
Definition at line 38 of file client/video.h.
| UINT32 VideoSurface::alignedWidth | 
Definition at line 38 of file client/video.h.
| BYTE* VideoSurface::data | 
Definition at line 39 of file client/video.h.
| DWORD VideoSurface::format | 
Definition at line 40 of file client/video.h.
| UINT32 VideoSurface::h | 
Definition at line 37 of file client/video.h.
| UINT32 VideoSurface::scanline | 
Definition at line 41 of file client/video.h.
| UINT32 VideoSurface::w | 
Definition at line 37 of file client/video.h.
| UINT32 VideoSurface::x | 
Definition at line 37 of file client/video.h.
| UINT32 VideoSurface::y | 
Definition at line 37 of file client/video.h.