Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 5.53 KB

Asset.md

File metadata and controls

38 lines (34 loc) · 5.53 KB

Mux.Csharp.Sdk.Model.Asset

Properties

Name Type Description Notes
Id string Unique identifier for the Asset. Max 255 characters. [optional]
CreatedAt string Time the Asset was created, defined as a Unix timestamp (seconds since epoch). [optional]
Status string The status of the asset. [optional]
Duration double The duration of the asset in seconds (max duration for a single asset is 12 hours). [optional]
MaxStoredResolution string 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]
ResolutionTier string 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]
MaxResolutionTier string 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]
EncodingTier string 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]
VideoQuality string 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]
MaxStoredFrameRate double 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]
AspectRatio string The aspect ratio of the asset in the form of `width:height`, for example `16:9`. [optional]
PlaybackIds 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]
PerTitleEncode bool [optional]
UploadId string Unique identifier for the Direct Upload. This is an optional parameter added when the asset is created from a direct upload. [optional]
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]
Passthrough string Arbitrary user-supplied metadata set for the asset. Max 255 characters. [optional]
LiveStreamId string 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]
MasterAccess string [optional] [default to MasterAccessEnum.None]
Mp4Support string [optional] [default to Mp4SupportEnum.None]
SourceAssetId string Asset Identifier of the video used as the source for creating the clip. [optional]
NormalizeAudio bool Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. [optional] [default to false]
StaticRenditions AssetStaticRenditions [optional]
RecordingTimes 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 &quot;slate&quot; type. [optional]
NonStandardInputReasons 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]
IngestType string The type of ingest used to create the asset. [optional]

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