|
3 | 3 | ## Properties
|
4 | 4 | Name | Type | Description | Notes
|
5 | 5 | ------------ | ------------- | ------------- | -------------
|
6 |
| -**id** | **str** | | [optional] |
7 |
| -**created_at** | **str** | | [optional] |
| 6 | +**id** | **str** | Unique identifier for the Asset. | [optional] |
| 7 | +**created_at** | **str** | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] |
8 | 8 | **deleted_at** | **str** | | [optional]
|
9 |
| -**status** | **str** | | [optional] |
10 |
| -**duration** | **float** | | [optional] |
11 |
| -**max_stored_resolution** | **str** | | [optional] |
12 |
| -**max_stored_frame_rate** | **float** | | [optional] |
13 |
| -**aspect_ratio** | **str** | | [optional] |
| 9 | +**status** | **str** | The status of the asset. | [optional] |
| 10 | +**duration** | **float** | The duration of the asset in seconds (max duration for a single asset is 24 hours). | [optional] |
| 11 | +**max_stored_resolution** | **str** | The maximum resolution that has been stored for the asset. The asset may be delivered at lower resolutions depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. | [optional] |
| 12 | +**max_stored_frame_rate** | **float** | The maximum frame rate that has been stored for the asset. The asset may be delivered at lower frame rates depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. This field may return -1 if the frame rate of the input cannot be reliably determined. | [optional] |
| 13 | +**aspect_ratio** | **str** | The aspect ratio of the asset in the form of `width:height`, for example `16:9`. | [optional] |
14 | 14 | **playback_ids** | [**list[PlaybackID]**](PlaybackID.md) | | [optional]
|
15 | 15 | **tracks** | [**list[Track]**](Track.md) | | [optional]
|
16 | 16 | **errors** | [**AssetErrors**](AssetErrors.md) | | [optional]
|
17 | 17 | **per_title_encode** | **bool** | | [optional]
|
18 |
| -**is_live** | **bool** | | [optional] |
19 |
| -**passthrough** | **str** | | [optional] |
20 |
| -**live_stream_id** | **str** | | [optional] |
| 18 | +**is_live** | **bool** | Whether the asset is created from a live stream and the live stream is currently `active` and not in `idle` state. | [optional] |
| 19 | +**passthrough** | **str** | Arbitrary metadata set for the asset. Max 255 characters. | [optional] |
| 20 | +**live_stream_id** | **str** | Unique identifier for the live stream. This is an optional parameter added when the asset is created from a live stream. | [optional] |
21 | 21 | **master** | [**AssetMaster**](AssetMaster.md) | | [optional]
|
22 | 22 | **master_access** | **str** | | [optional] [default to 'none']
|
23 | 23 | **mp4_support** | **str** | | [optional] [default to 'none']
|
24 |
| -**normalize_audio** | **bool** | | [optional] [default to False] |
| 24 | +**source_asset_id** | **str** | Asset Identifier of the video used as the source for creating the clip. | [optional] |
| 25 | +**normalize_audio** | **bool** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional] [default to False] |
25 | 26 | **static_renditions** | [**AssetStaticRenditions**](AssetStaticRenditions.md) | | [optional]
|
26 | 27 | **recording_times** | [**list[AssetRecordingTimes]**](AssetRecordingTimes.md) | An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream | [optional]
|
27 | 28 | **non_standard_input_reasons** | [**AssetNonStandardInputReasons**](AssetNonStandardInputReasons.md) | | [optional]
|
28 |
| -**test** | **bool** | | [optional] |
| 29 | +**test** | **bool** | Indicates this asset is a test asset if the value is `true`. 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] |
29 | 30 |
|
30 | 31 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
31 | 32 |
|
|
0 commit comments