com.googlecode.mp4parser.h264.model
Class BitstreamElement

java.lang.Object
  extended by com.googlecode.mp4parser.h264.model.BitstreamElement
Direct Known Subclasses:
PictureParameterSet, SeqParameterSet

public abstract class BitstreamElement
extends java.lang.Object


Constructor Summary
BitstreamElement()
           
 
Method Summary
abstract  void write(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitstreamElement

public BitstreamElement()
Method Detail

write

public abstract void write(java.io.OutputStream out)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.