Class RTPInformation


  • public class RTPInformation
    extends java.lang.Object
    Class to keep informations about RTP packets.
    Author:
    Rémi Druilhe
    • Constructor Summary

      Constructors 
      Constructor Description
      RTPInformation()  
      RTPInformation​(byte[] data, java.lang.Long time, java.lang.Integer port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      java.lang.Integer getPort()  
      java.lang.Long getTime()  
      void setData​(byte[] data)  
      void setPort​(java.lang.Integer port)  
      void setTime​(java.lang.Long time)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RTPInformation

        public RTPInformation()
      • RTPInformation

        public RTPInformation​(byte[] data,
                              java.lang.Long time,
                              java.lang.Integer port)
    • Method Detail

      • getData

        public byte[] getData()
      • getTime

        public java.lang.Long getTime()
      • getPort

        public java.lang.Integer getPort()
      • setData

        public void setData​(byte[] data)
      • setTime

        public void setTime​(java.lang.Long time)
      • setPort

        public void setPort​(java.lang.Integer port)