com.flazr.io.f4v.box
Class STSD

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

public class STSD
extends Object
implements Payload


Nested Class Summary
static class STSD.AudioSD
           
static class STSD.STSDRecord
           
static class STSD.VideoSD
           
 
Constructor Summary
STSD(org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
 List<STSD.STSDRecord> getRecords()
           
 Payload getSampleDescription(int index)
           
 SampleType getSampleType(int index)
           
 String getSampleTypeString(int index)
           
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 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

STSD

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

getRecords

public List<STSD.STSDRecord> getRecords()

getSampleDescription

public Payload getSampleDescription(int index)

getSampleType

public SampleType getSampleType(int index)

getSampleTypeString

public String getSampleTypeString(int index)

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.