Trees | Index | Help |
---|
Package flumotion :: Package component :: Module feedcomponent010 :: Class Feeder |
|
Method Summary | |
---|---|
__init__(self,
feedId)
| |
The given client has connected on the given file descriptor, and is being added to multifdsink. | |
The client has been entirely removed from multifdsink, and we may now close its file descriptor. | |
list of all FeederClient s ever seen, including
currently disconnected clients
|
|
Instance Variable Summary | |
---|---|
feedId : id of the feed this is a feeder for | |
uiState : the serializable UI State for this feeder |
Method Details |
---|
clientConnected(self, clientId, fd, cleanup)The given client has connected on the given file descriptor, and is being added to multifdsink. This is called solely from the reactor thread.
|
clientDisconnected(self, fd)The client has been entirely removed from multifdsink, and we may now close its file descriptor. The client object stays around so we can track over multiple connections. Called from GStreamer threads.
|
getClients(self)
|
Instance Variable Details |
---|
feedIdid of the feed this is a feeder for |
uiStatethe serializable UI State for this feeder |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Apr 6 10:10:25 2007 | http://epydoc.sf.net |