Location:
rtp.h
class RRtpHeaderExtension;
Reresents an RTP packet's header extension.
The format of a header extension is profile-defined.
Defined in RRtpHeaderExtension
:
Data()
, SetType()
, Type()
IMPORT_C TUint16 Type() const;
Gets the RTP packet's header extension type.
|
IMPORT_C void SetType(TUint16 aType);
Sets the RTP packet's header extension type.
|
IMPORT_C TPtrC8 Data();
Gets a pointer descriptor representing the data in the RTP packet's header extension.
|