com.googlecode.mp4parser.boxes.basemediaformat
Class SampleEncryptionBox

java.lang.Object
  extended by com.googlecode.mp4parser.AbstractBox
      extended by com.googlecode.mp4parser.AbstractFullBox
          extended by com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox
              extended by com.googlecode.mp4parser.boxes.basemediaformat.SampleEncryptionBox
All Implemented Interfaces:
Box, FullBox

public class SampleEncryptionBox
extends AbstractSampleEncryptionBox

aligned(8) class AbstractSampleEncryptionBox extends FullBox(‘uuid’, extended_type= 0xA2394F52-5A9B-4f14-A244-6C427C648DF4, version=0, flags=0) {

unsigned int (32) sample_count; { unsigned int(16) InitializationVector; }[ sample_count ] }


Nested Class Summary
 
Nested classes/interfaces inherited from class com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox
AbstractSampleEncryptionBox.Entry
 
Field Summary
 
Fields inherited from class com.googlecode.mp4parser.AbstractBox
type
 
Constructor Summary
SampleEncryptionBox()
          Creates a SampleEncryptionBox for non-h264 tracks.
 
Method Summary
 
Methods inherited from class com.googlecode.mp4parser.boxes.AbstractSampleEncryptionBox
_parseDetails, createEntry, equals, getAlgorithmId, getBox, getContent, getContentSize, getEntries, getEntrySizes, getIvSize, getKid, getOffsetToFirstIV, getSampleCount, hashCode, isOverrideTrackEncryptionBoxParameters, isSubSampleEncryption, setAlgorithmId, setEntries, setIvSize, setKid, setOverrideTrackEncryptionBoxParameters, setSubSampleEncryption
 
Methods inherited from class com.googlecode.mp4parser.AbstractFullBox
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags
 
Methods inherited from class com.googlecode.mp4parser.AbstractBox
getIsoFile, getParent, getSize, getType, getUserType, isParsed, parse, setDeadBytes, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.coremedia.iso.boxes.Box
getParent, getSize, getType, parse, setParent
 

Constructor Detail

SampleEncryptionBox

public SampleEncryptionBox()
Creates a SampleEncryptionBox for non-h264 tracks.



Copyright © 2012. All Rights Reserved.