RRtpCSRCs Class Reference

class RRtpCSRCs

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

Public Member Functions
IMPORT_C TIntCount()
IMPORT_C TUintoperator[](TUint)
Private Attributes
TRtpPacket *iPtr

Member Functions Documentation

Count()

IMPORT_C TIntCount()const

Gets the number of CSRCs in the RTP packet.

operator[](TUint)

IMPORT_C TUintoperator[](TUintaIndex)const

Gets a specific CSRC as identified by the specified index.

Parameters

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

Member Data Documentation

TRtpPacket * iPtr

TRtpPacket *iPtr[private]