C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC

The TS_BITMAPCODEC structure is used to describe the encoding parameters of a bitmap codec.
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
codecGUID TS_BITMAPCODEC_GUID
codecID byte
codecProperties byte[]
codecPropertiesLength ushort

Property Details

codecGUID public_oe property

A Globally Unique Identifier (section 2.2.7.2.10.1.1.1) that functions as a unique ID for each bitmap codec.
public TS_BITMAPCODEC_GUID,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr codecGUID
return TS_BITMAPCODEC_GUID

codecID public_oe property

An 8-bit unsigned integer. When sent from the client to the server, this field contains a unique 8-bit ID that can be used to identify the codec in wire traffic associated with the current connection — this ID is used in subsequent Set Surface Bits commands (section 2.2.9.2.1) and Cache Bitmap (Revision 3) orders ([MS-RDPEGDI] section 2.2.2.2.1.2.8). When sent from the server to the client, the value in this field is ignored by the client — the client determines the 8-bit ID to use for the codec.
public byte codecID
return byte

codecProperties public_oe property

A variable-length array of bytes containing data that describes the encoding parameter of the bitmap codec.
public byte[] codecProperties
return byte[]

codecPropertiesLength public_oe property

A 16-bit, unsigned integer. The size, in bytes, of the codecProperties field.
public ushort codecPropertiesLength
return ushort