UtiLite
0.3.1
A lite utilities library
|
getFrame(std::vector< char > &frame, int frameId) | UAudioCapture | |
getMultiFrame(std::vector< char > &frame, int frameIdBeg, int frameIdEnd) | UAudioCapture | |
getNextFrame(std::vector< char > &frame, bool removeOldFrames=false) | UAudioCapture | |
getNextFrame(std::vector< char > &frame, int &frameId) | UAudioCapture | |
isCreating() const | UThread | |
isIdle() const | UThread | |
isKilled() const | UThread | |
isRunning() const | UThread | |
join(bool killFirst=false) | UThread | |
kill() | UThread | |
mainLoop() | UAudioCaptureFile | [protected, virtual] |
mainLoopBegin() | UAudioCaptureFile | [protected, virtual] |
mainLoopEnd() | UAudioCaptureFile | [protected, virtual] |
Priority enum name | UThread | |
removeFrames(int frameIdBeg, int frameIdEnd) | UAudioCapture | |
removeSamples(int sampleByteBeg, int sampleByteEnd) | UAudioCapture | |
setAffinity(int cpu=0) | UThread | |
setPriority(Priority priority) | UThread | |
start() | UThread | |
UThread(Priority priority=kPNormal) | UThread | |
~UThread() | UThread | [virtual] |