Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.89 KB

DeliveryReport.md

File metadata and controls

21 lines (17 loc) · 1.89 KB

Mux.Csharp.Sdk.Model.DeliveryReport

Properties

Name Type Description Notes
LiveStreamId string Unique identifier for the live stream that created the asset. [optional]
AssetId string Unique identifier for the asset. [optional]
Passthrough string The `passthrough` value for the asset. [optional]
CreatedAt string Time at which the asset was created. Measured in seconds since the Unix epoch. [optional]
DeletedAt string If exists, time at which the asset was deleted. Measured in seconds since the Unix epoch. [optional]
AssetState string The state of the asset. [optional]
AssetDuration double The duration of the asset in seconds. [optional]
AssetResolutionTier string The resolution tier that the asset was ingested at, affecting billing for ingest & storage [optional]
AssetEncodingTier string This field is deprecated. Please use `asset_video_quality` instead. The encoding tier that the asset was ingested at. See the video quality guide for more details. [optional]
AssetVideoQuality string The video quality that the asset was ingested at. This field replaces `asset_encoding_tier`. See the video quality guide for more details. [optional]
DeliveredSeconds double Total number of delivered seconds during this time window. [optional]
DeliveredSecondsByResolution DeliveryReportDeliveredSecondsByResolution [optional]

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