class RRtpHeaderExtension |
Reresents an RTP packet's header extension.
The format of a header extension is profile-defined.
Public Member Functions | |
---|---|
IMPORT_C TPtrC8 | Data () |
IMPORT_C void | SetType ( TUint16 ) |
IMPORT_C TUint16 | Type () |
Private Attributes | |
---|---|
TRtpPacket * | iPtr |
IMPORT_C TPtrC8 | Data | ( | ) |
Gets a pointer descriptor representing the data in the RTP packet's header extension.
IMPORT_C void | SetType | ( | TUint16 | aType | ) |
Sets the RTP packet's header extension type.
TUint16 aType | The header extension type, which is the first 2 bytes of the extension. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.