Exemplo n.º 1
0
	/// Unserialize from a binary data stream
	MLT(Stream *stream, InstanceManager *manager)
	 : Integrator(stream, manager) {
		m_config = MLTConfiguration(stream);
	}
Exemplo n.º 2
0
	MLTRenderer(Stream *stream, InstanceManager *manager)
		: WorkProcessor(stream, manager) {
		m_config = MLTConfiguration(stream);
	}