mux_ruby 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ed2c3425506d9d2215a1b270685a1521fab33b7461b6df8ae7f2d1598f01be7
4
- data.tar.gz: 51534c33cf08abb639b122d7ee2e0def4039da598f5165f63c8ab94ac4795993
3
+ metadata.gz: 36c0c15981964a48d68349a16b41dd04ea910405d0935ea40915f727524a3d96
4
+ data.tar.gz: ea4824df15d9b42093ab4d4043082effc0dab52631b83f7141670c14e84d5678
5
5
  SHA512:
6
- metadata.gz: abf234c5087e5bf38026f7593c2952b600cd54225cee8aa1d3d0de20ea0a2735b38c9d6bc95ff827a7d0cd45cee32346ba3e79efc0286ee3804e84d6a257e3db
7
- data.tar.gz: d5297872e8d6a496756a197f0e9f4ed478ed68732a3ae8dfbfa3eb7287bdc2f1168718fb7a8282e3202294dd569f9052eb1fcdb0549ee0538faeed198b7e75ab
6
+ metadata.gz: d9b05d7e86797a164367cf0fc494abde411b8feb790a285de44d49a7c41802e034969455856352040ff317571debb3ad8c41ae02fa9a0c6685b98e91fc44c8c0
7
+ data.tar.gz: 7eed12d8f4287168a211f63706bdcd97c9920e2addc6859d05da76717ad99d5884d9a79e92fa1eeeb6eb0ea88a526d4fad5c9364225b41612f9df7618de0ef14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mux_ruby (2.0.0)
4
+ mux_ruby (2.1.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ GEM
13
13
  diff-lcs (1.3)
14
14
  ethon (0.14.0)
15
15
  ffi (>= 1.15.0)
16
- ffi (1.15.3)
16
+ ffi (1.15.4)
17
17
  jaro_winkler (1.5.4)
18
18
  method_source (1.0.0)
19
19
  parallel (1.20.1)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  solid_assert
68
68
 
69
69
  BUNDLED WITH
70
- 2.2.25
70
+ 2.2.27
data/README.md CHANGED
@@ -17,7 +17,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
17
17
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
18
 
19
19
  - API version: v1
20
- - Package version: 2.0.0
20
+ - Package version: 2.1.0
21
21
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
22
22
  For more information, please visit [https://docs.mux.com](https://docs.mux.com)
23
23
 
@@ -34,16 +34,16 @@ gem build mux_ruby.gemspec
34
34
  Then either install the gem locally:
35
35
 
36
36
  ```shell
37
- gem install ./mux_ruby-2.0.0.gem
37
+ gem install ./mux_ruby-2.1.0.gem
38
38
  ```
39
39
 
40
- (for development, run `gem install --dev ./mux_ruby-2.0.0.gem` to install the development dependencies)
40
+ (for development, run `gem install --dev ./mux_ruby-2.1.0.gem` to install the development dependencies)
41
41
 
42
42
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
43
43
 
44
44
  Finally add this to the Gemfile:
45
45
 
46
- gem 'mux_ruby', '~> 2.0.0'
46
+ gem 'mux_ruby', '~> 2.1.0'
47
47
 
48
48
  ### Install from Git
49
49
 
data/docs/AssetsApi.md CHANGED
@@ -372,6 +372,8 @@ nil (empty response body)
372
372
 
373
373
  Delete an asset track
374
374
 
375
+ Removes a text track from an asset. Audio and video tracks on assets cannot be removed.
376
+
375
377
  ### Examples
376
378
 
377
379
  ```ruby
@@ -10,6 +10,7 @@
10
10
  | **passthrough** | **String** | | [optional] |
11
11
  | **audio_only** | **Boolean** | Force the live stream to only process the audio track when the value is set to true. Mux drops the video track if broadcasted. | [optional] |
12
12
  | **reduced_latency** | **Boolean** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. Note: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/ | [optional] |
13
+ | **low_latency** | **Boolean** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional] |
13
14
  | **test** | **Boolean** | Marks the live stream as a test live stream when the value is set to true. A test live stream can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test live streams created. Test live streams are watermarked with the Mux logo and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional] |
14
15
  | **simulcast_targets** | [**Array<CreateSimulcastTargetRequest>**](CreateSimulcastTargetRequest.md) | | [optional] |
15
16
 
@@ -25,6 +26,7 @@ instance = MuxRuby::CreateLiveStreamRequest.new(
25
26
  passthrough: null,
26
27
  audio_only: null,
27
28
  reduced_latency: null,
29
+ low_latency: null,
28
30
  test: null,
29
31
  simulcast_targets: null
30
32
  )
data/docs/LiveStream.md CHANGED
@@ -16,6 +16,7 @@
16
16
  | **audio_only** | **Boolean** | The live stream only processes the audio track if the value is set to true. Mux drops the video track if broadcasted. | [optional] |
17
17
  | **reconnect_window** | **Float** | When live streaming software disconnects from Mux, either intentionally or due to a drop in the network, the Reconnect Window is the time in seconds that Mux should wait for the streaming software to reconnect before considering the live stream finished and completing the recorded asset. **Min**: 0.1s. **Max**: 300s (5 minutes). | [optional][default to 60] |
18
18
  | **reduced_latency** | **Boolean** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. **Note**: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs. | [optional] |
19
+ | **low_latency** | **Boolean** | Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds. | [optional] |
19
20
  | **simulcast_targets** | [**Array<SimulcastTarget>**](SimulcastTarget.md) | Each Simulcast Target contains configuration details to broadcast (or \"restream\") a live stream to a third-party streaming service. [See the Stream live to 3rd party platforms guide](https://docs.mux.com/guides/video/stream-live-to-3rd-party-platforms). | [optional] |
20
21
  | **test** | **Boolean** | True means this live stream is a test live stream. Test live streams can be used to help evaluate the Mux Video APIs for free. There is no limit on the number of test live streams, but they are watermarked with the Mux logo, and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours. | [optional] |
21
22
 
@@ -37,6 +38,7 @@ instance = MuxRuby::LiveStream.new(
37
38
  audio_only: null,
38
39
  reconnect_window: null,
39
40
  reduced_latency: null,
41
+ low_latency: null,
40
42
  simulcast_targets: null,
41
43
  test: null
42
44
  )
data/docs/RealTimeApi.md CHANGED
@@ -247,7 +247,7 @@ end
247
247
 
248
248
  List Real-Time Dimensions
249
249
 
250
- Lists availiable real-time dimensions.
250
+ Lists available real-time dimensions.
251
251
 
252
252
  ### Examples
253
253
 
@@ -314,7 +314,7 @@ This endpoint does not need any parameter.
314
314
 
315
315
  List Real-Time Metrics
316
316
 
317
- Lists availiable real-time metrics.
317
+ Lists available real-time metrics.
318
318
 
319
319
  ### Examples
320
320
 
@@ -7,5 +7,5 @@
7
7
  "gemHomepage": "https://docs.mux.com",
8
8
  "gemLicense": "MIT",
9
9
  "moduleName": "MuxRuby",
10
- "gemVersion": "2.0.0"
10
+ "gemVersion": "2.1.0"
11
11
  }
@@ -349,6 +349,7 @@ module MuxRuby
349
349
  end
350
350
 
351
351
  # Delete an asset track
352
+ # Removes a text track from an asset. Audio and video tracks on assets cannot be removed.
352
353
  # @param asset_id [String] The asset ID.
353
354
  # @param track_id [String] The track ID.
354
355
  # @param [Hash] opts the optional parameters
@@ -359,6 +360,7 @@ module MuxRuby
359
360
  end
360
361
 
361
362
  # Delete an asset track
363
+ # Removes a text track from an asset. Audio and video tracks on assets cannot be removed.
362
364
  # @param asset_id [String] The asset ID.
363
365
  # @param track_id [String] The track ID.
364
366
  # @param [Hash] opts the optional parameters
@@ -257,7 +257,7 @@ module MuxRuby
257
257
  end
258
258
 
259
259
  # List Real-Time Dimensions
260
- # Lists availiable real-time dimensions.
260
+ # Lists available real-time dimensions.
261
261
  # @param [Hash] opts the optional parameters
262
262
  # @return [ListRealTimeDimensionsResponse]
263
263
  def list_realtime_dimensions(opts = {})
@@ -266,7 +266,7 @@ module MuxRuby
266
266
  end
267
267
 
268
268
  # List Real-Time Dimensions
269
- # Lists availiable real-time dimensions.
269
+ # Lists available real-time dimensions.
270
270
  # @param [Hash] opts the optional parameters
271
271
  # @return [Array<(ListRealTimeDimensionsResponse, Integer, Hash)>] ListRealTimeDimensionsResponse data, response status code and response headers
272
272
  def list_realtime_dimensions_with_http_info(opts = {})
@@ -314,7 +314,7 @@ module MuxRuby
314
314
  end
315
315
 
316
316
  # List Real-Time Metrics
317
- # Lists availiable real-time metrics.
317
+ # Lists available real-time metrics.
318
318
  # @param [Hash] opts the optional parameters
319
319
  # @return [ListRealTimeMetricsResponse]
320
320
  def list_realtime_metrics(opts = {})
@@ -323,7 +323,7 @@ module MuxRuby
323
323
  end
324
324
 
325
325
  # List Real-Time Metrics
326
- # Lists availiable real-time metrics.
326
+ # Lists available real-time metrics.
327
327
  # @param [Hash] opts the optional parameters
328
328
  # @return [Array<(ListRealTimeMetricsResponse, Integer, Hash)>] ListRealTimeMetricsResponse data, response status code and response headers
329
329
  def list_realtime_metrics_with_http_info(opts = {})
@@ -30,6 +30,9 @@ module MuxRuby
30
30
  # Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. Note: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. Read more here: https://mux.com/blog/reduced-latency-for-mux-live-streaming-now-available/
31
31
  attr_accessor :reduced_latency
32
32
 
33
+ # Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds.
34
+ attr_accessor :low_latency
35
+
33
36
  # Marks the live stream as a test live stream when the value is set to true. A test live stream can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test live streams created. Test live streams are watermarked with the Mux logo and limited to 5 minutes. The test live stream is disabled after the stream is active for 5 mins and the recorded asset also deleted after 24 hours.
34
37
  attr_accessor :test
35
38
 
@@ -44,6 +47,7 @@ module MuxRuby
44
47
  :'passthrough' => :'passthrough',
45
48
  :'audio_only' => :'audio_only',
46
49
  :'reduced_latency' => :'reduced_latency',
50
+ :'low_latency' => :'low_latency',
47
51
  :'test' => :'test',
48
52
  :'simulcast_targets' => :'simulcast_targets'
49
53
  }
@@ -63,6 +67,7 @@ module MuxRuby
63
67
  :'passthrough' => :'String',
64
68
  :'audio_only' => :'Boolean',
65
69
  :'reduced_latency' => :'Boolean',
70
+ :'low_latency' => :'Boolean',
66
71
  :'test' => :'Boolean',
67
72
  :'simulcast_targets' => :'Array<CreateSimulcastTargetRequest>'
68
73
  }
@@ -115,6 +120,10 @@ module MuxRuby
115
120
  self.reduced_latency = attributes[:'reduced_latency']
116
121
  end
117
122
 
123
+ if attributes.key?(:'low_latency')
124
+ self.low_latency = attributes[:'low_latency']
125
+ end
126
+
118
127
  if attributes.key?(:'test')
119
128
  self.test = attributes[:'test']
120
129
  end
@@ -174,6 +183,7 @@ module MuxRuby
174
183
  passthrough == o.passthrough &&
175
184
  audio_only == o.audio_only &&
176
185
  reduced_latency == o.reduced_latency &&
186
+ low_latency == o.low_latency &&
177
187
  test == o.test &&
178
188
  simulcast_targets == o.simulcast_targets
179
189
  end
@@ -187,7 +197,7 @@ module MuxRuby
187
197
  # Calculates hash code according to all attributes.
188
198
  # @return [Integer] Hash code
189
199
  def hash
190
- [playback_policy, new_asset_settings, reconnect_window, passthrough, audio_only, reduced_latency, test, simulcast_targets].hash
200
+ [playback_policy, new_asset_settings, reconnect_window, passthrough, audio_only, reduced_latency, low_latency, test, simulcast_targets].hash
191
201
  end
192
202
 
193
203
  # Builds the object from hash
@@ -50,6 +50,9 @@ module MuxRuby
50
50
  # Latency is the time from when the streamer does something in real life to when you see it happen in the player. Set this if you want lower latency for your live stream. **Note**: Reconnect windows are incompatible with Reduced Latency and will always be set to zero (0) seconds. See the [Reduce live stream latency guide](https://docs.mux.com/guides/video/reduce-live-stream-latency) to understand the tradeoffs.
51
51
  attr_accessor :reduced_latency
52
52
 
53
+ # Latency is the time from when the streamer does something in real life to when you see it happen in the player. Setting this option will enable compatibility with the LL-HLS specification for low-latency streaming. This typically has lower latency than Reduced Latency streams, and cannot be combined with Reduced Latency. Note: Reconnect windows are incompatible with Low Latency and will always be set to zero (0) seconds.
54
+ attr_accessor :low_latency
55
+
53
56
  # Each Simulcast Target contains configuration details to broadcast (or \"restream\") a live stream to a third-party streaming service. [See the Stream live to 3rd party platforms guide](https://docs.mux.com/guides/video/stream-live-to-3rd-party-platforms).
54
57
  attr_accessor :simulcast_targets
55
58
 
@@ -93,6 +96,7 @@ module MuxRuby
93
96
  :'audio_only' => :'audio_only',
94
97
  :'reconnect_window' => :'reconnect_window',
95
98
  :'reduced_latency' => :'reduced_latency',
99
+ :'low_latency' => :'low_latency',
96
100
  :'simulcast_targets' => :'simulcast_targets',
97
101
  :'test' => :'test'
98
102
  }
@@ -118,6 +122,7 @@ module MuxRuby
118
122
  :'audio_only' => :'Boolean',
119
123
  :'reconnect_window' => :'Float',
120
124
  :'reduced_latency' => :'Boolean',
125
+ :'low_latency' => :'Boolean',
121
126
  :'simulcast_targets' => :'Array<SimulcastTarget>',
122
127
  :'test' => :'Boolean'
123
128
  }
@@ -198,6 +203,10 @@ module MuxRuby
198
203
  self.reduced_latency = attributes[:'reduced_latency']
199
204
  end
200
205
 
206
+ if attributes.key?(:'low_latency')
207
+ self.low_latency = attributes[:'low_latency']
208
+ end
209
+
201
210
  if attributes.key?(:'simulcast_targets')
202
211
  if (value = attributes[:'simulcast_targets']).is_a?(Array)
203
212
  self.simulcast_targets = value
@@ -251,6 +260,7 @@ module MuxRuby
251
260
  audio_only == o.audio_only &&
252
261
  reconnect_window == o.reconnect_window &&
253
262
  reduced_latency == o.reduced_latency &&
263
+ low_latency == o.low_latency &&
254
264
  simulcast_targets == o.simulcast_targets &&
255
265
  test == o.test
256
266
  end
@@ -264,7 +274,7 @@ module MuxRuby
264
274
  # Calculates hash code according to all attributes.
265
275
  # @return [Integer] Hash code
266
276
  def hash
267
- [id, created_at, stream_key, active_asset_id, recent_asset_ids, status, playback_ids, new_asset_settings, passthrough, audio_only, reconnect_window, reduced_latency, simulcast_targets, test].hash
277
+ [id, created_at, stream_key, active_asset_id, recent_asset_ids, status, playback_ids, new_asset_settings, passthrough, audio_only, reconnect_window, reduced_latency, low_latency, simulcast_targets, test].hash
268
278
  end
269
279
 
270
280
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.0.1
11
11
  =end
12
12
 
13
13
  module MuxRuby
14
- VERSION = '2.0.0'
14
+ VERSION = '2.1.0'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mux_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mux
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -479,122 +479,122 @@ required_rubygems_version: !ruby/object:Gem::Requirement
479
479
  - !ruby/object:Gem::Version
480
480
  version: '0'
481
481
  requirements: []
482
- rubygems_version: 3.2.25
482
+ rubygems_version: 3.2.27
483
483
  signing_key:
484
484
  specification_version: 4
485
485
  summary: Mux API Ruby Gem
486
486
  test_files:
487
+ - spec/api/exports_api_spec.rb
488
+ - spec/api/errors_api_spec.rb
489
+ - spec/api/metrics_api_spec.rb
490
+ - spec/api/video_views_api_spec.rb
491
+ - spec/api/playback_id_api_spec.rb
487
492
  - spec/api/real_time_api_spec.rb
488
493
  - spec/api/filters_api_spec.rb
489
- - spec/api/playback_id_api_spec.rb
490
- - spec/api/delivery_usage_api_spec.rb
491
494
  - spec/api/direct_uploads_api_spec.rb
492
495
  - spec/api/live_streams_api_spec.rb
493
- - spec/api/incidents_api_spec.rb
494
- - spec/api/errors_api_spec.rb
495
- - spec/api/dimensions_api_spec.rb
496
496
  - spec/api/url_signing_keys_api_spec.rb
497
- - spec/api/exports_api_spec.rb
498
- - spec/api/metrics_api_spec.rb
499
- - spec/api/video_views_api_spec.rb
497
+ - spec/api/incidents_api_spec.rb
498
+ - spec/api/delivery_usage_api_spec.rb
500
499
  - spec/api/assets_api_spec.rb
500
+ - spec/api/dimensions_api_spec.rb
501
501
  - spec/api_client_spec.rb
502
502
  - spec/configuration_spec.rb
503
- - spec/models/simulcast_target_spec.rb
504
- - spec/models/update_asset_master_access_request_spec.rb
505
- - spec/models/update_asset_mp4_support_request_spec.rb
506
- - spec/models/create_asset_request_spec.rb
507
- - spec/models/real_time_histogram_timeseries_bucket_spec.rb
508
- - spec/models/get_real_time_breakdown_response_spec.rb
509
- - spec/models/get_metric_timeseries_data_response_spec.rb
510
- - spec/models/simulcast_target_response_spec.rb
511
- - spec/models/real_time_histogram_timeseries_datapoint_spec.rb
512
- - spec/models/delivery_report_spec.rb
513
- - spec/models/list_filter_values_response_spec.rb
514
- - spec/models/video_view_spec.rb
515
503
  - spec/models/export_file_spec.rb
516
- - spec/models/input_info_spec.rb
517
- - spec/models/get_asset_input_info_response_spec.rb
518
- - spec/models/create_track_response_spec.rb
519
- - spec/models/dimension_value_spec.rb
504
+ - spec/models/list_uploads_response_spec.rb
505
+ - spec/models/list_all_metric_values_response_spec.rb
506
+ - spec/models/asset_spec.rb
507
+ - spec/models/asset_recording_times_spec.rb
508
+ - spec/models/real_time_timeseries_datapoint_spec.rb
509
+ - spec/models/get_asset_or_live_stream_id_response_spec.rb
510
+ - spec/models/live_stream_spec.rb
520
511
  - spec/models/list_filters_response_data_spec.rb
521
- - spec/models/signal_live_stream_complete_response_spec.rb
522
- - spec/models/filter_value_spec.rb
523
- - spec/models/list_errors_response_spec.rb
512
+ - spec/models/create_simulcast_target_request_spec.rb
513
+ - spec/models/incident_response_spec.rb
514
+ - spec/models/get_overall_values_response_spec.rb
515
+ - spec/models/create_asset_request_spec.rb
516
+ - spec/models/list_live_streams_response_spec.rb
517
+ - spec/models/list_real_time_metrics_response_spec.rb
524
518
  - spec/models/list_dimensions_response_spec.rb
525
- - spec/models/incident_breakdown_spec.rb
526
- - spec/models/breakdown_value_spec.rb
527
- - spec/models/upload_spec.rb
528
- - spec/models/input_track_spec.rb
529
- - spec/models/real_time_histogram_timeseries_bucket_values_spec.rb
530
- - spec/models/list_video_views_response_spec.rb
531
- - spec/models/list_video_view_exports_response_spec.rb
532
- - spec/models/enable_live_stream_response_spec.rb
533
- - spec/models/get_asset_or_live_stream_id_response_spec.rb
534
- - spec/models/export_date_spec.rb
535
- - spec/models/list_real_time_dimensions_response_spec.rb
536
519
  - spec/models/list_breakdown_values_response_spec.rb
537
- - spec/models/input_settings_overlay_settings_spec.rb
520
+ - spec/models/incident_notification_rule_spec.rb
521
+ - spec/models/create_track_response_spec.rb
522
+ - spec/models/track_spec.rb
523
+ - spec/models/real_time_histogram_timeseries_bucket_values_spec.rb
524
+ - spec/models/list_delivery_usage_response_spec.rb
538
525
  - spec/models/create_upload_request_spec.rb
539
- - spec/models/get_real_time_histogram_timeseries_response_spec.rb
540
- - spec/models/incident_notification_spec.rb
541
- - spec/models/asset_master_spec.rb
542
- - spec/models/incident_response_spec.rb
543
- - spec/models/incident_spec.rb
544
- - spec/models/get_asset_playback_id_response_spec.rb
526
+ - spec/models/delivery_report_spec.rb
527
+ - spec/models/upload_spec.rb
528
+ - spec/models/list_signing_keys_response_spec.rb
545
529
  - spec/models/list_assets_response_spec.rb
546
- - spec/models/playback_policy_spec.rb
547
- - spec/models/track_spec.rb
548
- - spec/models/get_real_time_timeseries_response_spec.rb
549
- - spec/models/upload_response_spec.rb
550
- - spec/models/list_incidents_response_spec.rb
551
- - spec/models/video_view_response_spec.rb
552
- - spec/models/asset_static_renditions_spec.rb
553
- - spec/models/create_playback_id_request_spec.rb
554
- - spec/models/real_time_timeseries_datapoint_spec.rb
530
+ - spec/models/list_real_time_dimensions_response_data_spec.rb
531
+ - spec/models/asset_master_spec.rb
532
+ - spec/models/get_real_time_breakdown_response_spec.rb
555
533
  - spec/models/real_time_breakdown_value_spec.rb
556
- - spec/models/list_filters_response_spec.rb
557
- - spec/models/disable_live_stream_response_spec.rb
558
- - spec/models/asset_errors_spec.rb
559
- - spec/models/list_real_time_metrics_response_spec.rb
534
+ - spec/models/dimension_value_spec.rb
535
+ - spec/models/signing_key_response_spec.rb
536
+ - spec/models/list_errors_response_spec.rb
537
+ - spec/models/signal_live_stream_complete_response_spec.rb
538
+ - spec/models/get_real_time_histogram_timeseries_response_meta_spec.rb
560
539
  - spec/models/create_track_request_spec.rb
561
- - spec/models/upload_error_spec.rb
562
- - spec/models/input_file_spec.rb
563
- - spec/models/create_playback_id_response_spec.rb
540
+ - spec/models/asset_static_renditions_spec.rb
564
541
  - spec/models/metric_spec.rb
565
- - spec/models/get_overall_values_response_spec.rb
566
- - spec/models/signing_key_spec.rb
567
- - spec/models/video_view_event_spec.rb
568
- - spec/models/list_exports_response_spec.rb
569
- - spec/models/incident_notification_rule_spec.rb
570
- - spec/models/live_stream_response_spec.rb
571
- - spec/models/list_insights_response_spec.rb
572
- - spec/models/asset_recording_times_spec.rb
573
- - spec/models/signing_key_response_spec.rb
542
+ - spec/models/list_filter_values_response_spec.rb
574
543
  - spec/models/insight_spec.rb
544
+ - spec/models/get_asset_or_live_stream_id_response_data_object_spec.rb
545
+ - spec/models/video_view_response_spec.rb
546
+ - spec/models/error_spec.rb
547
+ - spec/models/asset_response_spec.rb
548
+ - spec/models/real_time_histogram_timeseries_bucket_spec.rb
549
+ - spec/models/get_asset_playback_id_response_spec.rb
550
+ - spec/models/enable_live_stream_response_spec.rb
575
551
  - spec/models/playback_id_spec.rb
552
+ - spec/models/create_playback_id_response_spec.rb
553
+ - spec/models/get_real_time_histogram_timeseries_response_spec.rb
554
+ - spec/models/list_exports_response_spec.rb
555
+ - spec/models/simulcast_target_spec.rb
556
+ - spec/models/list_insights_response_spec.rb
557
+ - spec/models/playback_policy_spec.rb
558
+ - spec/models/list_related_incidents_response_spec.rb
576
559
  - spec/models/list_dimension_values_response_spec.rb
577
- - spec/models/overall_values_spec.rb
578
- - spec/models/asset_static_renditions_files_spec.rb
579
- - spec/models/score_spec.rb
580
- - spec/models/list_live_streams_response_spec.rb
560
+ - spec/models/filter_value_spec.rb
561
+ - spec/models/incident_spec.rb
562
+ - spec/models/incident_notification_spec.rb
563
+ - spec/models/breakdown_value_spec.rb
564
+ - spec/models/input_info_spec.rb
565
+ - spec/models/create_live_stream_request_spec.rb
566
+ - spec/models/list_video_view_exports_response_spec.rb
567
+ - spec/models/upload_error_spec.rb
568
+ - spec/models/live_stream_response_spec.rb
569
+ - spec/models/signing_key_spec.rb
570
+ - spec/models/list_video_views_response_spec.rb
581
571
  - spec/models/input_settings_spec.rb
582
- - spec/models/error_spec.rb
583
- - spec/models/list_signing_keys_response_spec.rb
584
- - spec/models/get_asset_or_live_stream_id_response_data_object_spec.rb
585
- - spec/models/list_uploads_response_spec.rb
572
+ - spec/models/list_filters_response_spec.rb
573
+ - spec/models/update_asset_mp4_support_request_spec.rb
574
+ - spec/models/simulcast_target_response_spec.rb
575
+ - spec/models/video_view_event_spec.rb
576
+ - spec/models/upload_response_spec.rb
577
+ - spec/models/list_incidents_response_spec.rb
578
+ - spec/models/score_spec.rb
579
+ - spec/models/asset_static_renditions_files_spec.rb
580
+ - spec/models/get_real_time_timeseries_response_spec.rb
581
+ - spec/models/get_asset_input_info_response_spec.rb
582
+ - spec/models/update_asset_master_access_request_spec.rb
583
+ - spec/models/list_real_time_dimensions_response_spec.rb
584
+ - spec/models/input_settings_overlay_settings_spec.rb
585
+ - spec/models/disable_live_stream_response_spec.rb
586
+ - spec/models/real_time_histogram_timeseries_datapoint_spec.rb
587
+ - spec/models/video_view_spec.rb
586
588
  - spec/models/abridged_video_view_spec.rb
587
- - spec/models/asset_spec.rb
588
589
  - spec/models/asset_non_standard_input_reasons_spec.rb
589
- - spec/models/create_live_stream_request_spec.rb
590
- - spec/models/live_stream_spec.rb
591
- - spec/models/list_related_incidents_response_spec.rb
592
- - spec/models/list_delivery_usage_response_spec.rb
593
- - spec/models/list_real_time_dimensions_response_data_spec.rb
594
- - spec/models/notification_rule_spec.rb
595
- - spec/models/list_all_metric_values_response_spec.rb
596
- - spec/models/create_simulcast_target_request_spec.rb
597
- - spec/models/asset_response_spec.rb
598
- - spec/models/get_real_time_histogram_timeseries_response_meta_spec.rb
590
+ - spec/models/input_file_spec.rb
599
591
  - spec/models/get_asset_or_live_stream_id_response_data_spec.rb
592
+ - spec/models/input_track_spec.rb
593
+ - spec/models/create_playback_id_request_spec.rb
594
+ - spec/models/overall_values_spec.rb
595
+ - spec/models/notification_rule_spec.rb
596
+ - spec/models/get_metric_timeseries_data_response_spec.rb
597
+ - spec/models/export_date_spec.rb
598
+ - spec/models/asset_errors_spec.rb
599
+ - spec/models/incident_breakdown_spec.rb
600
600
  - spec/spec_helper.rb