com.flazr.io.f4v.box
Class STSD.VideoSD

java.lang.Object
  extended by com.flazr.io.f4v.box.STSD.VideoSD
All Implemented Interfaces:
Payload
Enclosing class:
STSD

public static class STSD.VideoSD
extends Object
implements Payload


Constructor Summary
STSD.VideoSD(org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
 byte[] getConfigBytes()
           
 short getHeight()
           
 short getWidth()
           
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 String toString()
           
 org.jboss.netty.buffer.ChannelBuffer write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

STSD.VideoSD

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

getWidth

public short getWidth()

getHeight

public short getHeight()

getConfigBytes

public byte[] getConfigBytes()

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.