View the Project on GitHub elements-storage/elements-sdk-python
Media File Bundles represent groups of files that together represent a single media object. For example, related video+audio OP-Atom files, or a DPX framestack. Media Library scanner will automatically detect these groups and create bundles. Bundling cannot be managed by the user except for the disable_framestack flag in the Media Root.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| mainfile | MediaFileMini | ||
| snm_attributes | StornextManagerAttributes | ||
| is_shared | bool, none_type | [readonly] | |
| file_count | int | [readonly] | |
| exclusion_info | MediaFileBundleExclusionInfo | ||
| name | str | ||
| location | int | ||
| shared_via_tokens | [int] | ||
| asset | Asset | [optional] |