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, Joachim Bauch (jojo@struktur.de)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.mina.core.buffer.IoBuffer
    Packet contents.
    byte
    Type of this packet.
    int
    Timestamp of this packet.
  • Method Details

    • 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

      org.apache.mina.core.buffer.IoBuffer getData()
      Packet contents.
      Returns:
      the contents