public class LameFrame extends Object
This useful to the library because it allows the encoder to be identified, full specification can be found at http://gabriel.mp3-tech.org/mp3infotag.html Summarized here: 4 bytes:LAME 5 bytes:LAME Encoder Version 1 bytes:VNR Method 1 bytes:Lowpass filter value 8 bytes:Replay Gain 1 byte:Encoding Flags 1 byte:minimal byte rate 3 bytes:extra samples 1 byte:Stereo Mode 1 byte:MP3 Gain 2 bytes:Surround Dound 4 bytes:MusicLength 2 bytes:Music CRC 2 bytes:CRC Tag
Modifier and Type | Field and Description |
---|---|
static int |
ENCODER_SIZE |
static int |
LAME_HEADER_BUFFER_SIZE |
static String |
LAME_ID |
static int |
LAME_ID_SIZE |
Modifier and Type | Method and Description |
---|---|
String |
getEncoder() |
static LameFrame |
parseLameFrame(ByteBuffer bb)
Parse frame
|
public static final int LAME_HEADER_BUFFER_SIZE
public static final int ENCODER_SIZE
public static final int LAME_ID_SIZE
public static final String LAME_ID
public static LameFrame parseLameFrame(ByteBuffer bb)
bb
- public String getEncoder()
Copyright © 2005–2020 jthink.net. All rights reserved.