public class Mp4AudioHeader extends GenericAudioHeader
Constructor and Description |
---|
Mp4AudioHeader() |
Modifier and Type | Method and Description |
---|---|
String |
getBrand() |
Mp4EsdsBox.Kind |
getKind() |
Mp4EsdsBox.AudioProfile |
getProfile() |
void |
setBrand(String brand) |
void |
setKind(Mp4EsdsBox.Kind kind) |
void |
setProfile(Mp4EsdsBox.AudioProfile profile)
The key for the profile
|
getAudioDataEndPosition, getAudioDataLength, getAudioDataStartPosition, getBitRate, getBitRateAsNumber, getBitsPerSample, getByteRate, getChannelNumber, getChannels, getEncodingType, getFormat, getNoOfSamples, getPreciseTrackLength, getSampleRate, getSampleRateAsNumber, getTrackLength, isLossless, isVariableBitRate, setAudioDataEndPosition, setAudioDataLength, setAudioDataStartPosition, setBitRate, setBitsPerSample, setByteRate, setChannelNumber, setEncodingType, setFormat, setLossless, setNoOfSamples, setPreciseLength, setSamplingRate, setVariableBitRate, toString
public void setKind(Mp4EsdsBox.Kind kind)
public Mp4EsdsBox.Kind getKind()
public void setProfile(Mp4EsdsBox.AudioProfile profile)
profile
- public Mp4EsdsBox.AudioProfile getProfile()
public void setBrand(String brand)
brand
- public String getBrand()
Copyright © 2005–2020 jthink.net. All rights reserved.