Package zzub :: Class Pluginloader
[hide private]
[frames] | no frames]

Class Pluginloader

source code

object --+
         |
        Pluginloader

Plugin loading methods Retreive more details from zzub_pluginloader_t objects.

Instance Methods [hide private]
 
__init__(self, handle)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
get_name(self) source code
 
get_short_name(self) source code
 
get_parameter_count(self, group) source code
 
get_parameter(self, group, index)
Returns the parameter for a group and column.
source code
 
get_attribute_count(self) source code
 
get_attribute(self, index) source code
 
get_attribute_list(self) source code
 
get_loader_name(self) source code
 
get_flags(self)
Returns the flags for this plugin loader.
source code
 
get_uri(self) source code
 
get_author(self) source code
 
get_instrument_list(self, maxbytes) source code
 
get_tracks_min(self) source code
 
get_tracks_max(self) source code
 
get_stream_format_count(self)
Returns the number of supported stream formats.
source code
 
get_stream_format_ext(self, index)
Returns a supported stream file format extension stream.
source code

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

Class Methods [hide private]
 
_new_from_handle(cls, handle) source code
Class Variables [hide private]
  _as_parameter_ = None
  _hash = 0
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handle)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)

get_parameter(self, group, index)

source code 

Returns the parameter for a group and column. See also zzub_plugin_get_parameter() which also returns parameters in group 0.

get_flags(self)

source code 

Returns the flags for this plugin loader. Combined by zero or more values in the zzub_plugin_flag enumeration.

get_stream_format_count(self)

source code 

Returns the number of supported stream formats. Used with plugins flagged zzub_plugin_flag_stream.

get_stream_format_ext(self, index)

source code 

Returns a supported stream file format extension stream. Used with plugins flagged zzub_plugin_flag_stream.