mux_ruby 3.20.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/docs/AssetStaticRenditions.md +2 -2
- data/docs/AssetsApi.md +146 -1
- data/docs/CreateAssetRequest.md +4 -2
- data/docs/CreateStaticRenditionRequest.md +20 -0
- data/docs/CreateStaticRenditionResponse.md +18 -0
- data/docs/InputSettings.md +1 -1
- data/docs/LiveStreamsApi.md +143 -0
- data/docs/StaticRendition.md +40 -0
- data/docs/UpdateLiveStreamNewAssetSettings.md +4 -2
- data/docs/UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.md +18 -0
- data/docs/VideoView.md +33 -1
- data/gen/generator-config.json +1 -1
- data/lib/mux_ruby/api/assets_api.rb +140 -2
- data/lib/mux_ruby/api/live_streams_api.rb +132 -0
- data/lib/mux_ruby/api/metrics_api.rb +2 -2
- data/lib/mux_ruby/models/asset_static_renditions.rb +2 -2
- data/lib/mux_ruby/models/create_asset_request.rb +17 -5
- data/lib/mux_ruby/models/{create_broadcast_request.rb → create_static_rendition_request.rb} +49 -53
- data/lib/mux_ruby/models/{start_space_broadcast_response.rb → create_static_rendition_response.rb} +4 -4
- data/lib/mux_ruby/models/input_settings.rb +1 -1
- data/lib/mux_ruby/models/{asset_static_renditions_files.rb → static_rendition.rb} +118 -9
- data/lib/mux_ruby/models/update_live_stream_new_asset_settings.rb +28 -6
- data/lib/mux_ruby/models/{list_spaces_response.rb → update_live_stream_new_asset_settings_static_renditions_request.rb} +11 -16
- data/lib/mux_ruby/models/video_view.rb +161 -4
- data/lib/mux_ruby/version.rb +1 -1
- data/lib/mux_ruby.rb +4 -16
- data/spec/models/create_static_rendition_request_spec.rb +44 -0
- data/spec/models/create_static_rendition_response_spec.rb +34 -0
- data/spec/models/static_rendition_spec.rb +124 -0
- data/spec/models/update_live_stream_new_asset_settings_static_renditions_request_spec.rb +34 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +8 -8
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/mkmf.log +19 -19
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +7 -7
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/mkmf.log +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-4.0.4/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/gem_make.out +6 -6
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/mkmf.log +2 -2
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.0.2/stringio.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/ext/byebug/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/byebug-11.1.3/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/ext/psych/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/ext/stringio/Makefile +3 -3
- data/vendor/bundle/ruby/3.2.0/gems/stringio-3.0.2/lib/stringio.so +0 -0
- metadata +172 -191
- data/docs/AssetStaticRenditionsFiles.md +0 -28
- data/docs/Broadcast.md +0 -30
- data/docs/BroadcastLayout.md +0 -15
- data/docs/BroadcastResolution.md +0 -15
- data/docs/BroadcastResponse.md +0 -18
- data/docs/BroadcastStatus.md +0 -15
- data/docs/CreateBroadcastRequest.md +0 -26
- data/docs/CreateSpaceRequest.md +0 -22
- data/docs/ListSpacesResponse.md +0 -18
- data/docs/Space.md +0 -30
- data/docs/SpaceResponse.md +0 -18
- data/docs/SpaceStatus.md +0 -15
- data/docs/SpaceType.md +0 -15
- data/docs/SpacesApi.md +0 -658
- data/docs/StartSpaceBroadcastResponse.md +0 -18
- data/docs/StopSpaceBroadcastResponse.md +0 -18
- data/lib/mux_ruby/api/spaces_api.rb +0 -619
- data/lib/mux_ruby/models/broadcast.rb +0 -305
- data/lib/mux_ruby/models/broadcast_layout.rb +0 -38
- data/lib/mux_ruby/models/broadcast_resolution.rb +0 -41
- data/lib/mux_ruby/models/broadcast_response.rb +0 -223
- data/lib/mux_ruby/models/broadcast_status.rb +0 -37
- data/lib/mux_ruby/models/create_space_request.rb +0 -242
- data/lib/mux_ruby/models/space.rb +0 -301
- data/lib/mux_ruby/models/space_response.rb +0 -223
- data/lib/mux_ruby/models/space_status.rb +0 -37
- data/lib/mux_ruby/models/space_type.rb +0 -36
- data/lib/mux_ruby/models/stop_space_broadcast_response.rb +0 -218
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59c01c009b08ff1dc7d4d3a4921ff7029e30ba26ed010075fc596143aa45ad32
|
4
|
+
data.tar.gz: b24d888bbcadb5c400caf51496debe8d45c58dfb98cbafe0830c427beb3b6239
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 209e22ebe53d4fdd348cf111350c2bf65688c7a5ac2f5e79e8f68ba0abdcad0bdbbc3d0b0e3ba18c81f42c2ec4504866d5c72de2a7948a3f4bf60178274db7ca
|
7
|
+
data.tar.gz: 57d6aab465a4b1ed7a0ae9c3473d42f56342d6e3eb94670401dae9caa92de2a6a4d579637a2a339dc6ef5b12e9ea6d001b3c4eedd24e8dbd51dfbd6726d54af6
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -23,7 +23,7 @@ Not familiar with Mux? Check out https://mux.com/ for more information.
|
|
23
23
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
24
24
|
|
25
25
|
- API version: v1
|
26
|
-
- Package version:
|
26
|
+
- Package version: 4.0.0
|
27
27
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
28
28
|
For more information, please visit [https://docs.mux.com](https://docs.mux.com)
|
29
29
|
|
@@ -40,16 +40,16 @@ gem build mux_ruby.gemspec
|
|
40
40
|
Then either install the gem locally:
|
41
41
|
|
42
42
|
```shell
|
43
|
-
gem install ./mux_ruby-
|
43
|
+
gem install ./mux_ruby-4.0.0.gem
|
44
44
|
```
|
45
45
|
|
46
|
-
(for development, run `gem install --dev ./mux_ruby-
|
46
|
+
(for development, run `gem install --dev ./mux_ruby-4.0.0.gem` to install the development dependencies)
|
47
47
|
|
48
48
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
49
49
|
|
50
50
|
Finally add this to the Gemfile:
|
51
51
|
|
52
|
-
gem 'mux_ruby', '~>
|
52
|
+
gem 'mux_ruby', '~> 4.0.0'
|
53
53
|
|
54
54
|
### Install from Git
|
55
55
|
|
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **status** | **String** | Indicates the status of downloadable MP4 versions of this asset. | [optional][default to 'disabled'] |
|
8
|
-
| **files** | [**Array<
|
7
|
+
| **status** | **String** | Indicates the status of downloadable MP4 versions of this asset. This field is only valid when `mp4_support` is enabled | [optional][default to 'disabled'] |
|
8
|
+
| **files** | [**Array<StaticRendition>**](StaticRendition.md) | Array of file objects. | [optional] |
|
9
9
|
|
10
10
|
## Example
|
11
11
|
|
data/docs/AssetsApi.md
CHANGED
@@ -6,9 +6,11 @@ All URIs are relative to *https://api.mux.com*
|
|
6
6
|
| ------ | ------------ | ----------- |
|
7
7
|
| [**create_asset**](AssetsApi.md#create_asset) | **POST** /video/v1/assets | Create an asset |
|
8
8
|
| [**create_asset_playback_id**](AssetsApi.md#create_asset_playback_id) | **POST** /video/v1/assets/{ASSET_ID}/playback-ids | Create a playback ID |
|
9
|
+
| [**create_asset_static_rendition**](AssetsApi.md#create_asset_static_rendition) | **POST** /video/v1/assets/{ASSET_ID}/static-renditions | Create a static rendition for an asset |
|
9
10
|
| [**create_asset_track**](AssetsApi.md#create_asset_track) | **POST** /video/v1/assets/{ASSET_ID}/tracks | Create an asset track |
|
10
11
|
| [**delete_asset**](AssetsApi.md#delete_asset) | **DELETE** /video/v1/assets/{ASSET_ID} | Delete an asset |
|
11
12
|
| [**delete_asset_playback_id**](AssetsApi.md#delete_asset_playback_id) | **DELETE** /video/v1/assets/{ASSET_ID}/playback-ids/{PLAYBACK_ID} | Delete a playback ID |
|
13
|
+
| [**delete_asset_static_rendition**](AssetsApi.md#delete_asset_static_rendition) | **DELETE** /video/v1/assets/{ASSET_ID}/static-renditions/{STATIC_RENDITION_ID} | Delete a single static rendition for an asset |
|
12
14
|
| [**delete_asset_track**](AssetsApi.md#delete_asset_track) | **DELETE** /video/v1/assets/{ASSET_ID}/tracks/{TRACK_ID} | Delete an asset track |
|
13
15
|
| [**generate_asset_track_subtitles**](AssetsApi.md#generate_asset_track_subtitles) | **POST** /video/v1/assets/{ASSET_ID}/tracks/{TRACK_ID}/generate-subtitles | Generate track subtitles |
|
14
16
|
| [**get_asset**](AssetsApi.md#get_asset) | **GET** /video/v1/assets/{ASSET_ID} | Retrieve an asset |
|
@@ -162,6 +164,78 @@ end
|
|
162
164
|
- **Accept**: application/json
|
163
165
|
|
164
166
|
|
167
|
+
## create_asset_static_rendition
|
168
|
+
|
169
|
+
> <CreateStaticRenditionResponse> create_asset_static_rendition(asset_id, create_static_rendition_request)
|
170
|
+
|
171
|
+
Create a static rendition for an asset
|
172
|
+
|
173
|
+
Creates a static rendition (i.e. MP4) for an asset
|
174
|
+
|
175
|
+
### Examples
|
176
|
+
|
177
|
+
```ruby
|
178
|
+
require 'time'
|
179
|
+
require 'mux_ruby'
|
180
|
+
# setup authorization
|
181
|
+
MuxRuby.configure do |config|
|
182
|
+
# Configure HTTP basic authorization: accessToken
|
183
|
+
config.username = 'YOUR USERNAME'
|
184
|
+
config.password = 'YOUR PASSWORD'
|
185
|
+
end
|
186
|
+
|
187
|
+
api_instance = MuxRuby::AssetsApi.new
|
188
|
+
asset_id = 'asset_id_example' # String | The asset ID.
|
189
|
+
create_static_rendition_request = MuxRuby::CreateStaticRenditionRequest.new # CreateStaticRenditionRequest |
|
190
|
+
|
191
|
+
begin
|
192
|
+
# Create a static rendition for an asset
|
193
|
+
result = api_instance.create_asset_static_rendition(asset_id, create_static_rendition_request)
|
194
|
+
p result
|
195
|
+
rescue MuxRuby::ApiError => e
|
196
|
+
puts "Error when calling AssetsApi->create_asset_static_rendition: #{e}"
|
197
|
+
end
|
198
|
+
```
|
199
|
+
|
200
|
+
#### Using the create_asset_static_rendition_with_http_info variant
|
201
|
+
|
202
|
+
This returns an Array which contains the response data, status code and headers.
|
203
|
+
|
204
|
+
> <Array(<CreateStaticRenditionResponse>, Integer, Hash)> create_asset_static_rendition_with_http_info(asset_id, create_static_rendition_request)
|
205
|
+
|
206
|
+
```ruby
|
207
|
+
begin
|
208
|
+
# Create a static rendition for an asset
|
209
|
+
data, status_code, headers = api_instance.create_asset_static_rendition_with_http_info(asset_id, create_static_rendition_request)
|
210
|
+
p status_code # => 2xx
|
211
|
+
p headers # => { ... }
|
212
|
+
p data # => <CreateStaticRenditionResponse>
|
213
|
+
rescue MuxRuby::ApiError => e
|
214
|
+
puts "Error when calling AssetsApi->create_asset_static_rendition_with_http_info: #{e}"
|
215
|
+
end
|
216
|
+
```
|
217
|
+
|
218
|
+
### Parameters
|
219
|
+
|
220
|
+
| Name | Type | Description | Notes |
|
221
|
+
| ---- | ---- | ----------- | ----- |
|
222
|
+
| **asset_id** | **String** | The asset ID. | |
|
223
|
+
| **create_static_rendition_request** | [**CreateStaticRenditionRequest**](CreateStaticRenditionRequest.md) | | |
|
224
|
+
|
225
|
+
### Return type
|
226
|
+
|
227
|
+
[**CreateStaticRenditionResponse**](CreateStaticRenditionResponse.md)
|
228
|
+
|
229
|
+
### Authorization
|
230
|
+
|
231
|
+
[accessToken](../README.md#accessToken)
|
232
|
+
|
233
|
+
### HTTP request headers
|
234
|
+
|
235
|
+
- **Content-Type**: application/json
|
236
|
+
- **Accept**: application/json
|
237
|
+
|
238
|
+
|
165
239
|
## create_asset_track
|
166
240
|
|
167
241
|
> <CreateTrackResponse> create_asset_track(asset_id, create_track_request)
|
@@ -374,6 +448,77 @@ nil (empty response body)
|
|
374
448
|
- **Accept**: Not defined
|
375
449
|
|
376
450
|
|
451
|
+
## delete_asset_static_rendition
|
452
|
+
|
453
|
+
> delete_asset_static_rendition(asset_id, static_rendition_id)
|
454
|
+
|
455
|
+
Delete a single static rendition for an asset
|
456
|
+
|
457
|
+
Deletes a single static rendition for an asset
|
458
|
+
|
459
|
+
### Examples
|
460
|
+
|
461
|
+
```ruby
|
462
|
+
require 'time'
|
463
|
+
require 'mux_ruby'
|
464
|
+
# setup authorization
|
465
|
+
MuxRuby.configure do |config|
|
466
|
+
# Configure HTTP basic authorization: accessToken
|
467
|
+
config.username = 'YOUR USERNAME'
|
468
|
+
config.password = 'YOUR PASSWORD'
|
469
|
+
end
|
470
|
+
|
471
|
+
api_instance = MuxRuby::AssetsApi.new
|
472
|
+
asset_id = 'asset_id_example' # String | The asset ID.
|
473
|
+
static_rendition_id = 'static_rendition_id_example' # String | The static rendition ID.
|
474
|
+
|
475
|
+
begin
|
476
|
+
# Delete a single static rendition for an asset
|
477
|
+
api_instance.delete_asset_static_rendition(asset_id, static_rendition_id)
|
478
|
+
rescue MuxRuby::ApiError => e
|
479
|
+
puts "Error when calling AssetsApi->delete_asset_static_rendition: #{e}"
|
480
|
+
end
|
481
|
+
```
|
482
|
+
|
483
|
+
#### Using the delete_asset_static_rendition_with_http_info variant
|
484
|
+
|
485
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
486
|
+
|
487
|
+
> <Array(nil, Integer, Hash)> delete_asset_static_rendition_with_http_info(asset_id, static_rendition_id)
|
488
|
+
|
489
|
+
```ruby
|
490
|
+
begin
|
491
|
+
# Delete a single static rendition for an asset
|
492
|
+
data, status_code, headers = api_instance.delete_asset_static_rendition_with_http_info(asset_id, static_rendition_id)
|
493
|
+
p status_code # => 2xx
|
494
|
+
p headers # => { ... }
|
495
|
+
p data # => nil
|
496
|
+
rescue MuxRuby::ApiError => e
|
497
|
+
puts "Error when calling AssetsApi->delete_asset_static_rendition_with_http_info: #{e}"
|
498
|
+
end
|
499
|
+
```
|
500
|
+
|
501
|
+
### Parameters
|
502
|
+
|
503
|
+
| Name | Type | Description | Notes |
|
504
|
+
| ---- | ---- | ----------- | ----- |
|
505
|
+
| **asset_id** | **String** | The asset ID. | |
|
506
|
+
| **static_rendition_id** | **String** | The static rendition ID. | |
|
507
|
+
|
508
|
+
### Return type
|
509
|
+
|
510
|
+
nil (empty response body)
|
511
|
+
|
512
|
+
### Authorization
|
513
|
+
|
514
|
+
[accessToken](../README.md#accessToken)
|
515
|
+
|
516
|
+
### HTTP request headers
|
517
|
+
|
518
|
+
- **Content-Type**: Not defined
|
519
|
+
- **Accept**: Not defined
|
520
|
+
|
521
|
+
|
377
522
|
## delete_asset_track
|
378
523
|
|
379
524
|
> delete_asset_track(asset_id, track_id)
|
@@ -959,7 +1104,7 @@ end
|
|
959
1104
|
|
960
1105
|
Update MP4 support
|
961
1106
|
|
962
|
-
Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
|
1107
|
+
This method has been deprecated. Please see the [Static Rendition API](https://www.mux.com/docs/guides/enable-static-mp4-renditions#after-asset-creation). Allows you to add or remove mp4 support for assets that were created without it. The values supported are `capped-1080p`, `audio-only`, `audio-only,capped-1080p`, `standard`(deprecated), and `none`. `none` means that an asset *does not* have mp4 support, so submitting a request with `mp4_support` set to `none` will delete the mp4 assets from the asset in question.
|
963
1108
|
|
964
1109
|
### Examples
|
965
1110
|
|
data/docs/CreateAssetRequest.md
CHANGED
@@ -9,13 +9,14 @@
|
|
9
9
|
| **advanced_playback_policies** | [**Array<CreatePlaybackIDRequest>**](CreatePlaybackIDRequest.md) | An array of playback policy objects that you want applied to this asset and available through `playback_ids`. `advanced_playback_policies` must be used instead of `playback_policy` when creating a DRM playback ID. | [optional] |
|
10
10
|
| **per_title_encode** | **Boolean** | | [optional] |
|
11
11
|
| **passthrough** | **String** | Arbitrary user-supplied metadata that will be included in the asset details and related webhooks. Can be used to store your own ID for a video along with the asset. **Max: 255 characters**. | [optional] |
|
12
|
-
| **mp4_support** | **String** | Specify what level of support for mp4 playback. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
12
|
+
| **mp4_support** | **String** | Deprecated. See the [Static Renditions API](https://www.mux.com/docs/guides/enable-static-mp4-renditions) for the updated API. Specify what level of support for mp4 playback. You may not enable both `mp4_support` and `static_renditions`. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). MP4 files are not produced for `none` (default). In most cases you should use our default HLS-based streaming playback (`{playback_id}.m3u8`) which can automatically adjust to viewers' connection speeds, but an mp4 can be useful for some legacy devices or downloading for offline playback. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
13
13
|
| **normalize_audio** | **Boolean** | Normalize the audio track loudness level. This parameter is only applicable to on-demand (not live) assets. | [optional][default to false] |
|
14
14
|
| **master_access** | **String** | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](https://docs.mux.com/guides/enable-static-mp4-renditions) for more information. | [optional] |
|
15
15
|
| **test** | **Boolean** | Marks the asset as a test asset when the value is set to true. A Test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test asset are watermarked with the Mux logo, limited to 10 seconds, deleted after 24 hrs. | [optional] |
|
16
16
|
| **max_resolution_tier** | **String** | Max resolution tier can be used to control the maximum `resolution_tier` your asset is encoded, stored, and streamed at. If not set, this defaults to `1080p`. | [optional] |
|
17
17
|
| **encoding_tier** | **String** | This field is deprecated. Please use `video_quality` instead. The encoding tier informs the cost, quality, and available platform features for the asset. The default encoding tier for an account can be set in the Mux Dashboard. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) | [optional] |
|
18
18
|
| **video_quality** | **String** | The video quality controls the cost, quality, and available platform features for the asset. The default video quality for an account can be set in the Mux Dashboard. This field replaces the deprecated `encoding_tier` value. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) | [optional] |
|
19
|
+
| **static_renditions** | [**Array<CreateStaticRenditionRequest>**](CreateStaticRenditionRequest.md) | An array of static renditions to create for this asset. You may not enable both `static_renditions` and `mp4_support (the latter being deprecated)` | [optional] |
|
19
20
|
|
20
21
|
## Example
|
21
22
|
|
@@ -34,7 +35,8 @@ instance = MuxRuby::CreateAssetRequest.new(
|
|
34
35
|
test: null,
|
35
36
|
max_resolution_tier: null,
|
36
37
|
encoding_tier: null,
|
37
|
-
video_quality: null
|
38
|
+
video_quality: null,
|
39
|
+
static_renditions: null
|
38
40
|
)
|
39
41
|
```
|
40
42
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# MuxRuby::CreateStaticRenditionRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **resolution** | **String** | | [optional] |
|
8
|
+
| **passthrough** | **String** | Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'mux_ruby'
|
14
|
+
|
15
|
+
instance = MuxRuby::CreateStaticRenditionRequest.new(
|
16
|
+
resolution: null,
|
17
|
+
passthrough: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# MuxRuby::CreateStaticRenditionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **data** | [**StaticRendition**](StaticRendition.md) | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'mux_ruby'
|
13
|
+
|
14
|
+
instance = MuxRuby::CreateStaticRenditionResponse.new(
|
15
|
+
data: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/InputSettings.md
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
| **language_code** | **String** | The language code value must be a valid [BCP 47](https://tools.ietf.org/html/bcp47) specification compliant value. For example, `en` for English or `en-US` for the US version of English. This parameter is required for `text` and `audio` track types. | [optional] |
|
15
15
|
| **name** | **String** | The name of the track containing a human-readable description. This value must be unique within each group of `text` or `audio` track types. The HLS manifest will associate a subtitle text track with this value. For example, the value should be \"English\" for a subtitle text track with `language_code` set to `en`. This optional parameter should be used only for `text` and `audio` type tracks. This parameter can be optionally provided for the first video input to denote the name of the muxed audio track if present. If this parameter is not included, Mux will auto-populate based on the `input[].language_code` value. | [optional] |
|
16
16
|
| **closed_captions** | **Boolean** | Indicates the track provides Subtitles for the Deaf or Hard-of-hearing (SDH). This optional parameter should be used for tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
17
|
-
| **passthrough** | **String** | This optional parameter should be used tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
17
|
+
| **passthrough** | **String** | This optional parameter should be used for tracks with `type` of `text` and `text_type` set to `subtitles`. | [optional] |
|
18
18
|
|
19
19
|
## Example
|
20
20
|
|
data/docs/LiveStreamsApi.md
CHANGED
@@ -8,6 +8,7 @@ All URIs are relative to *https://api.mux.com*
|
|
8
8
|
| [**create_live_stream_playback_id**](LiveStreamsApi.md#create_live_stream_playback_id) | **POST** /video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids | Create a live stream playback ID |
|
9
9
|
| [**create_live_stream_simulcast_target**](LiveStreamsApi.md#create_live_stream_simulcast_target) | **POST** /video/v1/live-streams/{LIVE_STREAM_ID}/simulcast-targets | Create a live stream simulcast target |
|
10
10
|
| [**delete_live_stream**](LiveStreamsApi.md#delete_live_stream) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID} | Delete a live stream |
|
11
|
+
| [**delete_live_stream_new_asset_settings_static_renditions**](LiveStreamsApi.md#delete_live_stream_new_asset_settings_static_renditions) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/new-asset-settings/static-renditions | Delete a live stream's static renditions setting for new assets |
|
11
12
|
| [**delete_live_stream_playback_id**](LiveStreamsApi.md#delete_live_stream_playback_id) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/playback-ids/{PLAYBACK_ID} | Delete a live stream playback ID |
|
12
13
|
| [**delete_live_stream_simulcast_target**](LiveStreamsApi.md#delete_live_stream_simulcast_target) | **DELETE** /video/v1/live-streams/{LIVE_STREAM_ID}/simulcast-targets/{SIMULCAST_TARGET_ID} | Delete a live stream simulcast target |
|
13
14
|
| [**disable_live_stream**](LiveStreamsApi.md#disable_live_stream) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/disable | Disable a live stream |
|
@@ -21,6 +22,7 @@ All URIs are relative to *https://api.mux.com*
|
|
21
22
|
| [**update_live_stream**](LiveStreamsApi.md#update_live_stream) | **PATCH** /video/v1/live-streams/{LIVE_STREAM_ID} | Update a live stream |
|
22
23
|
| [**update_live_stream_embedded_subtitles**](LiveStreamsApi.md#update_live_stream_embedded_subtitles) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/embedded-subtitles | Update a live stream's embedded subtitles |
|
23
24
|
| [**update_live_stream_generated_subtitles**](LiveStreamsApi.md#update_live_stream_generated_subtitles) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/generated-subtitles | Update a live stream's generated subtitles |
|
25
|
+
| [**update_live_stream_new_asset_settings_static_renditions**](LiveStreamsApi.md#update_live_stream_new_asset_settings_static_renditions) | **PUT** /video/v1/live-streams/{LIVE_STREAM_ID}/new-asset-settings/static-renditions | Update live stream static renditions for new assets |
|
24
26
|
|
25
27
|
|
26
28
|
## create_live_stream
|
@@ -306,6 +308,75 @@ nil (empty response body)
|
|
306
308
|
- **Accept**: Not defined
|
307
309
|
|
308
310
|
|
311
|
+
## delete_live_stream_new_asset_settings_static_renditions
|
312
|
+
|
313
|
+
> delete_live_stream_new_asset_settings_static_renditions(live_stream_id)
|
314
|
+
|
315
|
+
Delete a live stream's static renditions setting for new assets
|
316
|
+
|
317
|
+
Deletes a live stream's static renditions settings for new assets. Further assets made via this live stream will not create static renditions unless re-added.
|
318
|
+
|
319
|
+
### Examples
|
320
|
+
|
321
|
+
```ruby
|
322
|
+
require 'time'
|
323
|
+
require 'mux_ruby'
|
324
|
+
# setup authorization
|
325
|
+
MuxRuby.configure do |config|
|
326
|
+
# Configure HTTP basic authorization: accessToken
|
327
|
+
config.username = 'YOUR USERNAME'
|
328
|
+
config.password = 'YOUR PASSWORD'
|
329
|
+
end
|
330
|
+
|
331
|
+
api_instance = MuxRuby::LiveStreamsApi.new
|
332
|
+
live_stream_id = 'live_stream_id_example' # String | The live stream ID
|
333
|
+
|
334
|
+
begin
|
335
|
+
# Delete a live stream's static renditions setting for new assets
|
336
|
+
api_instance.delete_live_stream_new_asset_settings_static_renditions(live_stream_id)
|
337
|
+
rescue MuxRuby::ApiError => e
|
338
|
+
puts "Error when calling LiveStreamsApi->delete_live_stream_new_asset_settings_static_renditions: #{e}"
|
339
|
+
end
|
340
|
+
```
|
341
|
+
|
342
|
+
#### Using the delete_live_stream_new_asset_settings_static_renditions_with_http_info variant
|
343
|
+
|
344
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
345
|
+
|
346
|
+
> <Array(nil, Integer, Hash)> delete_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id)
|
347
|
+
|
348
|
+
```ruby
|
349
|
+
begin
|
350
|
+
# Delete a live stream's static renditions setting for new assets
|
351
|
+
data, status_code, headers = api_instance.delete_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id)
|
352
|
+
p status_code # => 2xx
|
353
|
+
p headers # => { ... }
|
354
|
+
p data # => nil
|
355
|
+
rescue MuxRuby::ApiError => e
|
356
|
+
puts "Error when calling LiveStreamsApi->delete_live_stream_new_asset_settings_static_renditions_with_http_info: #{e}"
|
357
|
+
end
|
358
|
+
```
|
359
|
+
|
360
|
+
### Parameters
|
361
|
+
|
362
|
+
| Name | Type | Description | Notes |
|
363
|
+
| ---- | ---- | ----------- | ----- |
|
364
|
+
| **live_stream_id** | **String** | The live stream ID | |
|
365
|
+
|
366
|
+
### Return type
|
367
|
+
|
368
|
+
nil (empty response body)
|
369
|
+
|
370
|
+
### Authorization
|
371
|
+
|
372
|
+
[accessToken](../README.md#accessToken)
|
373
|
+
|
374
|
+
### HTTP request headers
|
375
|
+
|
376
|
+
- **Content-Type**: Not defined
|
377
|
+
- **Accept**: Not defined
|
378
|
+
|
379
|
+
|
309
380
|
## delete_live_stream_playback_id
|
310
381
|
|
311
382
|
> delete_live_stream_playback_id(live_stream_id, playback_id)
|
@@ -1235,3 +1306,75 @@ end
|
|
1235
1306
|
- **Content-Type**: application/json
|
1236
1307
|
- **Accept**: application/json
|
1237
1308
|
|
1309
|
+
|
1310
|
+
## update_live_stream_new_asset_settings_static_renditions
|
1311
|
+
|
1312
|
+
> <LiveStreamResponse> update_live_stream_new_asset_settings_static_renditions(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1313
|
+
|
1314
|
+
Update live stream static renditions for new assets
|
1315
|
+
|
1316
|
+
Updates a live stream's static renditions settings for new assets. Further assets made via this live stream will create static renditions per the settings provided. You must provide all static renditions desired.
|
1317
|
+
|
1318
|
+
### Examples
|
1319
|
+
|
1320
|
+
```ruby
|
1321
|
+
require 'time'
|
1322
|
+
require 'mux_ruby'
|
1323
|
+
# setup authorization
|
1324
|
+
MuxRuby.configure do |config|
|
1325
|
+
# Configure HTTP basic authorization: accessToken
|
1326
|
+
config.username = 'YOUR USERNAME'
|
1327
|
+
config.password = 'YOUR PASSWORD'
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
api_instance = MuxRuby::LiveStreamsApi.new
|
1331
|
+
live_stream_id = 'live_stream_id_example' # String | The live stream ID
|
1332
|
+
update_live_stream_new_asset_settings_static_renditions_request = MuxRuby::UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.new # UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest |
|
1333
|
+
|
1334
|
+
begin
|
1335
|
+
# Update live stream static renditions for new assets
|
1336
|
+
result = api_instance.update_live_stream_new_asset_settings_static_renditions(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1337
|
+
p result
|
1338
|
+
rescue MuxRuby::ApiError => e
|
1339
|
+
puts "Error when calling LiveStreamsApi->update_live_stream_new_asset_settings_static_renditions: #{e}"
|
1340
|
+
end
|
1341
|
+
```
|
1342
|
+
|
1343
|
+
#### Using the update_live_stream_new_asset_settings_static_renditions_with_http_info variant
|
1344
|
+
|
1345
|
+
This returns an Array which contains the response data, status code and headers.
|
1346
|
+
|
1347
|
+
> <Array(<LiveStreamResponse>, Integer, Hash)> update_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1348
|
+
|
1349
|
+
```ruby
|
1350
|
+
begin
|
1351
|
+
# Update live stream static renditions for new assets
|
1352
|
+
data, status_code, headers = api_instance.update_live_stream_new_asset_settings_static_renditions_with_http_info(live_stream_id, update_live_stream_new_asset_settings_static_renditions_request)
|
1353
|
+
p status_code # => 2xx
|
1354
|
+
p headers # => { ... }
|
1355
|
+
p data # => <LiveStreamResponse>
|
1356
|
+
rescue MuxRuby::ApiError => e
|
1357
|
+
puts "Error when calling LiveStreamsApi->update_live_stream_new_asset_settings_static_renditions_with_http_info: #{e}"
|
1358
|
+
end
|
1359
|
+
```
|
1360
|
+
|
1361
|
+
### Parameters
|
1362
|
+
|
1363
|
+
| Name | Type | Description | Notes |
|
1364
|
+
| ---- | ---- | ----------- | ----- |
|
1365
|
+
| **live_stream_id** | **String** | The live stream ID | |
|
1366
|
+
| **update_live_stream_new_asset_settings_static_renditions_request** | [**UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest**](UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.md) | | |
|
1367
|
+
|
1368
|
+
### Return type
|
1369
|
+
|
1370
|
+
[**LiveStreamResponse**](LiveStreamResponse.md)
|
1371
|
+
|
1372
|
+
### Authorization
|
1373
|
+
|
1374
|
+
[accessToken](../README.md#accessToken)
|
1375
|
+
|
1376
|
+
### HTTP request headers
|
1377
|
+
|
1378
|
+
- **Content-Type**: application/json
|
1379
|
+
- **Accept**: application/json
|
1380
|
+
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# MuxRuby::StaticRendition
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | Name of the static rendition file | [optional] |
|
8
|
+
| **ext** | **String** | Extension of the static rendition file | [optional] |
|
9
|
+
| **height** | **Integer** | The height of the static rendition's file in pixels | [optional] |
|
10
|
+
| **width** | **Integer** | The width of the static rendition's file in pixels | [optional] |
|
11
|
+
| **bitrate** | **Integer** | The bitrate in bits per second | [optional] |
|
12
|
+
| **filesize** | **String** | The file size in bytes | [optional] |
|
13
|
+
| **type** | **String** | Indicates the static rendition type of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
14
|
+
| **status** | **String** | Indicates the status of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. * `ready` indicates the MP4 has been generated and is ready for download * `preparing` indicates the asset has not been ingested or the static rendition is still being generated after an asset is ready * `skipped` indicates the static rendition will not be generated because the requested resolution conflicts with the asset attributes after the asset has been ingested * `errored` indicates the static rendition cannot be generated. For example, an asset could not be ingested | [optional] |
|
15
|
+
| **resolution_tier** | **String** | Indicates the resolution tier of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
16
|
+
| **resolution** | **String** | Indicates the resolution of this specific MP4 version of this asset. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
17
|
+
| **id** | **String** | The ID of this static rendition, used in managing this static rendition. This field is only valid for `static_renditions`, not for `mp4_support`. | [optional] |
|
18
|
+
| **passthrough** | **String** | Arbitrary user-supplied metadata set for the static rendition. Max 255 characters. | [optional] |
|
19
|
+
|
20
|
+
## Example
|
21
|
+
|
22
|
+
```ruby
|
23
|
+
require 'mux_ruby'
|
24
|
+
|
25
|
+
instance = MuxRuby::StaticRendition.new(
|
26
|
+
name: null,
|
27
|
+
ext: null,
|
28
|
+
height: null,
|
29
|
+
width: null,
|
30
|
+
bitrate: null,
|
31
|
+
filesize: null,
|
32
|
+
type: null,
|
33
|
+
status: null,
|
34
|
+
resolution_tier: null,
|
35
|
+
resolution: null,
|
36
|
+
id: null,
|
37
|
+
passthrough: null
|
38
|
+
)
|
39
|
+
```
|
40
|
+
|
@@ -4,8 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **mp4_support** | **String** | Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The `none` option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. * The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). | [optional] |
|
7
|
+
| **mp4_support** | **String** | Deprecated. See the [Static Renditions API](https://www.mux.com/docs/guides/enable-static-mp4-renditions#during-live-stream-creation) for the updated API. Specify what level of support for mp4 playback should be added to new assets generated from this live stream. * The `none` option disables MP4 support for new assets. MP4 files will not be produced for an asset generated from this live stream. * The `capped-1080p` option produces a single MP4 file, called `capped-1080p.mp4`, with the video resolution capped at 1080p. This option produces an `audio.m4a` file for an audio-only asset. * The `audio-only` option produces a single M4A file, called `audio.m4a` for a video or an audio-only asset. MP4 generation will error when this option is specified for a video-only asset. * The `audio-only,capped-1080p` option produces both the `audio.m4a` and `capped-1080p.mp4` files. Only the `capped-1080p.mp4` file is produced for a video-only asset, while only the `audio.m4a` file is produced for an audio-only asset. * The `standard`(deprecated) option produces up to three MP4 files with different levels of resolution (`high.mp4`, `medium.mp4`, `low.mp4`, or `audio.m4a` for an audio-only asset). | [optional] |
|
8
8
|
| **master_access** | **String** | Add or remove access to the master version of the video. | [optional] |
|
9
|
+
| **video_quality** | **String** | The video quality controls the cost, quality, and available platform features for the asset. [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) | [optional] |
|
9
10
|
|
10
11
|
## Example
|
11
12
|
|
@@ -14,7 +15,8 @@ require 'mux_ruby'
|
|
14
15
|
|
15
16
|
instance = MuxRuby::UpdateLiveStreamNewAssetSettings.new(
|
16
17
|
mp4_support: null,
|
17
|
-
master_access: null
|
18
|
+
master_access: null,
|
19
|
+
video_quality: null
|
18
20
|
)
|
19
21
|
```
|
20
22
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# MuxRuby::UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **static_renditions** | [**Array<CreateStaticRenditionRequest>**](CreateStaticRenditionRequest.md) | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'mux_ruby'
|
13
|
+
|
14
|
+
instance = MuxRuby::UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.new(
|
15
|
+
static_renditions: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/VideoView.md
CHANGED
@@ -166,6 +166,22 @@
|
|
166
166
|
| **view_content_startup_time** | **Integer** | | [optional] |
|
167
167
|
| **ad_preroll_startup_time** | **Integer** | | [optional] |
|
168
168
|
| **view_dropped** | **Boolean** | | [optional] |
|
169
|
+
| **client_application_name** | **String** | | [optional] |
|
170
|
+
| **client_application_version** | **String** | | [optional] |
|
171
|
+
| **video_affiliate** | **String** | | [optional] |
|
172
|
+
| **viewer_plan** | **String** | | [optional] |
|
173
|
+
| **viewer_plan_status** | **String** | | [optional] |
|
174
|
+
| **viewer_plan_category** | **String** | | [optional] |
|
175
|
+
| **view_drm_level** | **String** | | [optional] |
|
176
|
+
| **video_brand** | **String** | | [optional] |
|
177
|
+
| **used_pip** | **Boolean** | | [optional] |
|
178
|
+
| **time_shift_enabled** | **Boolean** | | [optional] |
|
179
|
+
| **used_captions** | **Boolean** | | [optional] |
|
180
|
+
| **video_codec** | **String** | | [optional] |
|
181
|
+
| **audio_codec** | **String** | | [optional] |
|
182
|
+
| **video_dynamic_range_type** | **String** | | [optional] |
|
183
|
+
| **view_cdn_edge_pop** | **String** | | [optional] |
|
184
|
+
| **view_cdn_origin** | **String** | | [optional] |
|
169
185
|
|
170
186
|
## Example
|
171
187
|
|
@@ -334,7 +350,23 @@ instance = MuxRuby::VideoView.new(
|
|
334
350
|
ad_playback_failure_error_type_id: null,
|
335
351
|
view_content_startup_time: null,
|
336
352
|
ad_preroll_startup_time: null,
|
337
|
-
view_dropped: null
|
353
|
+
view_dropped: null,
|
354
|
+
client_application_name: null,
|
355
|
+
client_application_version: null,
|
356
|
+
video_affiliate: null,
|
357
|
+
viewer_plan: null,
|
358
|
+
viewer_plan_status: null,
|
359
|
+
viewer_plan_category: null,
|
360
|
+
view_drm_level: null,
|
361
|
+
video_brand: null,
|
362
|
+
used_pip: null,
|
363
|
+
time_shift_enabled: null,
|
364
|
+
used_captions: null,
|
365
|
+
video_codec: null,
|
366
|
+
audio_codec: null,
|
367
|
+
video_dynamic_range_type: null,
|
368
|
+
view_cdn_edge_pop: null,
|
369
|
+
view_cdn_origin: null
|
338
370
|
)
|
339
371
|
```
|
340
372
|
|
data/gen/generator-config.json
CHANGED