public interface AudioHeader
Contains info about the Audio Header
Modifier and Type | Method and Description |
---|---|
Long |
getAudioDataEndPosition() |
Long |
getAudioDataLength() |
Long |
getAudioDataStartPosition() |
String |
getBitRate() |
long |
getBitRateAsNumber() |
int |
getBitsPerSample() |
Integer |
getByteRate() |
String |
getChannels() |
String |
getEncodingType() |
String |
getFormat() |
Long |
getNoOfSamples() |
double |
getPreciseTrackLength() |
String |
getSampleRate() |
int |
getSampleRateAsNumber() |
int |
getTrackLength() |
boolean |
isLossless() |
boolean |
isVariableBitRate() |
String getEncodingType()
Integer getByteRate()
String getBitRate()
long getBitRateAsNumber()
Long getAudioDataLength()
Long getAudioDataStartPosition()
Long getAudioDataEndPosition()
String getSampleRate()
int getSampleRateAsNumber()
String getFormat()
String getChannels()
boolean isVariableBitRate()
int getTrackLength()
double getPreciseTrackLength()
int getBitsPerSample()
boolean isLossless()
Long getNoOfSamples()
Copyright © 2005–2020 jthink.net. All rights reserved.