Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.95 KB

DeliveryReport.md

File metadata and controls

53 lines (34 loc) · 1.95 KB

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 AssetStateEnum The state of the asset. [optional]
assetDuration Double The duration of the asset in seconds. [optional]
assetResolutionTier AssetResolutionTierEnum The resolution tier that the asset was ingested at, affecting billing for ingest & storage [optional]
assetEncodingTier AssetEncodingTierEnum The encoding tier that the asset was ingested at. See the encoding tiers guide for more details. [optional]
deliveredSeconds Double Total number of delivered seconds during this time window. [optional]
deliveredSecondsByResolution DeliveryReportDeliveredSecondsByResolution [optional]

Enum: AssetStateEnum

Name Value
READY "ready"
ERRORED "errored"
DELETED "deleted"

Enum: AssetResolutionTierEnum

Name Value
AUDIO_ONLY "audio-only"
_720P "720p"
_1080P "1080p"
_1440P "1440p"
_2160P "2160p"

Enum: AssetEncodingTierEnum

Name Value
SMART "smart"
BASELINE "baseline"