#include <h323caps.h>
Inheritance diagram for H323GenericCapabilityInfo:

Public Member Functions | |
| H323GenericCapabilityInfo (const PString &capabilityId, PINDEX maxBitRate=0) | |
| H323GenericCapabilityInfo (const H323GenericCapabilityInfo &obj) | |
| virtual | ~H323GenericCapabilityInfo () |
| virtual BOOL | IsGenericMatch (const H245_GenericCapability ¶m) const |
| virtual BOOL | AddIntegerGenericParameter (BOOL collapsing, int standardId, int type, long int value) |
Protected Member Functions | |
| virtual BOOL | OnSendingGenericPDU (H245_GenericCapability &pdu) const |
| virtual BOOL | OnReceivedGenericPDU (const H245_GenericCapability &pdu) |
| PObject::Comparison | CompareInfo (const H323GenericCapabilityInfo &obj) const |
Protected Attributes | |
| PINDEX | maxBitRate |
| H245_CapabilityIdentifier * | capId |
| PList< H245_GenericParameter > | collapsingParameters |
| PList< H245_GenericParameter > | nonCollapsingParameters |
It is expected that an application makes a descendent off H323GenericAudioCapability or H323GenericVideoCapability which multiply inherit from this class.
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Add a parameter which will be used in the TerminalCapabilitySet and OpenLogicalChannel messages
|
|
|
|
|
|
Compare the genericCapability part of the capability, if applicable.
Reimplemented in H323GenericAudioCapability, and H323GenericVideoCapability. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2