com.googlecode.mp4parser.boxes.mp4.objectdescriptors
Class BitWriterBuffer

java.lang.Object
  extended by com.googlecode.mp4parser.boxes.mp4.objectdescriptors.BitWriterBuffer

public class BitWriterBuffer
extends Object


Constructor Summary
BitWriterBuffer(ByteBuffer buffer)
           
 
Method Summary
 void writeBits(int i, int numBits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitWriterBuffer

public BitWriterBuffer(ByteBuffer buffer)
Method Detail

writeBits

public void writeBits(int i,
                      int numBits)


Copyright © 2012. All Rights Reserved.