Таблица 2 - Синтаксис adif_sequence ()
Синтаксис | Количество битов | Мнемоника |
adif_sequence() | ||
{ | ||
adif_header(); | ||
byte_alignment(); | ||
raw_data_stream(); | ||
} |
Таблица 3 - Синтаксис adif_header ()
Синтаксис | Количество битов | Мнемоника |
adif_header() | ||
adif_id; | 32 | bslbf |
copyright_id_present; | 1 | bslbf |
if (copyright_id_ipresent) { | ||
copyright_id; | 72 | bslbf |
original_copy; | 1 | bslbf |
home; | 1 | bslbf |
bitstream_type; | 1 | bslbf |
bitrate; | 23 | uimsbf |
num_program_config_elements; | 4 | bslbf |
if (bitstream_type == '0') { | ||
adif_buffer_fullness; | 20 | uimsbf |
} | ||
program_config_element(); |