Class ProfileLevelIndicationDescriptor
- java.lang.Object
-
- org.mp4parser.boxes.iso14496.part1.objectdescriptors.BaseDescriptor
-
- org.mp4parser.boxes.iso14496.part1.objectdescriptors.ProfileLevelIndicationDescriptor
-
@Descriptor(tags=20) public class ProfileLevelIndicationDescriptor extends BaseDescriptor
class ProfileLevelIndicationIndexDescriptor () extends BaseDescriptor : bit(8) ProfileLevelIndicationIndexDescrTag { bit(8) profileLevelIndicationIndex; }
-
-
Constructor Summary
Constructors Constructor Description ProfileLevelIndicationDescriptor()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)intgetContentSize()inthashCode()voidparseDetail(ByteBuffer bb)ByteBufferserialize()StringtoString()-
Methods inherited from class org.mp4parser.boxes.iso14496.part1.objectdescriptors.BaseDescriptor
getSize, getSizeSize, getTag, parse, writeSize
-
-
-
-
Method Detail
-
parseDetail
public void parseDetail(ByteBuffer bb) throws IOException
- Specified by:
parseDetailin classBaseDescriptor- Throws:
IOException
-
serialize
public ByteBuffer serialize()
- Specified by:
serializein classBaseDescriptor
-
getContentSize
public int getContentSize()
-
toString
public String toString()
- Overrides:
toStringin classBaseDescriptor
-
-