class H323RealTimeCapability: public H323Capability

This class describes the interface to a codec that has channels based on the RTP protocol.

Inheritance:


Public

[more] Operations


Inherited from H323Capability:

Public

Construction

Overrides from class PObject

Identification functions

Protocol manipulation

Member variable access

Protected Fields

oCapabilityDirection capabilityDirection


Documentation

This class describes the interface to a codec that has channels based on the RTP protocol.

An application may create a descendent off this class and override functions as required for descibing the codec.

o Operations

ovirtual H323Channel* CreateChannel( H323Connection & connection, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters * param ) const
Create the channel instance, allocating resources as required.
Parameters:
connection - Owner connection for channel
dir - Direction of channel
sessionID - Session ID for RTP channel
param - Parameters for channel


Direct child classes:
H323VideoCapability
H323AudioCapability

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.