/// Unserialize from a binary data stream MLT(Stream *stream, InstanceManager *manager) : Integrator(stream, manager) { m_config = MLTConfiguration(stream); }
MLTRenderer(Stream *stream, InstanceManager *manager) : WorkProcessor(stream, manager) { m_config = MLTConfiguration(stream); }