com.flazr.rtmp.message
Class Video

java.lang.Object
  extended by com.flazr.rtmp.message.AbstractMessage
      extended by com.flazr.rtmp.message.DataMessage
          extended by com.flazr.rtmp.message.Video
All Implemented Interfaces:
RtmpMessage

public class Video
extends DataMessage


Nested Class Summary
 
Nested classes/interfaces inherited from class com.flazr.rtmp.message.AbstractMessage
AbstractMessage.Pair
 
Field Summary
 
Fields inherited from class com.flazr.rtmp.message.DataMessage
data
 
Fields inherited from class com.flazr.rtmp.message.AbstractMessage
header
 
Constructor Summary
Video(byte[]... bytes)
           
Video(int time, byte[] prefix, int compositionOffset, byte[] videoData)
           
Video(int time, org.jboss.netty.buffer.ChannelBuffer in)
           
Video(RtmpHeader header, org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
static Video empty()
           
 boolean isConfig()
           
 
Methods inherited from class com.flazr.rtmp.message.DataMessage
decode, encode, toString
 
Methods inherited from class com.flazr.rtmp.message.AbstractMessage
getHeader, map, map, object, object, pair
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Video

public Video(RtmpHeader header,
             org.jboss.netty.buffer.ChannelBuffer in)

Video

public Video(byte[]... bytes)

Video

public Video(int time,
             byte[] prefix,
             int compositionOffset,
             byte[] videoData)

Video

public Video(int time,
             org.jboss.netty.buffer.ChannelBuffer in)
Method Detail

isConfig

public boolean isConfig()
Specified by:
isConfig in class DataMessage

empty

public static Video empty()


Copyright © 2011. All Rights Reserved.