Modifier and Type | Field and Description |
---|---|
protected StreamConfiguration |
Subframe.sc
StreamConfiguration used for encoding.
|
Modifier and Type | Method and Description |
---|---|
void |
FLACStreamController.closeFLACStream(byte[] md5Hash,
StreamConfiguration streamConfig)
Close the current FLAC stream.
|
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.
|
Constructor and Description |
---|
FLACStreamController(FLACOutputStream fos,
StreamConfiguration sc) |
Frame(StreamConfiguration sc)
Constructor.
|
StreamConfiguration(StreamConfiguration sc)
Copy Constructor.
|
Subframe_Constant(StreamConfiguration sc)
Constructor.
|
Subframe_Fixed(StreamConfiguration sc)
Constructor.
|
Subframe(StreamConfiguration sc)
Constructor.
|