#include <rtspstreamserver.h>
|
| eRTSPStreamServer () |
|
| ~eRTSPStreamServer () |
|
void | connectionLost (eRTSPStreamClient *client) |
|
void | stopStream () |
|
PyObject * | getConnectedClients () |
|
| eServerSocket (int port, eMainloop *ml) |
|
| eServerSocket (std::string path, eMainloop *ml) |
|
virtual | ~eServerSocket () |
|
bool | ok () |
|
std::string | RemoteHost () |
|
int | Port () |
|
| eSocket (eMainloop *ml, int domain=AF_INET) |
|
| eSocket (int socket, int issocket, eMainloop *ml) |
|
virtual | ~eSocket () |
|
int | connectToHost (std::string hostname, int port) |
|
int | getDescriptor () |
|
int | writeBlock (const char *data, unsigned int len) |
|
int | setSocket (int socketfd, int issocket, eMainloop *ml) |
|
int | bytesToWrite () |
|
int | readBlock (char *data, unsigned int maxlen) |
|
int | bytesAvailable () |
|
bool | canReadLine () |
|
std::string | readLine () |
|
void | close () |
|
void | enableRead () |
|
void | disableRead () |
|
void | inject (const char *data, int len) |
|
int | state () |
|
|
enum | State {
Invalid
, Idle
, HostLookup
, Connecting
,
Listening
, Connection
, Closing
} |
|
sigc::signal0< void > | connectionClosed_ |
|
sigc::signal0< void > | connected_ |
|
sigc::signal0< void > | readyRead_ |
|
sigc::signal0< void > | hangup |
|
sigc::signal1< void, int > | bytesWritten_ |
|
sigc::signal1< void, int > | error_ |
|
int | bind (int sockfd, struct sockaddr *addr, socklen_t addrlen) |
|
int | listen (int sockfd, int backlog) |
|
int | accept (int sockfd, struct sockaddr *addr, socklen_t *addrlen) |
|
int | socketdesc |
|
int | mystate |
|
ePtr< eSocketNotifier > | rsn |
|
eMainloop * | mainloop |
|
◆ eRTSPStreamServer()
eRTSPStreamServer::eRTSPStreamServer |
( |
| ) |
|
◆ ~eRTSPStreamServer()
eRTSPStreamServer::~eRTSPStreamServer |
( |
| ) |
|
◆ connectionLost()
◆ getConnectedClients()
PyObject * eRTSPStreamServer::getConnectedClients |
( |
| ) |
|
◆ getInstance()
◆ stopStream()
void eRTSPStreamServer::stopStream |
( |
| ) |
|
The documentation for this class was generated from the following files: