public class VBRTagData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
bytes
Total bit stream bytes from Vbr header data.
|
int |
encDelay
Encoder delay.
|
int |
encPadding
Encoder padding added at end of stream.
|
protected int |
flags
From Vbr header data.
|
int |
frames
Total bit stream frames from Vbr header data.
|
int |
headersize
Size of VBR header, in bytes.
|
protected int |
hId
From MPEG header 0=MPEG2, 1=MPEG1.
|
protected int |
samprate
Sample rate determined from MPEG header.
|
protected byte[] |
toc
May be null if toc not desired.
|
protected int |
vbrScale
Encoded vbr scale from Vbr header data.
|
| Constructor and Description |
|---|
VBRTagData() |
protected int hId
protected int samprate
protected int flags
public int frames
protected int bytes
protected int vbrScale
protected byte[] toc
public int headersize
public int encDelay
public int encPadding