Faspstream Manager C/C++ API
3.6.1
A C and C++ language interface to basic streaming over the fasp protocol
|
#include <FaspStream.h>
FASPSTREAM_CPP_API void FaspStream::close | ( | ) |
FASPSTREAM_CPP_API void FaspStream::closeInput | ( | ) |
FASPSTREAM_CPP_API void FaspStream::closeOutput | ( | ) |
FASPSTREAM_CPP_API bool FaspStream::connectOutput | ( | const std::string & | host | ) |
FASPSTREAM_CPP_API int FaspStream::eof | ( | ) |
FASPSTREAM_CPP_API void FaspStream::forceClose | ( | ) |
FASPSTREAM_CPP_API void FaspStream::forceCloseInput | ( | ) |
FASPSTREAM_CPP_API void FaspStream::forceCloseOutput | ( | ) |
FASPSTREAM_CPP_API std::string FaspStream::getFaspstreamPath | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getInputDebugLevel | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspStream::getInputLogDirectory | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getInputMaxMemory | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getInputPort | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspStream::getInputXferResult | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputAggressiveness | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputChunkSize | ( | ) | const |
FASPSTREAM_CPP_API Constants::CIPHER_TYPE FaspStream::getOutputCipherType | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputDatagramSize | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputDebugLevel | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspStream::getOutputHostname | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspStream::getOutputLogDirectory | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputMaxMemory | ( | ) | const |
FASPSTREAM_CPP_API Constants::POLICY_TYPE FaspStream::getOutputPolicy | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputPort | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputRateMinimum | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputRateTarget | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::getOutputUdpPort | ( | ) | const |
FASPSTREAM_CPP_API std::string FaspStream::getOutputXferResult | ( | ) | const |
FASPSTREAM_CPP_API bool FaspStream::isOutputLockMinimum | ( | ) | const |
FASPSTREAM_CPP_API bool FaspStream::isOutputLockPolicy | ( | ) | const |
FASPSTREAM_CPP_API bool FaspStream::isOutputLockTarget | ( | ) | const |
FASPSTREAM_CPP_API int FaspStream::read | ( | char * | buffer, |
int | offset, | ||
int | length | ||
) |
FASPSTREAM_CPP_API void FaspStream::setFaspstreamPath | ( | const std::string & | faspstreamPath | ) |
FASPSTREAM_CPP_API void FaspStream::setInputDebugLevel | ( | int | level | ) |
FASPSTREAM_CPP_API void FaspStream::setInputLogDirectory | ( | const std::string & | logDir | ) |
FASPSTREAM_CPP_API void FaspStream::setInputMaxMemory | ( | int | maxMem | ) |
FASPSTREAM_CPP_API void FaspStream::setInputPort | ( | int | tcpPort | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputAggressiveness | ( | int | aggressive | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputChunkSize | ( | int | size | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputCipherType | ( | Constants::CIPHER_TYPE | type | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputDatagramSize | ( | int | size | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputDebugLevel | ( | int | level | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputHostname | ( | const std::string & | name | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputLockMinimum | ( | bool | lockMin | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputLockPolicy | ( | bool | lock | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputLockTarget | ( | bool | target | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputLogDirectory | ( | const std::string & | logDir | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputMaxMemory | ( | int | maxMem | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputPolicy | ( | Constants::POLICY_TYPE | newPolicy | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputPort | ( | int | tcpPort | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputRateMinimum | ( | int | minimum | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputRateTarget | ( | int | target | ) |
FASPSTREAM_CPP_API void FaspStream::setOutputUdpPort | ( | int | port | ) |
FASPSTREAM_CPP_API bool FaspStream::startInputReceiver | ( | ) |
FASPSTREAM_CPP_API void FaspStream::write | ( | const char * | buffer, |
int | length | ||
) |