#include <h323t38.h>
Public Member Functions | |
Overrides from class PObject | |
virtual PObject * | Clone () const |
Identification functions | |
virtual PString | GetFormatName () const |
Operations | |
virtual H323Channel * | CreateChannel (H323Connection &connection, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters *param) const |
H323_T38NonStandardCapability::H323_T38NonStandardCapability | ( | BYTE | country = 181 , |
|
BYTE | extension = 0 , |
|||
WORD | maufacturer = 18 | |||
) |
Create a new capability.
country | t35 information |
extension | t35 information |
maufacturer | t35 information |
H323_T38NonStandardCapability::H323_T38NonStandardCapability | ( | BYTE | country = 181 , |
|
BYTE | extension = 0 , |
|||
WORD | maufacturer = 18 | |||
) |
Create a new capability.
country | t35 information |
extension | t35 information |
maufacturer | t35 information |
virtual PObject* H323_T38NonStandardCapability::Clone | ( | ) | const [virtual] |
Create a copy of the object.
virtual PString H323_T38NonStandardCapability::GetFormatName | ( | ) | const [virtual] |
Get the name of the media data format this class represents.
virtual H323Channel* H323_T38NonStandardCapability::CreateChannel | ( | H323Connection & | connection, | |
H323Channel::Directions | dir, | |||
unsigned | sessionID, | |||
const H245_H2250LogicalChannelParameters * | param | |||
) | const [virtual] |
Create the channel instance, allocating resources as required.
connection | Owner connection for channel |
dir | Direction of channel |
sessionID | Session ID for RTP channel |
param | Parameters for channel |