public class Mp4AudioHeader extends GenericAudioHeader
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIELD_BRAND
The key for the ftyp brand
|
static java.lang.String |
FIELD_KIND
The key for the kind field
|
static java.lang.String |
FIELD_PROFILE
The key for the profile
|
content, FIELD_BITRATE, FIELD_BITSPERSAMPLE, FIELD_CHANNEL, FIELD_INFOS, FIELD_LENGTH, FIELD_SAMPLERATE, FIELD_TYPE, FIELD_VBR
Constructor and Description |
---|
Mp4AudioHeader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBrand() |
Mp4EsdsBox.Kind |
getKind() |
Mp4EsdsBox.AudioProfile |
getProfile() |
void |
setBrand(java.lang.String brand) |
void |
setKind(Mp4EsdsBox.Kind kind) |
void |
setProfile(Mp4EsdsBox.AudioProfile profile)
The key for the profile
|
getBitRate, getBitRateAsNumber, getBitsPerSample, getChannelNumber, getChannels, getEncodingType, getExtraEncodingInfos, getFormat, getPreciseLength, getSampleRate, getSampleRateAsNumber, getTrackLength, isLossless, isVariableBitRate, setBitrate, setBitsPerSample, setChannelNumber, setEncodingType, setExtra, setExtraEncodingInfos, setLength, setLossless, setPreciseLength, setSamplingRate, setVariableBitRate, toString
public static final java.lang.String FIELD_KIND
public static final java.lang.String FIELD_PROFILE
public static final java.lang.String FIELD_BRAND
public void setKind(Mp4EsdsBox.Kind kind)
public Mp4EsdsBox.Kind getKind()
public void setProfile(Mp4EsdsBox.AudioProfile profile)
profile
- public Mp4EsdsBox.AudioProfile getProfile()
public void setBrand(java.lang.String brand)
brand
- public java.lang.String getBrand()
Copyright © 2005-2013 java.net. All Rights Reserved.