#include <opalpluginmgr.h>
Additional Inherited Members |
enum | MainTypes {
e_Audio,
e_Video,
e_Data,
e_UserInput,
e_GenericControl,
e_NumMainTypes
} |
enum | { DefaultAudioSessionID = 1,
DefaultVideoSessionID = 2,
DefaultDataSessionID = 3,
DefaultH224SessionID = 4
} |
enum | CommandType { e_TCS,
e_OLC,
e_ReqMode
} |
enum | CapabilityDirection {
e_Unknown,
e_Receive,
e_Transmit,
e_ReceiveAndTransmit,
e_NoDirection,
NumCapabilityDirections
} |
static H323Capability * | Create (const PString &name) |
OpalMediaFormat & | GetWritableMediaFormat () const |
RTP_QOS * | rtpqos |
unsigned | assignedCapabilityNumber |
CapabilityDirection | capabilityDirection |
| Unique ID assigned to capability.
|
const PluginCodec_Definition * | m_codecDefn |
PString | m_capabilityFormatName |
Constructor & Destructor Documentation
Member Function Documentation
virtual PObject* H323H261PluginCapability::Clone |
( |
| ) |
const |
|
virtual |
Comparison H323H261PluginCapability::Compare |
( |
const PObject & |
obj | ) |
const |
Compare two capability instances. This compares the main and sub-types of the capability.
Reimplemented from H323Capability.
virtual PString H323H261PluginCapability::GetFormatName |
( |
| ) |
const |
|
virtual |
virtual unsigned H323H261PluginCapability::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 PBoolean H323H261PluginCapability::OnReceivedPDU |
( |
const H245_VideoCapability & |
pdu | ) |
|
|
virtual |
This function is called whenever and incoming TerminalCapabilitySet or 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.
- Parameters
-
pdu | PDU to get information from |
Reimplemented from H323VideoCapability.
virtual PBoolean H323H261PluginCapability::OnSendingPDU |
( |
H245_VideoCapability & |
pdu | ) |
const |
|
virtual |
This function is called whenever and outgoing TerminalCapabilitySet or 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.
- Parameters
-
pdu | PDU to set information on |
Reimplemented from H323VideoCapability.
virtual PBoolean H323H261PluginCapability::OnSendingPDU |
( |
H245_VideoMode & |
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 sets the PDUs tag according to the GetSubType() function (translated to different enum).
Implements H323VideoCapability.
The documentation for this class was generated from the following file: