Package conduit :: Package modules :: Module TestModule :: Class TestVideoSink
[hide private]

Class TestVideoSink

source code


Instance Methods [hide private]
 
__init__(self, *args) source code

Inherited from _TestConversionBase: configure, get_UID, get_configuration, get_input_conversion_args

Inherited from dataproviders.DataProvider.DataSink: delete, put

Inherited from dataproviders.DataProvider.DataProviderBase: emit, emit_change_detected, finish, get_configuration_xml, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, initialize, is_busy, is_configured, refresh, set_configuration, set_configuration_xml, set_status, uninitialize

Inherited from _TestBase (private): _change_detected

Class Variables [hide private]
  _name_ = "Test Video Sink"
  _module_type_ = "sink"
  _in_type_ = "file/video"
  _out_type_ = "file/video"
  _icon_ = "video-x-generic"

Inherited from _TestConversionBase: _configurable_

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__, _category_, _description_

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
Overrides: _TestConversionBase.__init__