Hi .*,

I do it like this:

  int time_stamp = getFirstTimestamp();
  const AppDataUnit* adu = getData(time_stamp);

after the call, the RTP timestamp is in "time_stamp" and adu points to the 
packet.

Martin


Am Montag, 5. Mai 2008 21:09:22 schrieb Supriya Kher:
> I am a new user of ccrtp, and would need some help on this -
>
> Similar to the approach used in your samples - audiorx.cpp
> I create an RTPSession object, and receive the packets sent from a remote
> destination, using getData.
>
> I want to get the RTP timestamp of the recvd RTPPacket.
> Is there a way to get the RTPPacket's timestamp value ? as AppDataUnit or
> its subclasses do not seem to give me any such APIs.
>
> ALso , I need a clarification ----------


Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to