C# 클래스 PixelShare.Core.GraphPortChunkEncoder

상속: UIPortDelegate
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GraphPortChunkEncoder ( CommChannel aChannel ) : System
GraphPortChunkEncoder ( PayloadChannel aChannel ) : System
PixBltBGRAb ( PixelArray pixBuff, int x, int y ) : void
PixBltLumb ( PixelArray pixMap, int x, int y ) : void
PixBltPixelArray ( IPixelArray pixBuff, int x, int y ) : void
PixBltPixelBuffer24 ( GDIDIBSection fPixMap, int x, int y ) : void

비공개 메소드들

메소드 설명
SendCommand ( BufferChunk aCommand ) : void

메소드 상세

GraphPortChunkEncoder() 공개 메소드

public GraphPortChunkEncoder ( CommChannel aChannel ) : System
aChannel CommChannel
리턴 System

GraphPortChunkEncoder() 공개 메소드

public GraphPortChunkEncoder ( PayloadChannel aChannel ) : System
aChannel NewTOAPIA.Net.Rtp.PayloadChannel
리턴 System

PixBltBGRAb() 공개 메소드

public PixBltBGRAb ( PixelArray pixBuff, int x, int y ) : void
pixBuff PixelArray
x int
y int
리턴 void

PixBltLumb() 공개 메소드

public PixBltLumb ( PixelArray pixMap, int x, int y ) : void
pixMap PixelArray
x int
y int
리턴 void

PixBltPixelArray() 공개 메소드

public PixBltPixelArray ( IPixelArray pixBuff, int x, int y ) : void
pixBuff IPixelArray
x int
y int
리턴 void

PixBltPixelBuffer24() 공개 메소드

public PixBltPixelBuffer24 ( GDIDIBSection fPixMap, int x, int y ) : void
fPixMap NewTOAPIA.Drawing.GDI.GDIDIBSection
x int
y int
리턴 void