C# Class HumLog.SpaceCommandEncoder

Inheritance: ISendSpaceControl
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
AlphaBlend ( int x, int y, int width, int height, PixelBuffer24 pixBuff, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
CopyPixels ( int x, int y, int width, int height, PixelBuffer24 pixBuff ) : void
CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
InvalidateSurfaceRect ( System.Guid surfaceID, RECT frame ) : void
MouseActivity ( object sender, NewTOAPIA mevent ) : void
ScaleBitmap ( PixelBuffer24 aBitmap, RECT aFrame ) : void
SpaceCommandEncoder ( RtpSender sender ) : System
ValidateSurface ( System.Guid surfaceID ) : void

Private Methods

Méthode Description
PackCommand ( BufferChunk aCommand ) : void
SpaceCommandEncoder ( ) : System

Method Details

AlphaBlend() public méthode

public AlphaBlend ( int x, int y, int width, int height, PixelBuffer24 pixBuff, int srcX, int srcY, int srcWidth, int srcHeight, byte alpha ) : void
x int
y int
width int
height int
pixBuff PixelBuffer24
srcX int
srcY int
srcWidth int
srcHeight int
alpha byte
Résultat void

CopyPixels() public méthode

public CopyPixels ( int x, int y, int width, int height, PixelBuffer24 pixBuff ) : void
x int
y int
width int
height int
pixBuff PixelBuffer24
Résultat void

CreateSurface() public méthode

public CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : void
title string
frame RECT
uniqueID System.Guid
Résultat void

InvalidateSurfaceRect() public méthode

public InvalidateSurfaceRect ( System.Guid surfaceID, RECT frame ) : void
surfaceID System.Guid
frame RECT
Résultat void

MouseActivity() public méthode

public MouseActivity ( object sender, NewTOAPIA mevent ) : void
sender object
mevent NewTOAPIA
Résultat void

ScaleBitmap() public méthode

public ScaleBitmap ( PixelBuffer24 aBitmap, RECT aFrame ) : void
aBitmap PixelBuffer24
aFrame RECT
Résultat void

SpaceCommandEncoder() public méthode

public SpaceCommandEncoder ( RtpSender sender ) : System
sender RtpSender
Résultat System

ValidateSurface() public méthode

public ValidateSurface ( System.Guid surfaceID ) : void
surfaceID System.Guid
Résultat void