GES.ExtractableInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
asset_type |
r |
The subclass type of |
|
can_update_asset |
r |
Whether an object of this class can have its |
|
check_id |
r |
The method to call to check whether a given ID is valid as an asset |
|
get_id |
r |
The method to fetch the |
|
get_parameters_from_id |
r |
The method to call to get the object properties corresponding to a given asset |
|
get_real_extractable_type |
r |
The method to call to get the actual |
|
parent |
r |
||
register_metas |
r |
The method to set metadata on an asset. This is called on initiation of the asset, but before it begins to load its state. |
|
set_asset |
r |
This method is called after the |
|
set_asset_full |
r |
Like set_asset, but also allows you to return |
Methods¶
None
Details¶
- class GES.ExtractableInterface¶