Свойство | 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é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
|
Méthode | Description | |
---|---|---|
Convert2Bytes ( object obj ) : byte[] |
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 |
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 |
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 |
public RFX_PROGRESSIVE_CODEC_QUANT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx quantProgVals | ||
Résultat | Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_PROGRESSIVE_CODEC_QUANT[] |
public TS_RFX_CODEC_QUANT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx quantVals | ||
Résultat | Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_CODEC_QUANT[] |
public TS_RFX_RECT[],Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx rects | ||
Résultat | Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdprfx.TS_RFX_RECT[] |