#include <sdes.h>
Public Member Functions | |
| SDESChunk (const char *name=NULL, u_int32 ssrc=0) | |
| SDESChunk (const SDESChunk &sdesChunk) | |
| virtual | ~SDESChunk () |
| SDESChunk & | operator= (const SDESChunk &sdesChunk) |
| virtual cObject * | dup () const |
| virtual const char * | className () const |
| virtual void | info (char *buf) |
| virtual void | writeContents (ostream &os) |
| virtual void | addSDESItem (SDESItem *item) |
| virtual u_int32 | ssrc () |
| virtual void | setSSRC (u_int32 ssrc) |
| virtual int | length () |
Protected Attributes | |
| u_int32 | _ssrc |
| int | _length |
|
||||||||||||
|
Default constructor. |
|
|
Copy constructor. |
|
|
Destructor. |
|
|
Adds an SDESItem to this SDESChunk. If there is already an SDESItem of the same type in this SDESChunk it is replaced by the new one. |
|
|
Returns the class name "SDESChunk". |
|
|
Duplicates this SDESChunk by calling the copy constructor. |
|
|
Writes a short info about this SDESChunk into the given string. |
|
|
Returns the length in bytes of this SDESChunk. |
|
|
Operator equal. |
|
|
Sets the ssrc identifier this SDESChunk is for. |
|
|
Returns the ssrc identifier this SDESChunk is for. |
|
|
Writes a longer info about this SDESChunk into the given stream. |
|
|
The length in bytes of this SDESChunk. |
|
|
The ssrc identifier this SDESChunk is for. |
1.4.2