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

Class FGDPSink

source code

       gst.Bin --+    
                 |    
    object --+   |    
             |   |    
_ProtocolMixin --+    
                 |    
          FGDPBase --+
                     |
    object --+       |
             |       |
     FDHandler --+   |
                 |   |
       MultiFDSink --+
                     |
                    FGDPSink

GStreamer sink element using the FGDP protocol

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from FGDPBase: do_change_state, do_get_property, do_set_property, prepare

Inherited from FGDPBase (private): _handle_error

Inherited from _ProtocolMixin: start, stop

Inherited from _ProtocolMixin (private): _start_pull, _start_push

Inherited from MultiFDSink: connectFd, disconnectFd

Inherited from MultiFDSink (private): _on_client_removed

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
str mode = 'push'
  __gstdetails__ = 'FGDPsink', 'Sink', 'Flumotion GStreamer data...

Inherited from FGDPBase: __gproperties__, __gsignals__, host, maxDelay, password, port, username, version

Inherited from _ProtocolMixin (private): _connector, _listener

Inherited from MultiFDSink: logCategory, protocol

Inherited from MultiFDSink (private): _activeFD, _handler_id

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

__gstdetails__

Value:
'FGDPsink', 'Sink', 'Flumotion GStreamer data protocol sink', 'Flumoti\
on DevTeam'