Modifier and Type | Method and Description |
---|---|
BlockEncodeRequest |
BlockThreadManager.getWaitingRequest()
Get a BlockEncodeRequest object which is queued for encoding, pausing for
up to 0.5 seconds till one is available.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlockThreadManager.addRequest(BlockEncodeRequest ber)
Add a BlockEncodeRequest to the manager.
|
protected void |
FLACEncoder.blockFinished(BlockEncodeRequest ber)
Notify the encoder that a BlockEncodeRequest has finished, and is now
ready to be written to file.
|
void |
BlockThreadManager.returnFinishedRequest(BlockEncodeRequest ber)
Used to return a finished BlockEncodeRequest from a FrameThread.
|
void |
FLACStreamController.writeBlock(BlockEncodeRequest ber) |