Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <rtp.h>

Class RRtpCSRCs

class RRtpCSRCs;

Description

A handle representing the list of CSRCs in an RTP packet.

Members

Defined in RRtpCSRCs:


Member functions


Count()const

IMPORT_C TInt Count() const;

Description

Gets the number of CSRCs in the RTP packet.

Return value

TInt

The number of CSRCs.


operator[](TUint)const

IMPORT_C TUint operator[](TUint aIndex) const;

Description

Gets a specific CSRC as identified by the specified index.

Parameters

TUint aIndex

The index value. This is relative to zero, i.e. a zero value refers to the first CSRC.

Return value

TUint

The CSRC identifier.