Codec Aliases#
Codec configurations use short aliases instead of Python class names. Some codec classes have more than one alias for readability or compatibility with existing configs.
Alias |
Codec Class |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Metadata Aliases#
Metadata decoder aliases read values from packet metadata during decoding. They do not consume bits from the payload.
Alias |
Metadata attribute |
|---|---|
|
|
|
|
|
|
|
|
|
|
The metadata encoder alias currently supported by top-level codecs is
dest. During encoding, it copies the configured field into the metadata
dictionary returned with the encoded bits.