OPAL
Version 3.10.4
|
#include <opalpluginmgr.h>
Public Member Functions | |
H323H261PluginCapability (const PluginCodec_Definition *codecDefn, const OpalMediaFormat &mediaFormat) | |
Comparison | Compare (const PObject &obj) const |
virtual PObject * | Clone () const |
virtual PBoolean | OnSendingPDU (H245_VideoCapability &pdu) const |
virtual PBoolean | OnSendingPDU (H245_VideoMode &pdu) const |
virtual PBoolean | OnReceivedPDU (const H245_VideoCapability &pdu) |
![]() | |
H323VideoPluginCapability (const PluginCodec_Definition *codecDefn, const OpalMediaFormat &mediaFormat, unsigned _pluginSubType) | |
virtual PString | GetFormatName () const |
virtual unsigned | GetSubType () const |
virtual void | PrintOn (std::ostream &strm) const |
![]() | |
virtual MainTypes | GetMainType () const |
virtual unsigned | GetDefaultSessionID () const |
virtual PBoolean | OnSendingPDU (H245_Capability &pdu) const |
virtual PBoolean | OnSendingPDU (H245_DataType &pdu) const |
virtual PBoolean | OnSendingPDU (H245_ModeElement &pdu) const |
virtual PBoolean | OnSendingPDU (H245_VideoCapability &pdu, CommandType type) const |
virtual PBoolean | OnReceivedPDU (const H245_Capability &pdu) |
virtual PBoolean | OnReceivedPDU (const H245_DataType &pdu, PBoolean receiver) |
virtual PBoolean | OnReceivedPDU (const H245_VideoCapability &pdu, CommandType type) |
![]() | |
virtual H323Channel * | CreateChannel (H323Connection &connection, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters *param) const |
H323RealTimeCapability () | |
H323RealTimeCapability (const H323RealTimeCapability &rtc) | |
virtual | ~H323RealTimeCapability () |
void | AttachQoS (RTP_QOS *_rtpqos) |
Attach a QoS specification to this channel. | |
![]() | |
H323PluginCapabilityInfo (const PluginCodec_Definition *codecDefn, const OpalMediaFormat &mediaFormat) |
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 bool | SetOptionsFromMPI (OpalMediaFormat &mediaFormat, int frameWidth, int frameHeight, int frameRate) |
![]() | |
OpalMediaFormat & | GetWritableMediaFormat () const |
![]() | |
unsigned | pluginSubType |
unsigned | h323subType |
H323H261PluginCapability::H323H261PluginCapability | ( | const PluginCodec_Definition * | codecDefn, |
const OpalMediaFormat & | mediaFormat | ||
) |
|
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 |
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.
pdu | PDU to get information from |
Reimplemented from H323VideoCapability.
|
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.
pdu | PDU to set information on |
Reimplemented from H323VideoCapability.
|
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.