com.googlecode.mp4parser.boxes.mp4.samplegrouping
Class GroupEntry

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.mp4.samplegrouping.GroupEntry
Direct Known Subclasses:
CencSampleEncryptionInformationGroupEntry, RateShareEntry, RollRecoveryEntry, UnknownEntry

public abstract class GroupEntry
extends Object


Constructor Summary
GroupEntry()
           
 
Method Summary
abstract  ByteBuffer get()
           
abstract  void parse(ByteBuffer byteBuffer)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupEntry

public GroupEntry()
Method Detail

parse

public abstract void parse(ByteBuffer byteBuffer)

get

public abstract ByteBuffer get()

size

public int size()


Copyright © 2012. All Rights Reserved.