|
||
class RRtpReceivePacket : public RRtpPacket;
A handle to an RTP packet received from another source.
RRtpPacket
-
A handle to an RTP packet.
RRtpReceivePacket
-
A handle to an RTP packet received from another source.
Inherited from RRtpPacket
:
CSRCs()const
Gets a handle to a list of CSRCs (contributing sources).Close()
Closes the RTP packet. Extension()const
Gets the packet's header extension.ExtensionPresent()const
Tests whether the packet has a header extension.Flags()const
Gets the first 32 bits of the packet header.IsOpen()const
Tests whether this packet object is open.Marker()const
Tests whether the marker bit is set in the packet header.Payload()const
Gets a pointer descriptor representing the packet's payload.PayloadType()const
Gets the type of payload carried by the packet.SSRC()const
Gets the SSRC, the 32-bit numeric synchronisation source identifier.SequenceNumber()const
Gets the packet's sequence number.Timestamp()const
Gets the packet's timestamp.iPtr
operator!=(RRtpPacket)const
Tests whether this packet handle represents a different packet to the one repres...operator==(RRtpPacket)const
Tests whether this packet handle represents the same packet as the one represent...