#include <h323caps.h>
Inheritance diagram for H323NonStandardAudioCapability:
Public Member Functions | |
Construction | |
H323NonStandardAudioCapability (const H323EndPoint &endpoint, const BYTE *dataBlock=NULL, PINDEX dataSize=0, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
H323NonStandardAudioCapability (const PString &oid, const BYTE *dataBlock=NULL, PINDEX dataSize=0, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
H323NonStandardAudioCapability (BYTE country, BYTE extension, WORD maufacturer, const BYTE *dataBlock=NULL, PINDEX dataSize=0, PINDEX comparisonOffset=0, PINDEX comparisonLength=P_MAX_INDEX) | |
Overrides from class PObject | |
Comparison | Compare (const PObject &obj) const |
Identification functions | |
virtual unsigned | GetSubType () const |
Protocol manipulation | |
virtual BOOL | OnSendingPDU (H245_AudioCapability &pdu, unsigned packetSize) const |
virtual BOOL | OnSendingPDU (H245_AudioMode &pdu) const |
virtual BOOL | OnReceivedPDU (const H245_AudioCapability &pdu, unsigned &packetSize) |
virtual BOOL | IsNonStandardMatch (const H245_NonStandardParameter ¶m) const |
An application may create a descendent off this class and override functions as required for descibing the codec.
|
Create a new set of information about a non-standard codec.
|
|
Create a new set of information about a non-standard codec.
|
|
Create a new set of information about a non-standard codec.
|
|
Compare two capability instances. This compares the main and sub-types of the capability. Reimplemented from H323Capability. |
|
Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns H245_AudioCapability::e_nonStandard. Implements H323Capability. |
|
Compare the nonStandardData part of the capability, if applicable.
Reimplemented from H323Capability. |
|
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 calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU.
Reimplemented from H323AudioCapability. Reimplemented in H323_G726_Capability. |
|
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 H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU.
Reimplemented from H323AudioCapability. |
|
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 calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU.
Reimplemented from H323AudioCapability. Reimplemented in H323_G726_Capability. |