FreeRDP
VideoSurface Struct Reference

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
 

Detailed Description

an implementation of surface used by the video channel

Definition at line 35 of file client/video.h.

Field Documentation

◆ alignedHeight

UINT32 VideoSurface::alignedHeight

Definition at line 38 of file client/video.h.

◆ alignedWidth

UINT32 VideoSurface::alignedWidth

Definition at line 38 of file client/video.h.

◆ data

BYTE* VideoSurface::data

Definition at line 39 of file client/video.h.

◆ format

DWORD VideoSurface::format

Definition at line 40 of file client/video.h.

◆ h

UINT32 VideoSurface::h

Definition at line 37 of file client/video.h.

◆ scanline

UINT32 VideoSurface::scanline

Definition at line 41 of file client/video.h.

◆ w

UINT32 VideoSurface::w

Definition at line 37 of file client/video.h.

◆ x

UINT32 VideoSurface::x

Definition at line 37 of file client/video.h.

◆ y

UINT32 VideoSurface::y

Definition at line 37 of file client/video.h.


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