com.flazr.io.f4v.box
Class STSZ

java.lang.Object
  extended by com.flazr.io.f4v.box.STSZ
All Implemented Interfaces:
Payload

public class STSZ
extends Object
implements Payload


Constructor Summary
STSZ(org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
 List<Integer> getSampleSizes()
           
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 void setConstantSize(int constantSize)
           
 void setSampleSizes(List<Integer> sampleSizes)
           
 org.jboss.netty.buffer.ChannelBuffer write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSZ

public STSZ(org.jboss.netty.buffer.ChannelBuffer in)
Method Detail

getSampleSizes

public List<Integer> getSampleSizes()

setConstantSize

public void setConstantSize(int constantSize)

setSampleSizes

public void setSampleSizes(List<Integer> sampleSizes)

read

public void read(org.jboss.netty.buffer.ChannelBuffer in)
Specified by:
read in interface Payload

write

public org.jboss.netty.buffer.ChannelBuffer write()
Specified by:
write in interface Payload


Copyright © 2011. All Rights Reserved.