Logo

View the Project on GitHub elements-storage/elements-sdk-python

AssetMiniReference

Each Asset is a unique instance of media content. Assets are either singular files or groups of files comprising a single media object (for example separate video and audio files or a framestack). The relation between Asset and its individual files is through the MediaFileBundle model. Assets are checksummed and multiple copies of the same media will refer to the same Asset. Asset carries the media metadata and all user-created objects such as comments or markers will link back to the Asset.

Properties

Name Type Description Notes
id int    
sync_id str   [optional] [readonly]
default_proxy Proxy   [optional]
type str, none_type   [optional] [readonly]
display_name str   [optional] [readonly]
format FormatMetadata   [optional]
thumbnail_generated bool   [optional] [readonly]
proxies [Proxy]   [optional] [readonly]
matched_scanner str, none_type   [optional] [readonly]
proxies_failed bool   [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]