fi.helsinki.cs.ohtu.mpeg2
Class DecoderBuffer.DecoderBufferEntry

java.lang.Object
  extended by fi.helsinki.cs.ohtu.mpeg2.DecoderBuffer.DecoderBufferEntry
Enclosing class:
DecoderBuffer

private static class DecoderBuffer.DecoderBufferEntry
extends java.lang.Object


Field Summary
 long dts
           
 int length
           
 
Constructor Summary
DecoderBuffer.DecoderBufferEntry(long dts, int length)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dts

public final long dts

length

public final int length
Constructor Detail

DecoderBuffer.DecoderBufferEntry

public DecoderBuffer.DecoderBufferEntry(long dts,
                                        int length)