#include <h323caps.h>
Inheritance diagram for H323RealTimeCapability:
Operations | |
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. | |
RTP_QOS * | rtpqos |
An application may create a descendent off this class and override functions as required for descibing the codec.
|
|
|
|
|
|
|
Attach a QoS specification to this channel.
Reimplemented from H323Capability. |
|
Create the channel instance, allocating resources as required.
Implements H323Capability. |
|
|