RRtpCSRCs Class Reference

class RRtpCSRCs

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

Public Member Functions
IMPORT_C TInt Count ()
IMPORT_C TUint operator[] ( TUint )
Private Attributes
TRtpPacket * iPtr

Member Functions Documentation

Count()

IMPORT_C TInt Count ( ) const

Gets the number of CSRCs in the RTP packet.

operator[](TUint)

IMPORT_C TUint operator[] ( TUint aIndex ) const

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.

Member Data Documentation

TRtpPacket * iPtr

TRtpPacket * iPtr [private]