Sha256: 42a809366e740e344a3ab9247b8b5010b0af1e68ca53cd750335a1ff25c32209
Contents?: true
Size: 855 Bytes
Versions: 1
Compression:
Stored size: 855 Bytes
Contents
# MuxRuby::DeliveryReportDeliveredSecondsByResolution ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **tier_1080p** | **Float** | Total number of delivered seconds during this time window that had a resolution larger than the 720p tier (over 921,600 pixels total). | [optional] | | **tier_720p** | **Float** | Total number of delivered seconds during this time window that had a resolution within the 720p tier (up to 921,600 pixels total, based on typical 1280x720). | [optional] | | **tier_audio_only** | **Float** | Total number of delivered seconds during this time window that had a resolution of audio only. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::DeliveryReportDeliveredSecondsByResolution.new( tier_1080p: null, tier_720p: null, tier_audio_only: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mux_ruby-3.9.0 | docs/DeliveryReportDeliveredSecondsByResolution.md |