Package motherhamster :: Module soundassets :: Class SoundAsset

Class SoundAsset



            object --+    
                     |    
cheekpouches.AssetBase --+
                         |
                        SoundAsset

a python object representation of a sound asset

Instance Methods
 
__init__(self, file_like_object)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__del__(self)
 
play(self)
 
set_as_music(self)

Inherited from cheekpouches.AssetBase: __getinitargs__, __reduce__, asset_editor_image, asset_get_properties, asset_is_writable, asset_lose_monitor, asset_monitor_changes, asset_report_property_change, asset_save, asset_set_path, asset_set_property

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, file_like_object)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: cheekpouches.AssetBase.__init__