Atlas::Net::NegotiateHelper Class Reference
Negotiation of codecs and filters for an Atlas connection.
More...
#include <Stream.h>
List of all members.
Public Member Functions |
| NegotiateHelper (std::list< std::string > &names) |
bool | get (std::string &buf, const std::string &header) |
void | put (std::string &buf, const std::string &header) |
| NegotiateHelper (std::list< std::string > &names) |
bool | get (std::string &buf, const std::string &header) |
void | put (std::string &buf, const std::string &header) |
Detailed Description
Negotiation of codecs and filters for an Atlas connection.
non blocking negotiation of Codecs and Filters requires a list of avalable Codecs and Filters, along with the name of sender and a Socket
- See also:
- Connection
-
Codec
-
Filter
The documentation for this class was generated from the following files:
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.