com.googlecode.mp4parser.boxes
Class AbstractSampleEncryptionBox.Entry

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox.Entry
Enclosing class:
AbstractSampleEncryptionBox

public class AbstractSampleEncryptionBox.Entry
extends Object


Nested Class Summary
 class AbstractSampleEncryptionBox.Entry.Pair
           
 
Field Summary
 byte[] iv
           
 List<AbstractSampleEncryptionBox.Entry.Pair> pairs
           
 
Constructor Summary
AbstractSampleEncryptionBox.Entry()
           
 
Method Summary
 AbstractSampleEncryptionBox.Entry.Pair createPair(int clear, long encrypted)
           
 boolean equals(Object o)
           
 int getSize()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

iv

public byte[] iv

pairs

public List<AbstractSampleEncryptionBox.Entry.Pair> pairs
Constructor Detail

AbstractSampleEncryptionBox.Entry

public AbstractSampleEncryptionBox.Entry()
Method Detail

getSize

public int getSize()

createPair

public AbstractSampleEncryptionBox.Entry.Pair createPair(int clear,
                                                         long encrypted)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.