Sha256: 191d352b9124039ca024457f2e0624f8e278b2677540d2e6eda69f9ecdf0190b
Contents?: true
Size: 1.36 KB
Versions: 10
Compression:
Stored size: 1.36 KB
Contents
# MuxRuby::DeliveryReportDeliveredSecondsByResolution ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **tier_2160p** | **Float** | Total number of delivered seconds during this time window that had a resolution larger than the 1440p tier (over 4,194,304 pixels total). | [optional] | | **tier_1440p** | **Float** | Total number of delivered seconds during this time window that had a resolution larger than the 1080p tier but less than or equal to the 2160p tier (over 2,073,600 and <= 4,194,304 pixels total). | [optional] | | **tier_1080p** | **Float** | Total number of delivered seconds during this time window that had a resolution larger than the 720p tier but less than or equal to the 1440p tier (over 921,600 and <= 2,073,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_2160p: null, tier_1440p: null, tier_1080p: null, tier_720p: null, tier_audio_only: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems