public class IdentificationHeader extends Object
| Constructor and Description |
|---|
IdentificationHeader(BitInputStream source) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize0() |
int |
getBlockSize1() |
int |
getChannels() |
int |
getMaximumBitrate() |
protected MdctFloat |
getMdct0() |
protected MdctFloat |
getMdct1() |
int |
getMinimumBitrate() |
int |
getNominalBitrate() |
int |
getSampleRate() |
int |
getVersion() |
public IdentificationHeader(BitInputStream source) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionpublic int getSampleRate()
public int getMaximumBitrate()
public int getNominalBitrate()
public int getMinimumBitrate()
public int getChannels()
public int getBlockSize0()
public int getBlockSize1()
protected MdctFloat getMdct0()
protected MdctFloat getMdct1()
public int getVersion()
Copyright © 2017. All rights reserved.