com.googlecode.mp4parser.h264.write
Class CAVLCWriter
java.lang.Object
com.googlecode.mp4parser.h264.write.BitstreamWriter
com.googlecode.mp4parser.h264.write.CAVLCWriter
public class CAVLCWriter
- extends BitstreamWriter
A class responsible for outputting exp-Golumb values into binary stream
- Author:
- Stanislav Vitvitskiy
Constructor Summary |
CAVLCWriter(java.io.OutputStream out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CAVLCWriter
public CAVLCWriter(java.io.OutputStream out)
writeU
public void writeU(int value,
int n,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
writeUE
public void writeUE(int value)
throws java.io.IOException
- Throws:
java.io.IOException
writeUE
public void writeUE(int value,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
writeSE
public void writeSE(int value,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
writeBool
public void writeBool(boolean value,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
writeU
public void writeU(int i,
int n)
throws java.io.IOException
- Throws:
java.io.IOException
writeNBit
public void writeNBit(long value,
int n,
java.lang.String string)
throws java.io.IOException
- Throws:
java.io.IOException
writeTrailingBits
public void writeTrailingBits()
throws java.io.IOException
- Throws:
java.io.IOException
writeSliceTrailingBits
public void writeSliceTrailingBits()
Copyright © 2012. All Rights Reserved.