Inheritance diagram for H323CodecExtendedVideoCapability:

Public Member Functions | |
| virtual PObject * | Clone () const |
| virtual H323Codec * | CreateCodec (H323Codec::Direction) const |
| virtual BOOL | SetMaxFrameSize (CapabilityFrameSize, int) |
| virtual BOOL | OnSendingPDU (H245_VideoCapability &pdu) const |
| virtual BOOL | OnReceivedPDU (const H245_VideoCapability &pdu) |
Definition at line 2637 of file h323caps.h.
| virtual H323Codec* H323CodecExtendedVideoCapability::CreateCodec | ( | H323Codec::Direction | direction | ) | const [inline, virtual] |
Create the codec instance, allocating resources as required.
Implements H323Capability.
Definition at line 2646 of file h323caps.h.
| virtual BOOL H323CodecExtendedVideoCapability::SetMaxFrameSize | ( | CapabilityFrameSize | , | |
| int | ||||
| ) | [inline, virtual] |
Set the Maximum Frame Size of the Video Capability. This is used for set Capabilities to only utilise the specified Max FrameSizes. The default behaviour returns False.
Reimplemented from H323Capability.
Definition at line 2649 of file h323caps.h.
| virtual BOOL H323CodecExtendedVideoCapability::OnSendingPDU | ( | H245_VideoCapability & | pdu | ) | const [virtual] |
| pdu | PDU to set information on |
| virtual BOOL H323CodecExtendedVideoCapability::OnReceivedPDU | ( | const H245_VideoCapability & | pdu | ) | [virtual] |
| pdu | PDU to get information from |
1.5.2