예제 #1
0
파일: mlt.cpp 프로젝트: blckshrk/IFT6042
	/// Unserialize from a binary data stream
	MLT(Stream *stream, InstanceManager *manager)
	 : Integrator(stream, manager) {
		m_config = MLTConfiguration(stream);
	}
예제 #2
0
	MLTRenderer(Stream *stream, InstanceManager *manager)
		: WorkProcessor(stream, manager) {
		m_config = MLTConfiguration(stream);
	}