MediaPoolItem.get_third_party_metadata#

MediaPoolItem.get_third_party_metadata(metadata_type: str = None) str | dict[source]#

Returns the third party metadata value for the key ‘metadataType’.

Parameters:

metadata_type (str, optional) – If no argument is specified, a dict of all set third parth metadata properties is returned. Defaults to None.

Returns:

third party metadata value

Return type:

str | dict