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 | 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 | AssetVideoQualityEnum | 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] |
Name | Value |
---|---|
READY | "ready" |
ERRORED | "errored" |
DELETED | "deleted" |
Name | Value |
---|---|
AUDIO_ONLY | "audio-only" |
_720P | "720p" |
_1080P | "1080p" |
_1440P | "1440p" |
_2160P | "2160p" |
Name | Value |
---|---|
SMART | "smart" |
BASELINE | "baseline" |
PREMIUM | "premium" |
Name | Value |
---|---|
BASIC | "basic" |
PLUS | "plus" |
PREMIUM | "premium" |