C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC

The TS_BITMAPCODEC structure is used to describe the encoding parameters of a bitmap codec.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
codecGUID TS_BITMAPCODEC_GUID
codecID byte
codecProperties byte[]
codecPropertiesLength ushort

Описание свойств

codecGUID публичное свойство

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
Результат TS_BITMAPCODEC_GUID

codecID публичное свойство

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
Результат byte

codecProperties публичное свойство

A variable-length array of bytes containing data that describes the encoding parameter of the bitmap codec.
public byte[] codecProperties
Результат byte[]

codecPropertiesLength публичное свойство

A 16-bit, unsigned integer. The size, in bytes, of the codecProperties field.
public ushort codecPropertiesLength
Результат ushort