com.flazr.rtmp.message
Class Audio

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

public class Audio
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
Audio(byte[]... bytes)
           
Audio(int time, byte[] prefix, byte[] audioData)
           
Audio(int time, org.jboss.netty.buffer.ChannelBuffer in)
           
Audio(RtmpHeader header, org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
static Audio 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

Audio

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

Audio

public Audio(byte[]... bytes)

Audio

public Audio(int time,
             byte[] prefix,
             byte[] audioData)

Audio

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

isConfig

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

empty

public static Audio empty()


Copyright © 2011. All Rights Reserved.