Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 826 Bytes

AssetRecordingTimes.md

File metadata and controls

12 lines (8 loc) · 826 Bytes

Mux.Csharp.Sdk.Model.AssetRecordingTimes

Properties

Name Type Description Notes
StartedAt DateTime 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 string 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]

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