public static class MP3ElementaryInputStream.Frame
extends java.lang.Object
| Constructor and Description |
|---|
Frame(int header) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitRate() |
int |
getBitRateCode() |
long |
getBodyOffset() |
int |
getBodySize() |
int |
getChannelCount() |
int |
getChannelModeCode() |
int |
getCRC() |
long |
getFrameOffset() |
int |
getFrameSize() |
int |
getHeaderCode() |
long |
getHeaderOffset() |
int |
getHeaderSize() |
int |
getLayer() |
int |
getLayerCode() |
int |
getPaddingSize() |
int |
getSampleCount() |
int |
getSampleRate() |
int |
getSampleRateCode() |
int |
getSampleSize() |
long |
getSideInfoOffset() |
int |
getSideInfoSize() |
int |
getVersion() |
int |
getVersionCode() |
boolean |
hasCRC() |
boolean |
hasPadding() |
byte[] |
headerToByteArray() |
int |
headerToByteArray(byte[] data,
int offset) |
void |
writeHeader(java.io.OutputStream out) |
public int getHeaderCode()
public int getVersion()
public int getVersionCode()
public int getLayer()
public int getLayerCode()
public int getBitRate()
public int getBitRateCode()
public boolean hasCRC()
public int getCRC()
public boolean hasPadding()
public int getSampleRate()
public int getSampleRateCode()
public int getSampleCount()
public int getChannelCount()
public int getSampleSize()
public int getChannelModeCode()
public byte[] headerToByteArray()
public int headerToByteArray(byte[] data,
int offset)
public void writeHeader(java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic long getFrameOffset()
public int getFrameSize()
public long getHeaderOffset()
public int getHeaderSize()
public long getSideInfoOffset()
public int getSideInfoSize()
public long getBodyOffset()
public int getBodySize()
public int getPaddingSize()
Copyright © 2022. All Rights Reserved.