Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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:
Data(), SetType(), Type()


Member functions


Type()

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()

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.