2.2.2.1.1 TS_RFX_BLOCKT

The TS_RFX_BLOCKT structure identifies the type of an encode message and specifies the size of the message.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

blockType

blockLen

...

blockType (2 bytes): A 16-bit, unsigned integer. Specifies the data block type. This field MUST be set to one of the following values.

Value

Meaning

CBT_TILE

0xCAC3

A TS_RFX_TILE (section 2.2.2.3.4.1) structure.

CBY_CAPS

0xCBC0

A TS_RFX_CAPS (section 2.2.1.1.1) structure.

CBY_CAPSET

0xCBC1

A TS_RFX_CAPSET (section 2.2.1.1.1.1) structure.

WBT_SYNC

0xCCC0

A TS_RFX_SYNC (section 2.2.2.2.1) structure.

WBT_CODEC_VERSIONS

0xCCC1

A TS_RFX_CODEC_VERSIONS (section 2.2.2.2.2) structure.

WBT_CHANNELS

0xCCC2

A TS_RFX_CHANNELS (section 2.2.2.2.3) structure.

blockLen (4 bytes): A 32-bit, unsigned integer. Specifies the size, in bytes, of the data block. This size includes the size of the blockType and blockLen fields, as well as all trailing data.