| Valkka
    1.6.1
    OpenSource Video Management | 
A base class that unifies all kinds of outgoing streams (i.e. More...
#include <livethread.h>


| Public Member Functions | |
| Outbound (UsageEnvironment &env, FrameFifo &fifo, LiveOutboundContext &ctx) | |
| Default constructor. | |
| virtual | ~Outbound () | 
| Default virtual destructor. | |
| virtual void | reinit () | 
| Reset session and subsessions. | |
| virtual void | handleFrame (Frame *f) | 
| Setup session and subsessions, writes payload. | |
| Public Attributes | |
| LiveOutboundContext & | ctx | 
| Identifies the connection type, stream address, etc. See LiveOutboundContext. | |
| UsageEnvironment & | env | 
| Identifies the live555 event loop. | |
| FrameFifo & | fifo | 
| Outgoing fFrames are being read and finally recycled here. | |
| Protected Attributes | |
| bool | setup_ok | 
| bool | at_setup | 
| Flags used by Outbound::handleFrame. | |
A base class that unifies all kinds of outgoing streams (i.e.
streams sent by live555). Analogical to Connection (that is for incoming streams).
| env | See Outbound::env | 
| fifo | See Outbound::fifo | 
| ctx | See Outbound::ctx |