Public Types | |
| enum | OptionalFields { e_cumulativeNumberOfPacketsLost, e_packetLostRate, e_worstJitter, e_estimatedThroughput, e_fractionLostRate, e_meanJitter } |
Public Member Functions | |
| PINDEX | GetDataLength () const |
| BOOL | Decode (PASN_Stream &strm) |
| void | Encode (PASN_Stream &strm) const |
| void | PrintOn (ostream &strm) const |
| Comparison | Compare (const PObject &obj) const |
| PObject * | Clone () const |
Public Attributes | |
| PASN_Integer | m_cumulativeNumberOfPacketsLost |
| PASN_Integer | m_packetLostRate |
| H4609_CalculatedJitter | m_worstJitter |
| H225_BandWidth | m_estimatedThroughput |
| PASN_Integer | m_fractionLostRate |
| H4609_CalculatedJitter | m_meanJitter |
Definition at line 168 of file h4609.h.
1.5.2