Sha256: 4194b905538ce5a3c2c43067fe11985d181dc950af8f45f644999bb92b255049
Contents?: true
Size: 780 Bytes
Versions: 13
Compression:
Stored size: 780 Bytes
Contents
# MuxRuby::AssetRecordingTimes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **started_at** | **Time** | 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** | **Float** | 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] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::AssetRecordingTimes.new( started_at: null, duration: null, type: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems