com.googlecode.mp4parser.boxes.mp4.objectdescriptors
Class ProfileLevelIndicationDescriptor

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.mp4.objectdescriptors.BaseDescriptor
      extended by com.googlecode.mp4parser.boxes.mp4.objectdescriptors.ProfileLevelIndicationDescriptor

@Descriptor(tags=20)
public class ProfileLevelIndicationDescriptor
extends BaseDescriptor

class ProfileLevelIndicationIndexDescriptor () extends BaseDescriptor : bit(8) ProfileLevelIndicationIndexDescrTag { bit(8) profileLevelIndicationIndex; }


Constructor Summary
ProfileLevelIndicationDescriptor()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void parseDetail(ByteBuffer bb)
           
 String toString()
           
 
Methods inherited from class com.googlecode.mp4parser.boxes.mp4.objectdescriptors.BaseDescriptor
getSize, getSizeBytes, getSizeOfInstance, getTag, parse
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileLevelIndicationDescriptor

public ProfileLevelIndicationDescriptor()
Method Detail

parseDetail

public void parseDetail(ByteBuffer bb)
                 throws IOException
Specified by:
parseDetail in class BaseDescriptor
Throws:
IOException

toString

public String toString()
Overrides:
toString in class BaseDescriptor

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.