Skip to content

Files

Latest commit

 

History

History
23 lines (12 loc) · 771 Bytes

AssetRecordingTimes.md

File metadata and controls

23 lines (12 loc) · 771 Bytes

AssetRecordingTimes

Properties

Name Type Description Notes
startedAt OffsetDateTime The time at which the recording for the live stream started. The time value is Unix epoch time represented in ISO 8601 format. [optional]
duration Double The duration of the live stream recorded. The time value is in seconds. [optional]
type TypeEnum The type of media represented by the recording session, either `content` for normal stream content or `slate` for slate media inserted during stream interruptions. [optional]

Enum: TypeEnum

Name Value
CONTENT "content"
SLATE "slate"