Logo

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

Asset

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    
proxy_info {str: (bool, date, datetime, dict, float, int, list, str, none_type)}   [readonly]
custom_fields {str: (bool, date, datetime, dict, float, int, list, str, none_type)}    
tags [Tag]    
backups [AssetBackupMini]   [readonly]
proxies_generated bool   [readonly]
proxies_failed bool   [readonly]
format FormatMetadata    
info {str: (bool, date, datetime, dict, float, int, list, str, none_type)}   [readonly]
sync_id str   [readonly]
display_name str   [readonly]
has_files bool   [readonly]
has_backups bool   [readonly]
has_cloud_links bool   [readonly]
thumbnail_generated bool   [readonly]
workflow_state int    
is_temporary bool   [readonly]
created datetime   [readonly]
modified datetime   [readonly]
timecode float, none_type    
set_stack_order int    
proxies [Proxy]   [optional] [readonly]
default_proxy Proxy   [optional]
resolved_permission MediaRootPermission   [optional]
modified_by ElementsUserMini   [optional]
rating float, none_type   [optional] [readonly]
checksum str, none_type   [optional] [readonly]
type str, none_type   [optional] [readonly]
matched_scanner str, none_type   [optional] [readonly]
set_stack int, none_type   [optional] [readonly]
version_stack int, none_type   [optional] [readonly]

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