C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_BITMAPCODEC

The TS_BITMAPCODEC structure is used to describe the encoding parameters of a bitmap codec.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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