SCTE 104/35 Codex

SCTE 35 Part 2

property_data_type

property

How to read the property_value bytes: hexadecimal, decimal, or ASCII hexadecimal.

Clause citations

  • 35-2-202610.3.1.2.1 · Table 15 · Semantic definition of fields in property()

Version history

  1. added 35-2-2026
Standards note

The bitstream enum names do not match the XML and JSON names, and the mapping is easy to invert: bitstream 0x00 Hexadecimal surfaces as hexbinary, 0x01 Decimal as decimal, and 0x02 Ascii Hexadecimal as text. So a value shown as text is bitstream 0x02, and one shown as hexbinary is 0x00, not 0x02.