com.googlecode.mp4parser.boxes.mp4.objectdescriptors
Class DecoderConfigDescriptor
java.lang.Object
com.googlecode.mp4parser.boxes.mp4.objectdescriptors.BaseDescriptor
com.googlecode.mp4parser.boxes.mp4.objectdescriptors.DecoderConfigDescriptor
@Descriptor(tags=4)
public class DecoderConfigDescriptor
- extends BaseDescriptor
class DecoderConfigDescriptor extends BaseDescriptor : bit(8)
tag=DecoderConfigDescrTag {
bit(8) objectTypeIndication;
bit(6) streamType;
bit(1) upStream;
const bit(1) reserved=1;
bit(24) bufferSizeDB;
bit(32) maxBitrate;
bit(32) avgBitrate;
DecoderSpecificInfo decSpecificInfo[0 .. 1];
profileLevelIndicationIndexDescriptor profileLevelIndicationIndexDescr
[0..255];
}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DecoderConfigDescriptor
public DecoderConfigDescriptor()
parseDetail
public void parseDetail(java.nio.ByteBuffer bb)
throws java.io.IOException
- Specified by:
parseDetail
in class BaseDescriptor
- Throws:
java.io.IOException
getDecoderSpecificInfo
public DecoderSpecificInfo getDecoderSpecificInfo()
getAudioSpecificInfo
public AudioSpecificConfig getAudioSpecificInfo()
getProfileLevelIndicationDescriptors
public java.util.List<ProfileLevelIndicationDescriptor> getProfileLevelIndicationDescriptors()
toString
public java.lang.String toString()
- Overrides:
toString
in class BaseDescriptor
Copyright © 2012. All Rights Reserved.