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 Object


Constructor Summary
BitstreamElement()
           
 
Method Summary
abstract  void write(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(OutputStream out)
                    throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.