Struct DecodeConfig

Struct Documentation

struct DecodeConfig

Configuration for decoding operations.

Public Members

std::optional<std::string> decoder = std::nullopt

Optional decoder name to force a specific decoder.

std::optional<OptionDict> decoder_options = std::nullopt

Optional decoder-specific options.