MediaPoolItem.get_clip_property#

MediaPoolItem.get_clip_property(property_name: str | None = None) str | dict[source]#

return clip property based on the property name.

Parameters:

property_name (str, optional) – clip property. Defaults to None.

Returns:

property value; if no property name is specified, a dict of all clip properties is returned.

Return type:

str | dict