Modifier and Type | Class and Description |
---|---|
class |
FLACFileOutputStream
This class provides basic file output for writing from a FLACEncoder.
|
class |
FLACStreamOutputStream
This class provides basic OutputStream support for writing from a FLACEncoder.
|
Modifier and Type | Method and Description |
---|---|
FLACOutputStream |
FLACStreamController.getFLACOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
FLACStreamController.setFLACOutputStream(FLACOutputStream fos) |
void |
FLACEncoder.setOutputStream(FLACOutputStream fos)
Set the output stream to use.
|
Constructor and Description |
---|
FLACStreamController(FLACOutputStream fos,
StreamConfiguration sc) |