GES.AssetClass

Fields

Name

Type

Access

Description

extract

object

r

A method that returns a new object of the asset’s GES.Asset :extractable-type, or None if an error occurs. The default implementation will fetch the properties of the GES.Extractable from its get_parameters_from_id() class method and set them on a new GES.Asset :extractable-type GObject.Object, which is returned.

inform_proxy

object

r

parent

GObject.ObjectClass

r

proxied

object

r

Deprecated: 1.18: This vmethod is no longer called.

request_id_update

object

r

A method called by a GES.Project when an asset has failed to load. error is the error given by GES.Asset.request_finish (). Returns: True if a new id for self was passed to proposed_new_id.

start_loading

object

r

A method to be called when an asset is being requested asynchronously. This will be after the properties of the asset have been set, so it is tasked with (re)loading the ‘state’ of the asset. The return value should indicated whether the loading is complete, is carrying on asynchronously, or an error occurred. The default implementation will simply return that loading is already complete (the asset is already in a usable state after the properties have been set).

Methods

None

Details

class GES.AssetClass