C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_Progressive_REGION

The RFX_Progressive_REGION block contains the compressed data for a set of tiles from the frame.
Inheritance: RFX_Progressive_DataBlock
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
flags byte
numProgQuant byte
numQuant byte
numRects ushort
numTiles ushort
quantProgVals Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_PROGRESSIVE_CODEC_QUANT[]
quantVals Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_CODEC_QUANT[]
rects Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT[]
tileDataSize uint
tileSize byte

Méthodes publiques

Méthode Description
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_REGION ( bool bProg, byte flag, uint tileDSize, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT regionRects, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile tileDataArr ) : System

constructor, create RFX_Progressive_REGION block

Private Methods

Méthode Description
Convert2Bytes ( object obj ) : byte[]

Method Details

Decode() public méthode

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.
Résultat bool

Encode() public méthode

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.
Résultat void

RFX_Progressive_REGION() public méthode

constructor, create RFX_Progressive_REGION block
public RFX_Progressive_REGION ( bool bProg, byte flag, uint tileDSize, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT regionRects, Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile tileDataArr ) : System
bProg bool This is used to indicate if progressive encoding is enabled
flag byte This is used to indicate region flag
tileDSize uint This is used to indicate total size of all tiles encoded data
regionRects Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT This is used to indicate region rectangles that all tiles to fill
tileDataArr Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.EncodedTile This is used to indicate quant data for specific layer
Résultat System

Property Details

flags public_oe property

A 8-bits unsigned integer, specify the region flags.
public byte flags
Résultat byte

numProgQuant public_oe property

A 8-bits unsigned integer, specify the number of RFX_PROGRESSIVE_CODEC_QUANT (section 2.2.5.2.1.5.1) structures in the quantProgVals field.
public byte numProgQuant
Résultat byte

numQuant public_oe property

A 8-bits unsigned integer, specify the number of TS_RFX_CODEC_QUANT structures in the quantVals field.
public byte numQuant
Résultat byte

numRects public_oe property

A 16-bits unsigned integer, specify the number of TS_RFX_RECT structures in the rects field.
public ushort numRects
Résultat ushort

numTiles public_oe property

A 16-bits unsigned integer, specify the number of elements in the tiles field.
public ushort numTiles
Résultat ushort

quantProgVals public_oe property

A variable-length array of RFX_PROGRESSIVE_CODEC_QUANT structures.
public RFX_PROGRESSIVE_CODEC_QUANT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx quantProgVals
Résultat Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_PROGRESSIVE_CODEC_QUANT[]

quantVals public_oe property

A variable-length array of TS_RFX_CODEC_QUANT structures.
public TS_RFX_CODEC_QUANT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx quantVals
Résultat Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_CODEC_QUANT[]

rects public_oe property

A variable-length array of TS_RFX_RECT structures, specifies the encoded region.
public TS_RFX_RECT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx rects
Résultat Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT[]

tileDataSize public_oe property

A 32-bits unsigned integer, specify the size, in bytes, of the tiles field.
public uint tileDataSize
Résultat uint

tileSize public_oe property

A 8-bits unsigned integer, specify the width and height of a square tile. Must be 0x0040.
public byte tileSize
Résultat byte