telestream_cloud_flip 2.0.0 → 2.0.1
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/README.md +1 -1
- data/docs/CreateVideoBody.md +6 -0
- data/docs/Encoding.md +9 -9
- data/docs/Profile.md +1 -0
- data/docs/Video.md +3 -3
- data/lib/telestream_cloud_flip.rb +2 -2
- data/lib/telestream_cloud_flip/api/flip_api.rb +2 -2
- data/lib/telestream_cloud_flip/api_client.rb +2 -2
- data/lib/telestream_cloud_flip/api_error.rb +2 -2
- data/lib/telestream_cloud_flip/configuration.rb +2 -2
- data/lib/telestream_cloud_flip/models/canceled_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/cloud_notification_settings.rb +2 -2
- data/lib/telestream_cloud_flip/models/cloud_notification_settings_events.rb +2 -2
- data/lib/telestream_cloud_flip/models/copy_profile_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/count_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/create_encoding_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/create_video_body.rb +67 -6
- data/lib/telestream_cloud_flip/models/deleted_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/encoding.rb +11 -11
- data/lib/telestream_cloud_flip/models/encoding_signed_url.rb +2 -2
- data/lib/telestream_cloud_flip/models/encoding_signed_urls.rb +2 -2
- data/lib/telestream_cloud_flip/models/error.rb +2 -2
- data/lib/telestream_cloud_flip/models/extra_file.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_body_storage_credential_attributes.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_sync.rb +2 -2
- data/lib/telestream_cloud_flip/models/factory_sync_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_encodings_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_factory_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_profiles_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_video_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/paginated_workflows_collection.rb +2 -2
- data/lib/telestream_cloud_flip/models/profile.rb +13 -15
- data/lib/telestream_cloud_flip/models/profile_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/resubmit_video_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/retried_response.rb +2 -2
- data/lib/telestream_cloud_flip/models/signed_video_url.rb +2 -2
- data/lib/telestream_cloud_flip/models/update_encoding_body.rb +2 -2
- data/lib/telestream_cloud_flip/models/upload_session.rb +2 -2
- data/lib/telestream_cloud_flip/models/video.rb +5 -5
- data/lib/telestream_cloud_flip/models/video_metadata.rb +2 -2
- data/lib/telestream_cloud_flip/models/video_upload_body.rb +2 -2
- data/lib/telestream_cloud_flip/uploader.rb +12 -0
- data/lib/telestream_cloud_flip/version.rb +3 -3
- data/spec/api/flip_api_spec.rb +2 -2
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/canceled_response_spec.rb +2 -2
- data/spec/models/cloud_notification_settings_events_spec.rb +2 -2
- data/spec/models/cloud_notification_settings_spec.rb +2 -2
- data/spec/models/copy_profile_body_spec.rb +2 -2
- data/spec/models/count_response_spec.rb +2 -2
- data/spec/models/create_encoding_body_spec.rb +2 -2
- data/spec/models/create_video_body_spec.rb +38 -2
- data/spec/models/deleted_response_spec.rb +2 -2
- data/spec/models/encoding_signed_url_spec.rb +2 -2
- data/spec/models/encoding_signed_urls_spec.rb +2 -2
- data/spec/models/encoding_spec.rb +2 -2
- data/spec/models/error_spec.rb +2 -2
- data/spec/models/extra_file_spec.rb +2 -2
- data/spec/models/factory_body_spec.rb +2 -2
- data/spec/models/factory_body_storage_credential_attributes_spec.rb +2 -2
- data/spec/models/factory_spec.rb +2 -2
- data/spec/models/factory_sync_body_spec.rb +2 -2
- data/spec/models/factory_sync_spec.rb +2 -2
- data/spec/models/paginated_encodings_collection_spec.rb +2 -2
- data/spec/models/paginated_factory_collection_spec.rb +2 -2
- data/spec/models/paginated_profiles_collection_spec.rb +2 -2
- data/spec/models/paginated_video_collection_spec.rb +2 -2
- data/spec/models/paginated_workflows_collection_spec.rb +2 -2
- data/spec/models/profile_body_spec.rb +2 -2
- data/spec/models/profile_spec.rb +8 -6
- data/spec/models/resubmit_video_body_spec.rb +2 -2
- data/spec/models/retried_response_spec.rb +2 -2
- data/spec/models/signed_video_url_spec.rb +2 -2
- data/spec/models/update_encoding_body_spec.rb +2 -2
- data/spec/models/upload_session_spec.rb +2 -2
- data/spec/models/video_metadata_spec.rb +2 -2
- data/spec/models/video_spec.rb +2 -2
- data/spec/models/video_upload_body_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/telestream_cloud_flip.gemspec +2 -2
- metadata +28 -28
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -71,6 +71,9 @@ module TelestreamCloud::Flip
|
|
71
71
|
|
72
72
|
attr_accessor :byte_range_requests
|
73
73
|
|
74
|
+
# Clip ends at a specific time.
|
75
|
+
attr_accessor :clip_end
|
76
|
+
|
74
77
|
# A clip’s duration.
|
75
78
|
attr_accessor :clip_length
|
76
79
|
|
@@ -405,6 +408,7 @@ module TelestreamCloud::Flip
|
|
405
408
|
:'buffer_size_in_packets' => :'buffer_size_in_packets',
|
406
409
|
:'bumpers' => :'bumpers',
|
407
410
|
:'byte_range_requests' => :'byte_range_requests',
|
411
|
+
:'clip_end' => :'clip_end',
|
408
412
|
:'clip_length' => :'clip_length',
|
409
413
|
:'clip_offset' => :'clip_offset',
|
410
414
|
:'closed_captions' => :'closed_captions',
|
@@ -539,6 +543,7 @@ module TelestreamCloud::Flip
|
|
539
543
|
:'buffer_size_in_packets' => :'String',
|
540
544
|
:'bumpers' => :'String',
|
541
545
|
:'byte_range_requests' => :'BOOLEAN',
|
546
|
+
:'clip_end' => :'String',
|
542
547
|
:'clip_length' => :'String',
|
543
548
|
:'clip_offset' => :'String',
|
544
549
|
:'closed_captions' => :'String',
|
@@ -738,6 +743,10 @@ module TelestreamCloud::Flip
|
|
738
743
|
self.byte_range_requests = attributes[:'byte_range_requests']
|
739
744
|
end
|
740
745
|
|
746
|
+
if attributes.has_key?(:'clip_end')
|
747
|
+
self.clip_end = attributes[:'clip_end']
|
748
|
+
end
|
749
|
+
|
741
750
|
if attributes.has_key?(:'clip_length')
|
742
751
|
self.clip_length = attributes[:'clip_length']
|
743
752
|
end
|
@@ -1206,8 +1215,6 @@ module TelestreamCloud::Flip
|
|
1206
1215
|
return false unless h264_tune_validator.valid?(@h264_tune)
|
1207
1216
|
playlist_type_validator = EnumAttributeValidator.new('String', ["iframe", "iframe-only"])
|
1208
1217
|
return false unless playlist_type_validator.valid?(@playlist_type)
|
1209
|
-
preset_name_validator = EnumAttributeValidator.new('String', ["aac", "avc.intra", "dash.variant", "dash.variant.audio", "dash.variant.webvtt", "dash.variant.ttml", "dash.variant.playlist", "dash.variant.nvenc", "dash.muxer", "dash.muxer.audio", "dnxhd", "h264", "h264.baseline", "h264.nvenc.telestream.mov", "h264.nvenc", "h265", "h265.4K", "hls.muxer", "hls.muxer.audio", "hls.variant", "hls.variant.audio", "hls.variant.playlist", "hls.variant.nvenc", "hls.variant.webvtt", "hss", "hss.variant", "hss.variant.audio", "hss.variant.playlist", "imx", "jpeg", "m4a", "mp3", "mpeg2", "mpegps", "mpegts.h264", "png", "prores422", "quick_one_thumbnail", "thumbnail", "webm.vp8", "webm.vp9", "xdcam"])
|
1210
|
-
return false unless preset_name_validator.valid?(@preset_name)
|
1211
1218
|
telestream_block_size_validator = EnumAttributeValidator.new('String', ["16x16", "24x24", "32x32"])
|
1212
1219
|
return false unless telestream_block_size_validator.valid?(@telestream_block_size)
|
1213
1220
|
tachyon_motion_amount_validator = EnumAttributeValidator.new('String', ["xlow", "low", "medium", "high", "xhigh", "auto"])
|
@@ -1361,16 +1368,6 @@ module TelestreamCloud::Flip
|
|
1361
1368
|
@playlist_type = playlist_type
|
1362
1369
|
end
|
1363
1370
|
|
1364
|
-
# Custom attribute writer method checking allowed values (enum).
|
1365
|
-
# @param [Object] preset_name Object to be assigned
|
1366
|
-
def preset_name=(preset_name)
|
1367
|
-
validator = EnumAttributeValidator.new('String', ["aac", "avc.intra", "dash.variant", "dash.variant.audio", "dash.variant.webvtt", "dash.variant.ttml", "dash.variant.playlist", "dash.variant.nvenc", "dash.muxer", "dash.muxer.audio", "dnxhd", "h264", "h264.baseline", "h264.nvenc.telestream.mov", "h264.nvenc", "h265", "h265.4K", "hls.muxer", "hls.muxer.audio", "hls.variant", "hls.variant.audio", "hls.variant.playlist", "hls.variant.nvenc", "hls.variant.webvtt", "hss", "hss.variant", "hss.variant.audio", "hss.variant.playlist", "imx", "jpeg", "m4a", "mp3", "mpeg2", "mpegps", "mpegts.h264", "png", "prores422", "quick_one_thumbnail", "thumbnail", "webm.vp8", "webm.vp9", "xdcam"])
|
1368
|
-
unless validator.valid?(preset_name)
|
1369
|
-
fail ArgumentError, "invalid value for 'preset_name', must be one of #{validator.allowable_values}."
|
1370
|
-
end
|
1371
|
-
@preset_name = preset_name
|
1372
|
-
end
|
1373
|
-
|
1374
1371
|
# Custom attribute writer method checking allowed values (enum).
|
1375
1372
|
# @param [Object] telestream_block_size Object to be assigned
|
1376
1373
|
def telestream_block_size=(telestream_block_size)
|
@@ -1546,6 +1543,7 @@ module TelestreamCloud::Flip
|
|
1546
1543
|
buffer_size_in_packets == o.buffer_size_in_packets &&
|
1547
1544
|
bumpers == o.bumpers &&
|
1548
1545
|
byte_range_requests == o.byte_range_requests &&
|
1546
|
+
clip_end == o.clip_end &&
|
1549
1547
|
clip_length == o.clip_length &&
|
1550
1548
|
clip_offset == o.clip_offset &&
|
1551
1549
|
closed_captions == o.closed_captions &&
|
@@ -1665,7 +1663,7 @@ module TelestreamCloud::Flip
|
|
1665
1663
|
# Calculates hash code according to all attributes.
|
1666
1664
|
# @return [Fixnum] Hash code
|
1667
1665
|
def hash
|
1668
|
-
[advanced_fps_conversion, aspect_mode, aspect_ratio, audio_bitrate, audio_channels, audio_channels_layout, audio_channels_per_track, audio_codec, audio_format, audio_map, audio_pid, audio_profile, audio_sample_rate, audio_stream_id, audio_streams, avcintra_class, buffer_size, buffer_size_in_packets, bumpers, byte_range_requests, clip_length, clip_offset, closed_captions, color_metadata, created_at, crop_input_bottom, crop_input_height, crop_input_left, crop_input_right, crop_input_top, crop_input_width, dash_profile, deinterlace, deinterlace_frames, description, dnxhd_type, encryption, extname, fps, frame_count, frame_interval, frame_offsets, h264_level, h264_profile, h264_tune, height, id, imx_type, inputs, interlace, keyframe_interval, keyframe_rate, lang, max_rate, merge_audio_streams, mute_audio_tracks, name, outputs, outputs_path_format, playlist_type, pmt_pid, preset_name, prores_format, segment_time, stack, telestream_block_size, telestream_blur_scaler, telestream_cost_scaler, telestream_search_length_scaler, telestream_subpel_mode, time_code, title, trailers, transport_rate, ts_pids, updated_at, upscale, use_editlist, variants, video_bitrate, video_pid, watermark_bottom, watermark_bumpers, watermark_height, watermark_left, watermark_right, watermark_top, watermark_trailers, watermark_url, watermark_width, width, x264_options, x265_options, xdcam_format, tachyon_allow_remove_pulldown, tachyon_enable_post_pulldown_filter, tachyon_media_hint_is_cartoon, tachyon_media_hint_has_chroma_noise, tachyon_more_sensitive_remove_pulldown, tachyon_allow_add_standard_pd, tachyon_allow_add_2_2pd, tachyon_allow_add_4_4pd, tachyon_allow_add_4_6pd, tachyon_allow_add_euro_pd, tachyon_allow_add_adaptive_pd, tachyon_motion_amount, tachyon_fallback_size, tachyon_mblock_size, tachyon_cut_detection_sensitivity, eac3_evolution_enable, eac3_bitstream_mode, eac3_ninety_degree_phase_shift, eac3_three_decibel_attenuation, eac3_enable_lfe_low_pass_filter, eac3_analog_to_digital_converter_type, eac3_stereo_downmix_preference, eac3_lt_rt_center_mix_level, eac3_lt_rt_surround_mix_level, eac3_lo_ro_center_mix_level, eac3_lo_ro_surround_mix_level, eac3_surround_ex_mode, eac3_drc_line_mode_profile, eac3_drc_rf_mode_profile, eac3_dialog_normalization, eac3_room_type, eac3_mixing_level, eac3_copyright_protected, eac3_original_bitstream].hash
|
1666
|
+
[advanced_fps_conversion, aspect_mode, aspect_ratio, audio_bitrate, audio_channels, audio_channels_layout, audio_channels_per_track, audio_codec, audio_format, audio_map, audio_pid, audio_profile, audio_sample_rate, audio_stream_id, audio_streams, avcintra_class, buffer_size, buffer_size_in_packets, bumpers, byte_range_requests, clip_end, clip_length, clip_offset, closed_captions, color_metadata, created_at, crop_input_bottom, crop_input_height, crop_input_left, crop_input_right, crop_input_top, crop_input_width, dash_profile, deinterlace, deinterlace_frames, description, dnxhd_type, encryption, extname, fps, frame_count, frame_interval, frame_offsets, h264_level, h264_profile, h264_tune, height, id, imx_type, inputs, interlace, keyframe_interval, keyframe_rate, lang, max_rate, merge_audio_streams, mute_audio_tracks, name, outputs, outputs_path_format, playlist_type, pmt_pid, preset_name, prores_format, segment_time, stack, telestream_block_size, telestream_blur_scaler, telestream_cost_scaler, telestream_search_length_scaler, telestream_subpel_mode, time_code, title, trailers, transport_rate, ts_pids, updated_at, upscale, use_editlist, variants, video_bitrate, video_pid, watermark_bottom, watermark_bumpers, watermark_height, watermark_left, watermark_right, watermark_top, watermark_trailers, watermark_url, watermark_width, width, x264_options, x265_options, xdcam_format, tachyon_allow_remove_pulldown, tachyon_enable_post_pulldown_filter, tachyon_media_hint_is_cartoon, tachyon_media_hint_has_chroma_noise, tachyon_more_sensitive_remove_pulldown, tachyon_allow_add_standard_pd, tachyon_allow_add_2_2pd, tachyon_allow_add_4_4pd, tachyon_allow_add_4_6pd, tachyon_allow_add_euro_pd, tachyon_allow_add_adaptive_pd, tachyon_motion_amount, tachyon_fallback_size, tachyon_mblock_size, tachyon_cut_detection_sensitivity, eac3_evolution_enable, eac3_bitstream_mode, eac3_ninety_degree_phase_shift, eac3_three_decibel_attenuation, eac3_enable_lfe_low_pass_filter, eac3_analog_to_digital_converter_type, eac3_stereo_downmix_preference, eac3_lt_rt_center_mix_level, eac3_lt_rt_surround_mix_level, eac3_lo_ro_center_mix_level, eac3_lo_ro_surround_mix_level, eac3_surround_ex_mode, eac3_drc_line_mode_profile, eac3_drc_rf_mode_profile, eac3_dialog_normalization, eac3_room_type, eac3_mixing_level, eac3_copyright_protected, eac3_original_bitstream].hash
|
1669
1667
|
end
|
1670
1668
|
|
1671
1669
|
# Builds the object from hash
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -132,9 +132,9 @@ module TelestreamCloud::Flip
|
|
132
132
|
:'error_message' => :'String',
|
133
133
|
:'extname' => :'String',
|
134
134
|
:'file_size' => :'Integer',
|
135
|
-
:'fps' => :'
|
136
|
-
:'height' => :'
|
137
|
-
:'width' => :'
|
135
|
+
:'fps' => :'Float',
|
136
|
+
:'height' => :'Integer',
|
137
|
+
:'width' => :'Integer',
|
138
138
|
:'mime_type' => :'String',
|
139
139
|
:'original_filename' => :'String',
|
140
140
|
:'path' => :'String',
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -238,6 +238,18 @@ module TelestreamCloud::Flip
|
|
238
238
|
end
|
239
239
|
|
240
240
|
@client.upload_video(@factory_id, @params)
|
241
|
+
when "TelestreamCloud::Qc::QcApi"
|
242
|
+
@project_id ||= @params.delete(:project_id) do |key|
|
243
|
+
raise KeyError, "key not found: #{key}"
|
244
|
+
end
|
245
|
+
|
246
|
+
@client.upload_video(@project_id, @params)
|
247
|
+
when "TelestreamCloud::Tts::TtsApi"
|
248
|
+
@project_id ||= @params.delete(:project_id) do |key|
|
249
|
+
raise KeyError, "key not found: #{key}"
|
250
|
+
end
|
251
|
+
|
252
|
+
@client.upload_video(@project_id, @params)
|
241
253
|
end
|
242
254
|
end
|
243
255
|
end
|
@@ -6,13 +6,13 @@ end
|
|
6
6
|
|
7
7
|
#Description
|
8
8
|
|
9
|
-
OpenAPI spec version:
|
9
|
+
OpenAPI spec version: 2.0.1
|
10
10
|
Contact: cloudsupport@telestream.net
|
11
11
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
12
|
-
Swagger Codegen version: 2.3.
|
12
|
+
Swagger Codegen version: 2.3.1
|
13
13
|
|
14
14
|
=end
|
15
15
|
|
16
16
|
module TelestreamCloud::Flip
|
17
|
-
VERSION = "2.0.
|
17
|
+
VERSION = "2.0.1"
|
18
18
|
end
|
data/spec/api/flip_api_spec.rb
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#Description
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
6
|
+
OpenAPI spec version: 2.0.1
|
7
7
|
Contact: cloudsupport@telestream.net
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.3.
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|