You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add support for `static-renditions` APIs
- add `passthrough` to each `static_rendition` object
- add support for additional standard dimensions in Mux Data
- allow updating `video_quality` on live streams
- add support for Asset metadata
- add support for `video_creator_id` in Video Views
- [breaking] It is very unlikely that you were using the `AssetStaticRenditionsFiles` type directly, but just in case this has been replaced with `StaticRendition` for the object, and `CreateStaticRenditionRequest` for the request with the new `static-renditions` APIs
- [breaking] Deprecate `mp4_support` and associated APIs. [Utilize the new Static Rendition APIs instead.](https://www.mux.com/docs/changelog/static-renditions-api-for-creating-mp4-and-m4a-renditions-now-available)
- [breaking] Remove Spaces APIs and routes
Copy file name to clipboardExpand all lines: docs/Asset.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
**PerTitleEncode** | **bool** | | [optional]
21
21
**UploadId** | **string** | Unique identifier for the Direct Upload. This is an optional parameter added when the asset is created from a direct upload. | [optional]
22
22
**IsLive** | **bool** | Indicates whether the live stream that created this asset is currently `active` and not in `idle` state. This is an optional parameter added when the asset is created from a live stream. | [optional]
23
-
**Passthrough** | **string** | Arbitrary user-supplied metadata set for the asset. Max 255 characters. | [optional]
23
+
**Passthrough** | **string** | You can set this field to anything you want. It will be included in the asset details and related webhooks. If you're looking for more structured metadata, such as `title` or `external_id` , you can use the `meta` object instead. **Max: 255 characters**. | [optional]
24
24
**LiveStreamId** | **string** | Unique identifier for the live stream. This is an optional parameter added when the asset is created from a live stream. | [optional]
**Test** | **bool** | True means this live stream is a test asset. A test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test assets are watermarked with the Mux logo, limited to 10 seconds, and deleted after 24 hrs. | [optional]
34
34
**IngestType** | **string** | The type of ingest used to create the asset. | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Title** | **string** | The video title. Max 512 code points. | [optional]
7
+
**CreatorId** | **string** | This is an identifier you provide to keep track of the creator of the video. Max 128 code points. | [optional]
8
+
**ExternalId** | **string** | This is an identifier you provide to link the video to your own data. Max 128 code points. | [optional]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Status** | **string** | Indicates the status of downloadable MP4 versions of this asset. | [optional][default to STATUS_DISABLED]
7
-
**Files** | [**[]AssetStaticRenditionsFiles**](Asset_static_renditions_files.md) | Array of file objects. | [optional]
6
+
**Status** | **string** | Indicates the status of downloadable MP4 versions of this asset. This field is only valid when `mp4_support` is enabled | [optional][default to STATUS_DISABLED]
7
+
**Files** | [**[]StaticRendition**](StaticRendition.md) | Array of file objects. | [optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments