#include <AVStreams_i.h>
Public Member Functions | |
TAO_AV_QoS (void) | |
constructor. | |
TAO_AV_QoS (AVStreams::streamQoS &stream_qos) | |
constructor taking a stream qos parameter. | |
int | set (AVStreams::streamQoS &stream_qos) |
sets the maps with the QoS parameter. | |
int | get_flow_qos (const char *flowname, AVStreams::QoS &flow_qos) |
gets the flow_qos. | |
int | convert (AVStreams::streamQoS &network_qos) |
converts the application level QoS to Network-level QoS. | |
Protected Attributes | |
AVStreams::streamQoS | stream_qos_ |
Stream Qos. | |
ACE_Hash_Map_Manager < ACE_CString, AVStreams::QoS, ACE_Null_Mutex > | qos_map_ |
TAO_AV_QoS::TAO_AV_QoS | ( | void | ) |
constructor.
TAO_AV_QoS::TAO_AV_QoS | ( | AVStreams::streamQoS & | stream_qos | ) |
constructor taking a stream qos parameter.
int TAO_AV_QoS::convert | ( | AVStreams::streamQoS & | network_qos | ) |
converts the application level QoS to Network-level QoS.
int TAO_AV_QoS::get_flow_qos | ( | const char * | flowname, | |
AVStreams::QoS & | flow_qos | |||
) |
gets the flow_qos.
int TAO_AV_QoS::set | ( | AVStreams::streamQoS & | stream_qos | ) |
sets the maps with the QoS parameter.
AVStreams::streamQoS TAO_AV_QoS::stream_qos_ [protected] |
Stream Qos.