Package flumotion :: Package component :: Package common :: Package fgdp :: Module fgdp :: Class MultiFDSink
[hide private]

Class MultiFDSink

source code

object --+    
         |    
 FDHandler --+
             |
            MultiFDSink
Known Subclasses:

File descriptors handler based on fdsrc

Instance Methods [hide private]
 
__init__(self, fdelement) source code
 
_on_client_removed(self, a, fd) source code
 
connectFd(self, fd)
Connects a file descriptor to the gstreamer element that will be writting to it or reading from it
source code
 
disconnectFd(self, fd)
Disconnects a file descriptor from the gstreamer element that is writting to it or reading from it
source code
Class Variables [hide private]
  logCategory = 'gdp-consumer'
  protocol = None
  _activeFD = None
  _handler_id = None
Method Details [hide private]

__init__(self, fdelement)
(Constructor)

source code 
Overrides: FDHandler.__init__

connectFd(self, fd)

source code 

Connects a file descriptor to the gstreamer element that will be writting to it or reading from it

Overrides: FDHandler.connectFd
(inherited documentation)

disconnectFd(self, fd)

source code 

Disconnects a file descriptor from the gstreamer element that is writting to it or reading from it

Overrides: FDHandler.disconnectFd
(inherited documentation)