Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 5.42 KB

Asset.md

File metadata and controls

38 lines (34 loc) · 5.42 KB

Asset

Properties

Name Type Description Notes
id str Unique identifier for the Asset. Max 255 characters. [optional]
created_at str Time the Asset was created, defined as a Unix timestamp (seconds since epoch). [optional]
status str The status of the asset. [optional]
duration float The duration of the asset in seconds (max duration for a single asset is 12 hours). [optional]
max_stored_resolution str This field is deprecated. Please use `resolution_tier` instead. 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]
resolution_tier str The resolution tier that the asset was ingested at, affecting billing for ingest & storage. This field also represents the highest resolution tier that the content can be delivered at, however the actual resolution may be lower depending on the device, bandwidth, and exact resolution of the uploaded asset. [optional]
max_resolution_tier str Max resolution tier can be used to control the maximum `resolution_tier` your asset is encoded, stored, and streamed at. If not set, this defaults to `1080p`. [optional]
encoding_tier str This field is deprecated. Please use `video_quality` instead. The encoding tier informs the cost, quality, and available platform features for the asset. The default encoding tier for an account can be set in the Mux Dashboard. See the video quality guide for more details. [optional]
video_quality str The video quality controls the cost, quality, and available platform features for the asset. The default video quality for an account can be set in the Mux Dashboard. This field replaces the deprecated `encoding_tier` value. See the video quality guide for more details. [optional]
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]
aspect_ratio str The aspect ratio of the asset in the form of `width:height`, for example `16:9`. [optional]
playback_ids list[PlaybackID] An array of Playback ID objects. Use these to create HLS playback URLs. See Play your videos for more details. [optional]
tracks list[Track] The individual media tracks that make up an asset. [optional]
errors AssetErrors [optional]
per_title_encode bool [optional]
upload_id str Unique identifier for the Direct Upload. This is an optional parameter added when the asset is created from a direct upload. [optional]
is_live 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]
passthrough str Arbitrary user-supplied metadata set for the asset. Max 255 characters. [optional]
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]
master AssetMaster [optional]
master_access str [optional] [default to 'none']
mp4_support str [optional] [default to 'none']
source_asset_id str Asset Identifier of the video used as the source for creating the clip. [optional]
normalize_audio bool Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. [optional] [default to False]
static_renditions AssetStaticRenditions [optional]
recording_times list[AssetRecordingTimes] An array of individual live stream recording sessions. A recording session is created on each encoder connection during the live stream. Additionally any time slate media is inserted during brief interruptions in the live stream media or times when the live streaming software disconnects, a recording session representing the slate media will be added with a "slate" type. [optional]
non_standard_input_reasons AssetNonStandardInputReasons [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]
ingest_type str The type of ingest used to create the asset. [optional]

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