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 © 2005–2017 Red5. All rights reserved.