![]() |
Mixxx
|
#include <enginerecord.h>
Signals | |
void | bytesRecorded (int) |
void | isRecording (bool) |
Public Member Functions | |
EngineRecord (ConfigObject< ConfigValue > *_config) | |
virtual | ~EngineRecord () |
void | process (const CSAMPLE *pIn, const CSAMPLE *pOut, const int iBufferSize) |
void | write (unsigned char *header, unsigned char *body, int headerLen, int bodyLen) |
bool | openFile () |
void | closeFile () |
void | updateFromPreferences () |
bool | fileOpen () |
bool | openCueFile () |
void | closeCueFile () |
Definition at line 40 of file enginerecord.h.
EngineRecord::EngineRecord | ( | ConfigObject< ConfigValue > * | _config | ) |
EngineRecord::~EngineRecord | ( | ) | [virtual] |
void EngineRecord::bytesRecorded | ( | int | ) | [signal] |
void EngineRecord::closeCueFile | ( | ) |
void EngineRecord::closeFile | ( | ) |
Definition at line 360 of file enginerecord.cpp.
bool EngineRecord::fileOpen | ( | ) |
void EngineRecord::isRecording | ( | bool | ) | [signal] |
bool EngineRecord::openCueFile | ( | ) |
bool EngineRecord::openFile | ( | ) |
Definition at line 275 of file enginerecord.cpp.
void EngineRecord::process | ( | const CSAMPLE * | pIn, |
const CSAMPLE * | pOut, | ||
const int | iBufferSize | ||
) | [virtual] |
Implements EngineObject.
Definition at line 155 of file enginerecord.cpp.
void EngineRecord::updateFromPreferences | ( | ) |
Definition at line 62 of file enginerecord.cpp.
void EngineRecord::write | ( | unsigned char * | header, |
unsigned char * | body, | ||
int | headerLen, | ||
int | bodyLen | ||
) | [virtual] |
writes (un)compressed audio to file
encoder will call this method to write compressed audio
Implements EngineAbstractRecord.
Definition at line 248 of file enginerecord.cpp.