Property | Type | Description | |
---|---|---|---|
cbRawLen | ushort | ||
cbSrlLen | ushort | ||
crRawLen | ushort | ||
crSrlLen | ushort | ||
progressiveQuality | byte | ||
quantIdxCb | byte | ||
quantIdxCr | byte | ||
quantIdxY | byte | ||
xIdx | ushort | ||
yIdx | ushort | ||
yRawLen | ushort | ||
ySrlLen | ushort |
Method | 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_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
|
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. |
return | bool |
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. |
return | void |
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 |
return | System |