|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StreamConfiguration in javaFlacEncoder |
|---|
| Fields in javaFlacEncoder declared as StreamConfiguration | |
|---|---|
protected StreamConfiguration |
Subframe.sc
StreamConfiguration used for encoding. |
| Methods in javaFlacEncoder with parameters of type StreamConfiguration | |
|---|---|
static EncodedElement |
MetadataBlockStreamInfo.getStreamInfo(StreamConfiguration sc,
int minFrameSize,
int maxFrameSize,
long samplesInStream,
byte[] md5Hash)
Create a FLAC StreamInfo metadata block with the given parameters. |
void |
FLAC_FileEncoder.setStreamConfig(StreamConfiguration config)
Set the stream configuration for this encoder to use. |
boolean |
FLACEncoder.setStreamConfiguration(StreamConfiguration sc)
Set the stream configuration to that specified. |
| Constructors in javaFlacEncoder with parameters of type StreamConfiguration | |
|---|---|
Frame(StreamConfiguration sc)
Constructor. |
|
StreamConfiguration(StreamConfiguration sc)
Copy Constructor. |
|
Subframe_Constant(StreamConfiguration sc)
Constructor. |
|
Subframe_Fixed(StreamConfiguration sc)
Constructor. |
|
Subframe(StreamConfiguration sc)
Constructor. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||