Inheritance diagram for H323_ConferenceControlCapability:

Public Member Functions | |
Construction | |
| H323_ConferenceControlCapability () | |
Overrides from class PObject | |
| virtual PObject * | Clone () const |
Identification functions | |
| virtual MainTypes | GetMainType () const |
| virtual unsigned | GetSubType () const |
| virtual PString | GetFormatName () const |
Operations | |
| virtual H323Channel * | CreateChannel (H323Connection &connection, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters *param) const |
| virtual H323Codec * | CreateCodec (H323Codec::Direction direction) const |
Protocol manipulation | |
| virtual BOOL | OnSendingPDU (H245_Capability &pdu) const |
| virtual BOOL | OnSendingPDU (H245_DataType &pdu) const |
| virtual BOOL | OnSendingPDU (H245_ModeElement &pdu) const |
| virtual BOOL | OnReceivedPDU (const H245_Capability &pdu) |
| virtual BOOL | OnReceivedPDU (const H245_DataType &pdu, BOOL receiver) |
Option | |
| BOOL | SupportChairControls () |
| BOOL | SupportExtControls () |
Protected Attributes | |
| BOOL | chairControlCapability |
| BOOL | nonStandardExtension |
Definition at line 2674 of file h323caps.h.
| H323_ConferenceControlCapability::H323_ConferenceControlCapability | ( | ) |
Create the Conference capability
| virtual PObject* H323_ConferenceControlCapability::Clone | ( | ) | const [virtual] |
Create a copy of the object.
| virtual MainTypes H323_ConferenceControlCapability::GetMainType | ( | ) | const [virtual] |
Get the main type of the capability.
Implements H323Capability.
| virtual unsigned H323_ConferenceControlCapability::GetSubType | ( | ) | const [virtual] |
Get the sub-type of the capability. This is a code dependent on the main type of the capability.
Implements H323Capability.
| virtual PString H323_ConferenceControlCapability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
Implements H323Capability.
| virtual H323Channel* H323_ConferenceControlCapability::CreateChannel | ( | H323Connection & | connection, | |
| H323Channel::Directions | dir, | |||
| unsigned | sessionID, | |||
| const H245_H2250LogicalChannelParameters * | param | |||
| ) | const [virtual] |
Create the channel instance, allocating resources as required. This creates a logical channel object appropriate for the parameters provided. Not if param is NULL, sessionID must be provided, otherwise this is taken from the fields in param.
| connection | Owner connection for channel |
| dir | Direction of channel |
| sessionID | Session ID for RTP channel |
| param | Parameters for channel |
Implements H323Capability.
| virtual H323Codec* H323_ConferenceControlCapability::CreateCodec | ( | H323Codec::Direction | direction | ) | const [virtual] |
Create the codec instance, allocating resources as required.
| direction | Direction in which this instance runs |
Implements H323Capability.
| virtual BOOL H323_ConferenceControlCapability::OnSendingPDU | ( | H245_Capability & | pdu | ) | const [virtual] |
This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class.
The default behaviour is pure.
| pdu | PDU to set information on |
Implements H323Capability.
| virtual BOOL H323_ConferenceControlCapability::OnSendingPDU | ( | H245_DataType & | pdu | ) | const [virtual] |
This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class.
The default behaviour is pure.
| pdu | PDU to set information on |
Implements H323Capability.
| virtual BOOL H323_ConferenceControlCapability::OnSendingPDU | ( | H245_ModeElement & | pdu | ) | const [virtual] |
This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class.
The default behaviour calls the OnSendingPDU() function with a more specific PDU type.
| pdu | PDU to set information on |
Implements H323Capability.
| virtual BOOL H323_ConferenceControlCapability::OnReceivedPDU | ( | const H245_Capability & | pdu | ) | [virtual] |
This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members.
If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour simply returns TRUE.
| pdu | PDU to get information from |
Reimplemented from H323Capability.
| virtual BOOL H323_ConferenceControlCapability::OnReceivedPDU | ( | const H245_DataType & | pdu, | |
| BOOL | receiver | |||
| ) | [virtual] |
This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class.
The default behaviour is pure.
| pdu | PDU to get information from |
| receiver | Is receiver OLC |
Implements H323Capability.
| BOOL H323_ConferenceControlCapability::SupportChairControls | ( | ) | [inline] |
This function indicates whether the remote supports chair controls
Definition at line 2803 of file h323caps.h.
References chairControlCapability.
| BOOL H323_ConferenceControlCapability::SupportExtControls | ( | ) | [inline] |
This function indicates whether the remote supports extended controls such as T.124 Tunnelling
Definition at line 2808 of file h323caps.h.
References nonStandardExtension.
1.5.2