|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flazr.rtmp.message.AbstractMessage
com.flazr.rtmp.message.DataMessage
com.flazr.rtmp.message.Audio
public class Audio
| 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 |
|---|
public Audio(RtmpHeader header,
org.jboss.netty.buffer.ChannelBuffer in)
public Audio(byte[]... bytes)
public Audio(int time,
byte[] prefix,
byte[] audioData)
public Audio(int time,
org.jboss.netty.buffer.ChannelBuffer in)
| Method Detail |
|---|
public boolean isConfig()
isConfig in class DataMessagepublic static Audio empty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||