Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.53 KB

DeliveryReport.md

File metadata and controls

19 lines (16 loc) · 1.53 KB

# DeliveryReport

Properties

Name Type Description Notes
live_stream_id string Unique identifier for the live stream that created the asset. [optional]
asset_id string Unique identifier for the asset. [optional]
passthrough string The `passthrough` value for the asset. [optional]
created_at string Time at which the asset was created. Measured in seconds since the Unix epoch. [optional]
deleted_at string If exists, time at which the asset was deleted. Measured in seconds since the Unix epoch. [optional]
asset_state string The state of the asset. [optional]
asset_duration double The duration of the asset in seconds. [optional]
asset_resolution_tier string The resolution tier that the asset was ingested at, affecting billing for ingest & storage [optional]
asset_encoding_tier string The encoding tier that the asset was ingested at. See the encoding tiers guide for more details. [optional]
delivered_seconds double Total number of delivered seconds during this time window. [optional]
delivered_seconds_by_resolution \MuxPhp\Models\DeliveryReportDeliveredSecondsByResolution [optional]

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