C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpegfx.RFX_Progressive_FRAME_BEGIN

The RFX_Progressive_FRAME_BEGIN block is used to mark the begining of frames in codec payload.
Наследование: RFX_Progressive_DataBlock
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
frameIndex uint
regionCount ushort

Открытые методы

Метод Описание
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_FRAME_BEGIN ( uint frmIdx, ushort rgCount ) : System

Constructor, create RFX_Progressive_FRAME_BEGIN block

Описание методов

Decode() публичный Метод

Decode this PDU from the PduMarshaler.
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.
Результат bool

Encode() публичный Метод

Encode this PDU to the PduMarshaler.
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.
Результат void

RFX_Progressive_FRAME_BEGIN() публичный Метод

Constructor, create RFX_Progressive_FRAME_BEGIN block
public RFX_Progressive_FRAME_BEGIN ( uint frmIdx, ushort rgCount ) : System
frmIdx uint This is used to indicate frame index.
rgCount ushort This is used to indicate region block number fllowed by frame_begin block.
Результат System

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

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

A 32-bits unsigned integer, specify the frame index .
public uint frameIndex
Результат uint

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

A 16-bits unsigned integer, specify the region block number fllowed by frame_begin block.
public ushort regionCount
Результат ushort