C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_PROGRESSIVE_TILE_UPGRADE

The RFX_PROGRESSIVE_TILE_UPGRADE structure contains data required for an upgrade pass of a tile using progressive techniques.
상속: RFX_Progressive_DataBlock
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbRawLen ushort
cbSrlLen ushort
crRawLen ushort
crSrlLen ushort
progressiveQuality byte
quantIdxCb byte
quantIdxCr byte
quantIdxY byte
xIdx ushort
yIdx ushort
yRawLen ushort
ySrlLen ushort

공개 메소드들

메소드 설명
Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool

Decode this PDU from the PduMarshaler.

Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void

Encode this PDU to the PduMarshaler.

RFX_PROGRESSIVE_TILE_UPGRADE ( byte quantIdx, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.TileIndex tileIdx, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile tileData ) : System

Constructor, create RFX_PROGRESSIVE_TILE_UPGRADE block

메소드 상세

Decode() 공개 메소드

Decode this PDU from the PduMarshaler.
public Decode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : bool
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to decode the fields of this PDU.
리턴 bool

Encode() 공개 메소드

Encode this PDU to the PduMarshaler.
public Encode ( Microsoft.Protocols.TestTools.StackSdk.PduMarshaler marshaler ) : void
marshaler Microsoft.Protocols.TestTools.StackSdk.PduMarshaler This is used to encode the fields of this PDU.
리턴 void

RFX_PROGRESSIVE_TILE_UPGRADE() 공개 메소드

Constructor, create RFX_PROGRESSIVE_TILE_UPGRADE block
public RFX_PROGRESSIVE_TILE_UPGRADE ( byte quantIdx, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.TileIndex tileIdx, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile tileData ) : System
quantIdx byte This is used to indicate index in TS_RFX_CODEC_AUANT array of region block
tileIdx Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.TileIndex This is used to indicate tile position([x, y]).
tileData Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile This is used to indicate encoded tile data which is related to quantIdx
리턴 System

프로퍼티 상세

cbRawLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the cbRawData field.
public ushort cbRawLen
리턴 ushort

cbSrlLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the cbSrlData field.
public ushort cbSrlLen
리턴 ushort

crRawLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the crRawData field.
public ushort crRawLen
리턴 ushort

crSrlLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the crSrlData field.
public ushort crSrlLen
리턴 ushort

progressiveQuality 공개적으로 프로퍼티

A 8-bits unsigned integer, specify an index into the RFX_PROGRESSIVE_CODEC_QUANT array (the quantProgVals field) of the containing RFX_PROGRESSIVE_REGION block.
public byte progressiveQuality
리턴 byte

quantIdxCb 공개적으로 프로퍼티

A 8-bits unsigned integer, specify an index into the TS_RFX_CODEC_QUANT array (the quantVals field) of the containing RFX_PROGRESSIVE_REGION (section 2.2.5.2.1.5) block.
public byte quantIdxCb
리턴 byte

quantIdxCr 공개적으로 프로퍼티

A 8-bits unsigned integer, specify an index into the TS_RFX_CODEC_QUANT array (the quantVals field) of the containing RFX_PROGRESSIVE_REGION (section 2.2.5.2.1.5) block.
public byte quantIdxCr
리턴 byte

quantIdxY 공개적으로 프로퍼티

A 8-bits unsigned integer, specify an index into the TS_RFX_CODEC_QUANT array (the quantVals field) of the containing RFX_PROGRESSIVE_REGION (section 2.2.5.2.1.5) block.
public byte quantIdxY
리턴 byte

xIdx 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the x-index of the encoded tile in the screen tile grid.
public ushort xIdx
리턴 ushort

yIdx 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the y-index of the encoded tile in the screen tile grid.
public ushort yIdx
리턴 ushort

yRawLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the yRawData field.
public ushort yRawLen
리턴 ushort

ySrlLen 공개적으로 프로퍼티

A 16-bits unsigned integer, specify the size, in bytes, of the ySrlData field.
public ushort ySrlLen
리턴 ushort