|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectjavaFlacEncoder.FrameThread
public class FrameThread
The FrameThread class provides threading support for a Frame object, allowing multi-threaded encodings of FLAC frames. It's job is to repeatedly get a BlockEncodeRequest from a BlockThreadManager, and encode it.
| Constructor Summary | |
|---|---|
FrameThread(Frame f,
BlockThreadManager manager)
Constructor. |
|
| Method Summary | |
|---|---|
void |
run()
Run method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameThread(Frame f,
BlockThreadManager manager)
f - Frame object to use for encoding.manager - BlockThreadManager to use as the BlockEncodeRequest source
and destination.| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||