public interface IStreamPacket
| Modifier and Type | Method and Description |
|---|---|
org.apache.mina.core.buffer.IoBuffer |
getData()
Packet contents.
|
byte |
getDataType()
Type of this packet.
|
int |
getTimestamp()
Timestamp of this packet.
|
byte getDataType()
TYPE_ constants.int getTimestamp()
org.apache.mina.core.buffer.IoBuffer getData()
Copyright © 2006-2012 The Red5 Project