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

The TS_BITMAP_DATA_EX structure is used to encapsulate encoded bitmap data.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bitmapData byte[]
bitmapDataLength uint
bpp byte
codecID byte
exBitmapDataHeader TS_COMPRESSED_BITMAP_HEADER_EX
flags TSBitmapDataExFlags_Values
height ushort
reserved byte
width ushort

프로퍼티 상세

bitmapData 공개적으로 프로퍼티

A variable-size array of bytes containing bitmap data encoded using the codec identified by the ID in the codecID field.
public byte[] bitmapData
리턴 byte[]

bitmapDataLength 공개적으로 프로퍼티

A 32-bit, unsigned integer. The size in bytes of the bitmapData field.
public uint bitmapDataLength
리턴 uint

bpp 공개적으로 프로퍼티

An 8-bit, unsigned integer. The color depth of the bitmap data in bits-per-pixel.
public byte bpp
리턴 byte

codecID 공개적으로 프로퍼티

An 8-bit, unsigned integer. The client-assigned ID that identifies the bitmap codec that was used to encode the bitmap data. Bitmap codec parameters are exchanged in the Bitmap Codecs Capability Set (section 2.2.7.2.10). If this field is 0, then the bitmap data is not encoded and can be used without performing any decoding transformation.
public byte codecID
리턴 byte

exBitmapDataHeader 공개적으로 프로퍼티

An optional Extended Compressed Bitmap Header (section 2.2.9.2.1.1.1) structure that contains nonessential information associated with bitmap data in the bitmapData field. This field MUST be present if the EX_COMPRESSED_BITMAP_HEADER_PRESENT (0x01) flag is present.
public TS_COMPRESSED_BITMAP_HEADER_EX,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr exBitmapDataHeader
리턴 TS_COMPRESSED_BITMAP_HEADER_EX

flags 공개적으로 프로퍼티

An 8-bit, unsigned integer.
public TSBitmapDataExFlags_Values flags
리턴 TSBitmapDataExFlags_Values

height 공개적으로 프로퍼티

A 16-bit, unsigned integer. The height of the decoded bitmap image in pixels.
public ushort height
리턴 ushort

reserved 공개적으로 프로퍼티

An 8-bit, unsigned integer. This field is reserved for future use. It MUST be set to zero
public byte reserved
리턴 byte

width 공개적으로 프로퍼티

A 16-bit, unsigned integer. The width of the decoded bitmap image in pixels.
public ushort width
리턴 ushort