Skip to content

ccproxy.services.adapters.format_context

ccproxy.services.adapters.format_context

FormatContext dataclass

FormatContext(
    source_format=None,
    target_format=None,
    conversion_needed=False,
    streaming_mode=None,
)

Format conversion context for handler configuration.