Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages Examples
RTPData Class Reference
Interface to data received over RTP packets.
More...
#include <cc++/rtp.h>
List of all members.
Detailed Description
Interface to data received over RTP packets.
A class of objects representing data transmitted over RTP packets. Tipically, this object will apply to received data. Data blocks received via RTP connections, along with its related objects (for instance, its source), are accessed through the methods of this class.
-
Author(s):
-
Federico Montesino Pouzols <p5087@quintero.fie.us.es>
-
Examples:
-
audiorx.cpp.
Definition at line 225 of file rtp.h.
Constructor & Destructor Documentation
RTPData::RTPData (
|
const RTPData & origin )
|
|
|
-
Parameters:
-
origin
|
the RTPData object being copied |
|
RTPData::~RTPData (
|
) [protected]
|
|
Member Function Documentation
const unsigned char * RTPData::getData (
|
) const [inline]
|
|
size_t RTPData::getSize (
|
) const [inline]
|
|
RTPData & RTPData::operator= (
|
const RTPData & source )
|
|
|
Assignment operator -
Parameters:
-
source
|
the RTPData object being assigned |
-
Returns:
-
the result of the assignment
|
Member Data Documentation
The documentation for this class was generated from the following file:
Generated at Fri Oct 5 10:28:26 2001 for ccRTP by
1.2.5 written by Dimitri van Heesch,
© 1997-2001