org.red5.server.api.stream
Interface IStreamPacket

All Known Implementing Classes:
Aggregate, AudioData, CachedEvent, FlexMessage, FlexStreamSend, Invoke, Notify, VideoData

public interface IStreamPacket

Packet containing stream data.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Method Summary
 IoBuffer getData()
          Packet contents.
 byte getDataType()
          Type of this packet.
 int getTimestamp()
          Timestamp of this packet.
 

Method Detail

getDataType

byte getDataType()
Type of this packet. This is one of the TYPE_ constants.

Returns:
the type

getTimestamp

int getTimestamp()
Timestamp of this packet.

Returns:
the timestamp in milliseconds

getData

IoBuffer getData()
Packet contents.

Returns:
the contents


Copyright © 2006-2012 The Red5 Project