16 lines
262 B
C++
16 lines
262 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2014, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#include <eaudiofx/core/BlockEncoder.h>
|
|
|
|
|
|
|
|
eaudiofx::BlockEncoder::BlockEncoder(void) {
|
|
setType(eaudiofx::blockTypeEncoder);
|
|
}
|