Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <rtp.h>

Class RRtpHeaderExtension

class RRtpHeaderExtension;

Description

Reresents an RTP packet's header extension.

The format of a header extension is profile-defined.

Members

Defined in RRtpHeaderExtension:


Member functions


Type()const

IMPORT_C TUint16 Type() const;

Description

Gets the RTP packet's header extension type.

Return value

TUint16

The header extension type, which is the first 2 bytes of the extension.


SetType(TUint16)

IMPORT_C void SetType(TUint16 aType);

Description

Sets the RTP packet's header extension type.

Parameters

TUint16 aType

The header extension type, which is the first 2 bytes of the extension.


Data()

IMPORT_C TPtrC8 Data();

Description

Gets a pointer descriptor representing the data in the RTP packet's header extension.

Return value

TPtrC8

The pointer descriptor representing the extension data.