Package org.ow2.clif.probe.rtp
Class RTPInformation
- java.lang.Object
-
- org.ow2.clif.probe.rtp.RTPInformation
-
public class RTPInformation extends java.lang.ObjectClass 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.IntegergetPort()java.lang.LonggetTime()voidsetData(byte[] data)voidsetPort(java.lang.Integer port)voidsetTime(java.lang.Long time)
-