| 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 RRtpCSRCs | CSRCs() |
| IMPORT_C void | Close() |
| IMPORT_C RRtpHeaderExtension | Extension() |
| IMPORT_C TBool | ExtensionPresent() |
| IMPORT_C TUint | Flags() |
| TBool | IsOpen() |
| IMPORT_C TBool | Marker() |
| IMPORT_C TPtrC8 | Payload() |
| IMPORT_C TUint | PayloadType() |
| IMPORT_C TUint | SSRC() |
| IMPORT_C TUint | SequenceNumber() |
| IMPORT_C TUint | Timestamp() |
| TBool | operator!=(RRtpPacket) |
| TBool | operator==(RRtpPacket) |
| Protected Attributes | |
|---|---|
| TRtpPacket * | iPtr |
| TBool | IsOpen | ( | ) | const [inline] |
Tests whether this packet object is open.
ETrue, if the packet is open, false otherwise.
| TBool | operator!= | ( | RRtpPacket | aThat | ) | 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.
| RRtpPacket aThat | The handle of the packet to be compared. |
| TBool | operator== | ( | RRtpPacket | aThat | ) | 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.
| RRtpPacket aThat | The handle of the packet to be compared. |