RRtpPacket Class Reference

class RRtpPacket

A handle to an RTP packet.

The packet is accessed through the interface provided by this handle.

Public Member Functions
RRtpPacket()
IMPORT_C RRtpCSRCsCSRCs()
IMPORT_C voidClose()
IMPORT_C RRtpHeaderExtensionExtension()
IMPORT_C TBoolExtensionPresent()
IMPORT_C TUintFlags()
TBool IsOpen()
IMPORT_C TBoolMarker()
IMPORT_C TPtrC8Payload()
IMPORT_C TUintPayloadType()
IMPORT_C TUintSSRC()
IMPORT_C TUintSequenceNumber()
IMPORT_C TUintTimestamp()
TBool operator!=(RRtpPacket)
TBool operator==(RRtpPacket)
Protected Attributes
TRtpPacket *iPtr

Constructor & Destructor Documentation

RRtpPacket()

RRtpPacket()[inline]

Default constructor.

Member Functions Documentation

CSRCs()

IMPORT_C RRtpCSRCsCSRCs()const

Close()

IMPORT_C voidClose()

Extension()

IMPORT_C RRtpHeaderExtensionExtension()const

ExtensionPresent()

IMPORT_C TBoolExtensionPresent()const

Flags()

IMPORT_C TUintFlags()const

IsOpen()

TBool IsOpen()const [inline]

Tests whether this packet object is open.

ETrue, if the packet is open, false otherwise.

Marker()

IMPORT_C TBoolMarker()const

Payload()

IMPORT_C TPtrC8Payload()const

PayloadType()

IMPORT_C TUintPayloadType()const

SSRC()

IMPORT_C TUintSSRC()const

SequenceNumber()

IMPORT_C TUintSequenceNumber()const

Timestamp()

IMPORT_C TUintTimestamp()const

operator!=(RRtpPacket)

TBool operator!=(RRtpPacketaThat)const [inline]

Tests whether this packet handle represents a different packet to the one represented by the specified handle.

ETrue, if the represented packets are different, false otherwise.

Parameters

RRtpPacket aThatThe handle of the packet to be compared.

operator==(RRtpPacket)

TBool operator==(RRtpPacketaThat)const [inline]

Tests whether this packet handle represents the same packet as the one represented by the specified handle.

ETrue, if the represented packets are the same, false otherwise.

Parameters

RRtpPacket aThatThe handle of the packet to be compared.

Member Data Documentation

TRtpPacket * iPtr

TRtpPacket *iPtr[protected]