azure_mgmt_media_services 0.19.1 → 0.20.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 +5 -5
- data/lib/2015-10-01/generated/azure_mgmt_media_services/media_services_management_client.rb +1 -1
- data/lib/2018-03-30-preview/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
- data/lib/2018-06-01-preview/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_media_services.rb +41 -38
- data/lib/2018-07-01/generated/azure_mgmt_media_services/assets.rb +4 -4
- data/lib/2018-07-01/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_media_services/content_key_policies.rb +4 -4
- data/lib/2018-07-01/generated/azure_mgmt_media_services/jobs.rb +4 -4
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/absolute_clip_time.rb +65 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/audio_analyzer_preset.rb +31 -16
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/built_in_standard_encoder_preset.rb +2 -2
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/clip_time.rb +47 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_configuration.rb +14 -1
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_offline_rental_configuration.rb +59 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_rental_and_lease_key_type.rb +1 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/encoder_named_preset.rb +1 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/face_detector_preset.rb +20 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/filter_track_property_condition.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job.rb +26 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input_asset.rb +22 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input_clip.rb +31 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job_input_http.rb +22 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job_output.rb +26 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/job_output_asset.rb +18 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/live_event.rb +2 -4
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/live_event_encoding.rb +2 -3
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/live_event_encoding_type.rb +1 -0
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/live_event_input.rb +1 -2
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/live_output.rb +1 -2
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/presentation_time_range.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/streaming_endpoint.rb +1 -2
- data/lib/2018-07-01/generated/azure_mgmt_media_services/models/video_analyzer_preset.rb +26 -5
- data/lib/2018-07-01/generated/azure_mgmt_media_services/transforms.rb +4 -4
- data/lib/2019-05-01-preview/generated/azure_mgmt_media_services/azure_media_services.rb +1 -1
- data/lib/azure_mgmt_media_services.rb +10 -10
- data/lib/profiles/latest/modules/mediaservices_profile_module.rb +883 -871
- data/lib/version.rb +1 -1
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c5db65a583dcab93ed91b87645a6e71490d3fc070993cb46623e2f92971fe19b
|
4
|
+
data.tar.gz: 8a94c44539cc497699d709cb9f4d77680e5f76b597b652dd3ca6b21d645db43d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1370e39f6d8aa0bd210b289f49b22b2fd27b3700c4f03bced9ee73248dd8c137ec3908fd0a1a701713820b953d33f6d9f72f9df76324b44824dea683200bcdd3
|
7
|
+
data.tar.gz: 1102bc4dc41898a635a9a3cc4adc5d2a8d04c925de872b82e2db90ad39347666a1e3f9a2db3064c773d09bc65959b5ef339401f0385a07bdb3414eb2c0442c3a
|
@@ -130,7 +130,7 @@ module Azure::MediaServices::Mgmt::V2015_10_01
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_media_services'
|
133
|
-
sdk_information = "#{sdk_information}/0.
|
133
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -170,7 +170,7 @@ module Azure::MediaServices::Mgmt::V2018_03_30_preview
|
|
170
170
|
#
|
171
171
|
def add_telemetry
|
172
172
|
sdk_information = 'azure_mgmt_media_services'
|
173
|
-
sdk_information = "#{sdk_information}/0.
|
173
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
174
174
|
add_user_agent_information(sdk_information)
|
175
175
|
end
|
176
176
|
end
|
@@ -170,7 +170,7 @@ module Azure::MediaServices::Mgmt::V2018_06_01_preview
|
|
170
170
|
#
|
171
171
|
def add_telemetry
|
172
172
|
sdk_information = 'azure_mgmt_media_services'
|
173
|
-
sdk_information = "#{sdk_information}/0.
|
173
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
174
174
|
add_user_agent_information(sdk_information)
|
175
175
|
end
|
176
176
|
end
|
@@ -42,7 +42,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
42
42
|
autoload :ContentKeyPolicyProperties, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_properties.rb'
|
43
43
|
autoload :FirstQuality, '2018-07-01/generated/azure_mgmt_media_services/models/first_quality.rb'
|
44
44
|
autoload :FilterTrackSelection, '2018-07-01/generated/azure_mgmt_media_services/models/filter_track_selection.rb'
|
45
|
-
autoload :
|
45
|
+
autoload :StreamingPolicyPlayReadyConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_play_ready_configuration.rb'
|
46
46
|
autoload :ODataError, '2018-07-01/generated/azure_mgmt_media_services/models/odata_error.rb'
|
47
47
|
autoload :ContentKeyPolicyCollection, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_collection.rb'
|
48
48
|
autoload :AccountFilterCollection, '2018-07-01/generated/azure_mgmt_media_services/models/account_filter_collection.rb'
|
@@ -50,90 +50,92 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
50
50
|
autoload :Resource, '2018-07-01/generated/azure_mgmt_media_services/models/resource.rb'
|
51
51
|
autoload :PresentationTimeRange, '2018-07-01/generated/azure_mgmt_media_services/models/presentation_time_range.rb'
|
52
52
|
autoload :Provider, '2018-07-01/generated/azure_mgmt_media_services/models/provider.rb'
|
53
|
-
autoload :StreamingPath, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_path.rb'
|
54
|
-
autoload :MetricDimension, '2018-07-01/generated/azure_mgmt_media_services/models/metric_dimension.rb'
|
55
53
|
autoload :StreamingLocatorContentKey, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_locator_content_key.rb'
|
54
|
+
autoload :MetricDimension, '2018-07-01/generated/azure_mgmt_media_services/models/metric_dimension.rb'
|
55
|
+
autoload :StreamingPath, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_path.rb'
|
56
56
|
autoload :ServiceSpecification, '2018-07-01/generated/azure_mgmt_media_services/models/service_specification.rb'
|
57
|
-
autoload :ListContentKeysResponse, '2018-07-01/generated/azure_mgmt_media_services/models/list_content_keys_response.rb'
|
58
|
-
autoload :Operation, '2018-07-01/generated/azure_mgmt_media_services/models/operation.rb'
|
59
57
|
autoload :CommonEncryptionCbcs, '2018-07-01/generated/azure_mgmt_media_services/models/common_encryption_cbcs.rb'
|
58
|
+
autoload :Operation, '2018-07-01/generated/azure_mgmt_media_services/models/operation.rb'
|
59
|
+
autoload :CommonEncryptionCenc, '2018-07-01/generated/azure_mgmt_media_services/models/common_encryption_cenc.rb'
|
60
60
|
autoload :EntityNameAvailabilityCheckOutput, '2018-07-01/generated/azure_mgmt_media_services/models/entity_name_availability_check_output.rb'
|
61
61
|
autoload :Overlay, '2018-07-01/generated/azure_mgmt_media_services/models/overlay.rb'
|
62
62
|
autoload :SyncStorageKeysInput, '2018-07-01/generated/azure_mgmt_media_services/models/sync_storage_keys_input.rb'
|
63
|
-
autoload :
|
63
|
+
autoload :EnvelopeEncryption, '2018-07-01/generated/azure_mgmt_media_services/models/envelope_encryption.rb'
|
64
64
|
autoload :ApiError, '2018-07-01/generated/azure_mgmt_media_services/models/api_error.rb'
|
65
65
|
autoload :OperationCollection, '2018-07-01/generated/azure_mgmt_media_services/models/operation_collection.rb'
|
66
66
|
autoload :LiveEventEndpoint, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_endpoint.rb'
|
67
67
|
autoload :CheckNameAvailabilityInput, '2018-07-01/generated/azure_mgmt_media_services/models/check_name_availability_input.rb'
|
68
|
-
autoload :
|
68
|
+
autoload :ClipTime, '2018-07-01/generated/azure_mgmt_media_services/models/clip_time.rb'
|
69
69
|
autoload :AssetContainerSas, '2018-07-01/generated/azure_mgmt_media_services/models/asset_container_sas.rb'
|
70
70
|
autoload :OperationDisplay, '2018-07-01/generated/azure_mgmt_media_services/models/operation_display.rb'
|
71
71
|
autoload :StorageEncryptedAssetDecryptionData, '2018-07-01/generated/azure_mgmt_media_services/models/storage_encrypted_asset_decryption_data.rb'
|
72
72
|
autoload :Metric, '2018-07-01/generated/azure_mgmt_media_services/models/metric.rb'
|
73
73
|
autoload :ListStreamingLocatorsResponse, '2018-07-01/generated/azure_mgmt_media_services/models/list_streaming_locators_response.rb'
|
74
74
|
autoload :MetricProperties, '2018-07-01/generated/azure_mgmt_media_services/models/metric_properties.rb'
|
75
|
-
autoload :
|
75
|
+
autoload :StreamingPolicyContentKey, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_content_key.rb'
|
76
76
|
autoload :Location, '2018-07-01/generated/azure_mgmt_media_services/models/location.rb'
|
77
77
|
autoload :ListContainerSasInput, '2018-07-01/generated/azure_mgmt_media_services/models/list_container_sas_input.rb'
|
78
78
|
autoload :StorageAccount, '2018-07-01/generated/azure_mgmt_media_services/models/storage_account.rb'
|
79
79
|
autoload :ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_explicit_analog_television_restriction.rb'
|
80
|
-
autoload :
|
81
|
-
autoload :
|
80
|
+
autoload :JobInput, '2018-07-01/generated/azure_mgmt_media_services/models/job_input.rb'
|
81
|
+
autoload :DefaultKey, '2018-07-01/generated/azure_mgmt_media_services/models/default_key.rb'
|
82
82
|
autoload :LiveOutputListResult, '2018-07-01/generated/azure_mgmt_media_services/models/live_output_list_result.rb'
|
83
83
|
autoload :ContentKeyPolicyPlayReadyPlayRight, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_play_right.rb'
|
84
|
-
autoload :EnvelopeEncryption, '2018-07-01/generated/azure_mgmt_media_services/models/envelope_encryption.rb'
|
85
|
-
autoload :ContentKeyPolicyPlayReadyLicense, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_license.rb'
|
86
84
|
autoload :NoEncryption, '2018-07-01/generated/azure_mgmt_media_services/models/no_encryption.rb'
|
87
|
-
autoload :
|
85
|
+
autoload :ContentKeyPolicyPlayReadyLicense, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_license.rb'
|
88
86
|
autoload :EnabledProtocols, '2018-07-01/generated/azure_mgmt_media_services/models/enabled_protocols.rb'
|
87
|
+
autoload :TrackPropertyCondition, '2018-07-01/generated/azure_mgmt_media_services/models/track_property_condition.rb'
|
88
|
+
autoload :CencDrmConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/cenc_drm_configuration.rb'
|
89
89
|
autoload :ContentKeyPolicyConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_configuration.rb'
|
90
90
|
autoload :Format, '2018-07-01/generated/azure_mgmt_media_services/models/format.rb'
|
91
|
-
autoload :
|
92
|
-
autoload :CencDrmConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/cenc_drm_configuration.rb'
|
93
|
-
autoload :ListPathsResponse, '2018-07-01/generated/azure_mgmt_media_services/models/list_paths_response.rb'
|
91
|
+
autoload :TransformCollection, '2018-07-01/generated/azure_mgmt_media_services/models/transform_collection.rb'
|
94
92
|
autoload :CbcsDrmConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/cbcs_drm_configuration.rb'
|
95
|
-
autoload :
|
93
|
+
autoload :ListPathsResponse, '2018-07-01/generated/azure_mgmt_media_services/models/list_paths_response.rb'
|
96
94
|
autoload :StreamingPolicyFairPlayConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_fair_play_configuration.rb'
|
97
|
-
autoload :
|
98
|
-
autoload :
|
95
|
+
autoload :JobError, '2018-07-01/generated/azure_mgmt_media_services/models/job_error.rb'
|
96
|
+
autoload :StreamingPolicyWidevineConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_widevine_configuration.rb'
|
97
|
+
autoload :StreamingPolicyCollection, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_collection.rb'
|
98
|
+
autoload :ContentKeyPolicyFairPlayOfflineRentalConfiguration, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_fair_play_offline_rental_configuration.rb'
|
99
99
|
autoload :Deinterlace, '2018-07-01/generated/azure_mgmt_media_services/models/deinterlace.rb'
|
100
|
-
autoload :
|
101
|
-
autoload :MediaServiceCollection, '2018-07-01/generated/azure_mgmt_media_services/models/media_service_collection.rb'
|
100
|
+
autoload :FilterTrackPropertyCondition, '2018-07-01/generated/azure_mgmt_media_services/models/filter_track_property_condition.rb'
|
102
101
|
autoload :Rectangle, '2018-07-01/generated/azure_mgmt_media_services/models/rectangle.rb'
|
103
|
-
autoload :
|
102
|
+
autoload :MediaServiceCollection, '2018-07-01/generated/azure_mgmt_media_services/models/media_service_collection.rb'
|
104
103
|
autoload :Filters, '2018-07-01/generated/azure_mgmt_media_services/models/filters.rb'
|
105
|
-
autoload :
|
104
|
+
autoload :AssetFileEncryptionMetadata, '2018-07-01/generated/azure_mgmt_media_services/models/asset_file_encryption_metadata.rb'
|
106
105
|
autoload :Layer, '2018-07-01/generated/azure_mgmt_media_services/models/layer.rb'
|
107
|
-
autoload :
|
106
|
+
autoload :StreamingPolicyContentKeys, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_policy_content_keys.rb'
|
108
107
|
autoload :StreamingEndpointListResult, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_endpoint_list_result.rb'
|
109
|
-
autoload :
|
108
|
+
autoload :AssetFilterCollection, '2018-07-01/generated/azure_mgmt_media_services/models/asset_filter_collection.rb'
|
110
109
|
autoload :StreamingEntityScaleUnit, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_entity_scale_unit.rb'
|
111
|
-
autoload :
|
110
|
+
autoload :TrackSelection, '2018-07-01/generated/azure_mgmt_media_services/models/track_selection.rb'
|
112
111
|
autoload :StreamingEndpointAccessControl, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_endpoint_access_control.rb'
|
113
|
-
autoload :
|
112
|
+
autoload :ContentKeyPolicyRestriction, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_restriction.rb'
|
114
113
|
autoload :AkamaiAccessControl, '2018-07-01/generated/azure_mgmt_media_services/models/akamai_access_control.rb'
|
115
|
-
autoload :
|
114
|
+
autoload :ContentKeyPolicyRestrictionTokenKey, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_restriction_token_key.rb'
|
116
115
|
autoload :AkamaiSignatureHeaderAuthenticationKey, '2018-07-01/generated/azure_mgmt_media_services/models/akamai_signature_header_authentication_key.rb'
|
117
|
-
autoload :
|
116
|
+
autoload :JobOutput, '2018-07-01/generated/azure_mgmt_media_services/models/job_output.rb'
|
118
117
|
autoload :OutputFile, '2018-07-01/generated/azure_mgmt_media_services/models/output_file.rb'
|
119
|
-
autoload :
|
118
|
+
autoload :StreamingLocatorCollection, '2018-07-01/generated/azure_mgmt_media_services/models/streaming_locator_collection.rb'
|
120
119
|
autoload :LiveEventListResult, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_list_result.rb'
|
121
|
-
autoload :
|
120
|
+
autoload :IPRange, '2018-07-01/generated/azure_mgmt_media_services/models/iprange.rb'
|
121
|
+
autoload :SubscriptionMediaServiceCollection, '2018-07-01/generated/azure_mgmt_media_services/models/subscription_media_service_collection.rb'
|
122
122
|
autoload :LiveEventActionInput, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_action_input.rb'
|
123
|
-
autoload :
|
123
|
+
autoload :AssetCollection, '2018-07-01/generated/azure_mgmt_media_services/models/asset_collection.rb'
|
124
124
|
autoload :CrossSiteAccessPolicies, '2018-07-01/generated/azure_mgmt_media_services/models/cross_site_access_policies.rb'
|
125
|
-
autoload :
|
125
|
+
autoload :ContentKeyPolicyTokenClaim, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_token_claim.rb'
|
126
126
|
autoload :LiveEventEncoding, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_encoding.rb'
|
127
|
-
autoload :
|
127
|
+
autoload :ListContentKeysResponse, '2018-07-01/generated/azure_mgmt_media_services/models/list_content_keys_response.rb'
|
128
128
|
autoload :LiveEventPreview, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_preview.rb'
|
129
|
-
autoload :
|
129
|
+
autoload :Hls, '2018-07-01/generated/azure_mgmt_media_services/models/hls.rb'
|
130
130
|
autoload :LiveEventPreviewAccessControl, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_preview_access_control.rb'
|
131
|
-
autoload :
|
131
|
+
autoload :ContentKeyPolicyPlayReadyContentKeyLocation, '2018-07-01/generated/azure_mgmt_media_services/models/content_key_policy_play_ready_content_key_location.rb'
|
132
132
|
autoload :LiveEventInput, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_input.rb'
|
133
|
-
autoload :
|
133
|
+
autoload :JobErrorDetail, '2018-07-01/generated/azure_mgmt_media_services/models/job_error_detail.rb'
|
134
134
|
autoload :LiveEventInputAccessControl, '2018-07-01/generated/azure_mgmt_media_services/models/live_event_input_access_control.rb'
|
135
|
-
autoload :
|
135
|
+
autoload :JobCollection, '2018-07-01/generated/azure_mgmt_media_services/models/job_collection.rb'
|
136
136
|
autoload :IPAccessControl, '2018-07-01/generated/azure_mgmt_media_services/models/ipaccess_control.rb'
|
137
|
+
autoload :AssetStreamingLocator, '2018-07-01/generated/azure_mgmt_media_services/models/asset_streaming_locator.rb'
|
138
|
+
autoload :TransformOutput, '2018-07-01/generated/azure_mgmt_media_services/models/transform_output.rb'
|
137
139
|
autoload :AccountFilter, '2018-07-01/generated/azure_mgmt_media_services/models/account_filter.rb'
|
138
140
|
autoload :TrackedResource, '2018-07-01/generated/azure_mgmt_media_services/models/tracked_resource.rb'
|
139
141
|
autoload :ProxyResource, '2018-07-01/generated/azure_mgmt_media_services/models/proxy_resource.rb'
|
@@ -183,6 +185,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
183
185
|
autoload :VideoOverlay, '2018-07-01/generated/azure_mgmt_media_services/models/video_overlay.rb'
|
184
186
|
autoload :Transform, '2018-07-01/generated/azure_mgmt_media_services/models/transform.rb'
|
185
187
|
autoload :JobInputClip, '2018-07-01/generated/azure_mgmt_media_services/models/job_input_clip.rb'
|
188
|
+
autoload :AbsoluteClipTime, '2018-07-01/generated/azure_mgmt_media_services/models/absolute_clip_time.rb'
|
186
189
|
autoload :JobInputs, '2018-07-01/generated/azure_mgmt_media_services/models/job_inputs.rb'
|
187
190
|
autoload :JobInputAsset, '2018-07-01/generated/azure_mgmt_media_services/models/job_input_asset.rb'
|
188
191
|
autoload :JobInputHttp, '2018-07-01/generated/azure_mgmt_media_services/models/job_input_http.rb'
|
@@ -34,7 +34,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
34
34
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
35
35
|
# number of items returned from a collection. The service returns the number of
|
36
36
|
# available items up to but not greater than the specified value n.
|
37
|
-
# @param orderby [String] Specifies the
|
37
|
+
# @param orderby [String] Specifies the key by which the result collection
|
38
38
|
# should be ordered.
|
39
39
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
40
40
|
# will be added to the HTTP request.
|
@@ -59,7 +59,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
59
59
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
60
60
|
# number of items returned from a collection. The service returns the number of
|
61
61
|
# available items up to but not greater than the specified value n.
|
62
|
-
# @param orderby [String] Specifies the
|
62
|
+
# @param orderby [String] Specifies the key by which the result collection
|
63
63
|
# should be ordered.
|
64
64
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
65
65
|
# will be added to the HTTP request.
|
@@ -83,7 +83,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
83
83
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
84
84
|
# number of items returned from a collection. The service returns the number of
|
85
85
|
# available items up to but not greater than the specified value n.
|
86
|
-
# @param orderby [String] Specifies the
|
86
|
+
# @param orderby [String] Specifies the key by which the result collection
|
87
87
|
# should be ordered.
|
88
88
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
89
89
|
# to the HTTP request.
|
@@ -1047,7 +1047,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
1047
1047
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
1048
1048
|
# number of items returned from a collection. The service returns the number of
|
1049
1049
|
# available items up to but not greater than the specified value n.
|
1050
|
-
# @param orderby [String] Specifies the
|
1050
|
+
# @param orderby [String] Specifies the key by which the result collection
|
1051
1051
|
# should be ordered.
|
1052
1052
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
1053
1053
|
# will be added to the HTTP request.
|
@@ -178,7 +178,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
178
178
|
#
|
179
179
|
def add_telemetry
|
180
180
|
sdk_information = 'azure_mgmt_media_services'
|
181
|
-
sdk_information = "#{sdk_information}/0.
|
181
|
+
sdk_information = "#{sdk_information}/0.20.0"
|
182
182
|
add_user_agent_information(sdk_information)
|
183
183
|
end
|
184
184
|
end
|
@@ -33,7 +33,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
33
33
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
34
34
|
# number of items returned from a collection. The service returns the number of
|
35
35
|
# available items up to but not greater than the specified value n.
|
36
|
-
# @param orderby [String] Specifies the
|
36
|
+
# @param orderby [String] Specifies the key by which the result collection
|
37
37
|
# should be ordered.
|
38
38
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
39
39
|
# will be added to the HTTP request.
|
@@ -57,7 +57,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
57
57
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
58
58
|
# number of items returned from a collection. The service returns the number of
|
59
59
|
# available items up to but not greater than the specified value n.
|
60
|
-
# @param orderby [String] Specifies the
|
60
|
+
# @param orderby [String] Specifies the key by which the result collection
|
61
61
|
# should be ordered.
|
62
62
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
63
63
|
# will be added to the HTTP request.
|
@@ -80,7 +80,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
80
80
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
81
81
|
# number of items returned from a collection. The service returns the number of
|
82
82
|
# available items up to but not greater than the specified value n.
|
83
|
-
# @param orderby [String] Specifies the
|
83
|
+
# @param orderby [String] Specifies the key by which the result collection
|
84
84
|
# should be ordered.
|
85
85
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
86
86
|
# to the HTTP request.
|
@@ -806,7 +806,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
806
806
|
# @param top [Integer] Specifies a non-negative integer n that limits the
|
807
807
|
# number of items returned from a collection. The service returns the number of
|
808
808
|
# available items up to but not greater than the specified value n.
|
809
|
-
# @param orderby [String] Specifies the
|
809
|
+
# @param orderby [String] Specifies the key by which the result collection
|
810
810
|
# should be ordered.
|
811
811
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
812
812
|
# will be added to the HTTP request.
|
@@ -31,7 +31,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
31
31
|
# @param account_name [String] The Media Services account name.
|
32
32
|
# @param transform_name [String] The Transform name.
|
33
33
|
# @param filter [String] Restricts the set of items returned.
|
34
|
-
# @param orderby [String] Specifies the
|
34
|
+
# @param orderby [String] Specifies the key by which the result collection
|
35
35
|
# should be ordered.
|
36
36
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
37
37
|
# will be added to the HTTP request.
|
@@ -53,7 +53,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
53
53
|
# @param account_name [String] The Media Services account name.
|
54
54
|
# @param transform_name [String] The Transform name.
|
55
55
|
# @param filter [String] Restricts the set of items returned.
|
56
|
-
# @param orderby [String] Specifies the
|
56
|
+
# @param orderby [String] Specifies the key by which the result collection
|
57
57
|
# should be ordered.
|
58
58
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
59
59
|
# will be added to the HTTP request.
|
@@ -74,7 +74,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
74
74
|
# @param account_name [String] The Media Services account name.
|
75
75
|
# @param transform_name [String] The Transform name.
|
76
76
|
# @param filter [String] Restricts the set of items returned.
|
77
|
-
# @param orderby [String] Specifies the
|
77
|
+
# @param orderby [String] Specifies the key by which the result collection
|
78
78
|
# should be ordered.
|
79
79
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
80
80
|
# to the HTTP request.
|
@@ -804,7 +804,7 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
804
804
|
# @param account_name [String] The Media Services account name.
|
805
805
|
# @param transform_name [String] The Transform name.
|
806
806
|
# @param filter [String] Restricts the set of items returned.
|
807
|
-
# @param orderby [String] Specifies the
|
807
|
+
# @param orderby [String] Specifies the key by which the result collection
|
808
808
|
# should be ordered.
|
809
809
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
810
810
|
# will be added to the HTTP request.
|
@@ -0,0 +1,65 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::MediaServices::Mgmt::V2018_07_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Specifies the clip time as an absolute time position in the media file.
|
10
|
+
# The absolute time can point to a different position depending on whether
|
11
|
+
# the media file starts from a timestamp of zero or not.
|
12
|
+
#
|
13
|
+
class AbsoluteClipTime < ClipTime
|
14
|
+
|
15
|
+
include MsRestAzure
|
16
|
+
|
17
|
+
|
18
|
+
def initialize
|
19
|
+
@odatatype = "#Microsoft.Media.AbsoluteClipTime"
|
20
|
+
end
|
21
|
+
|
22
|
+
attr_accessor :odatatype
|
23
|
+
|
24
|
+
# @return [Duration] The time position on the timeline of the input
|
25
|
+
# media. It is usually specified as an ISO8601 period. e.g PT30S for 30
|
26
|
+
# seconds.
|
27
|
+
attr_accessor :time
|
28
|
+
|
29
|
+
|
30
|
+
#
|
31
|
+
# Mapper for AbsoluteClipTime class as Ruby Hash.
|
32
|
+
# This will be used for serialization/deserialization.
|
33
|
+
#
|
34
|
+
def self.mapper()
|
35
|
+
{
|
36
|
+
client_side_validation: true,
|
37
|
+
required: false,
|
38
|
+
serialized_name: '#Microsoft.Media.AbsoluteClipTime',
|
39
|
+
type: {
|
40
|
+
name: 'Composite',
|
41
|
+
class_name: 'AbsoluteClipTime',
|
42
|
+
model_properties: {
|
43
|
+
odatatype: {
|
44
|
+
client_side_validation: true,
|
45
|
+
required: true,
|
46
|
+
serialized_name: '@odata\\.type',
|
47
|
+
type: {
|
48
|
+
name: 'String'
|
49
|
+
}
|
50
|
+
},
|
51
|
+
time: {
|
52
|
+
client_side_validation: true,
|
53
|
+
required: true,
|
54
|
+
serialized_name: 'time',
|
55
|
+
type: {
|
56
|
+
name: 'TimeSpan'
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
}
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
@@ -22,24 +22,23 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
22
22
|
attr_accessor :odatatype
|
23
23
|
|
24
24
|
# @return [String] The language for the audio payload in the input using
|
25
|
-
# the BCP-47 format of 'language tag-region' (e.g: 'en-US').
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
30
|
-
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
#
|
35
|
-
#
|
36
|
-
# does not currently support dynamically switching between languages
|
37
|
-
# after the first language is detected. The automatic detection works
|
38
|
-
# best with audio recordings with clearly discernable speech. If
|
39
|
-
# automatic detection fails to find the language, transcription would
|
40
|
-
# fallback to 'en-US'."
|
25
|
+
# the BCP-47 format of 'language tag-region' (e.g: 'en-US'). If you know
|
26
|
+
# the language of your content, it is recommended that you specify it. If
|
27
|
+
# the language isn't specified or set to null, automatic language
|
28
|
+
# detection will choose the first language detected and process with the
|
29
|
+
# selected language for the duration of the file. It does not currently
|
30
|
+
# support dynamically switching between languages after the first
|
31
|
+
# language is detected. The automatic detection works best with audio
|
32
|
+
# recordings with clearly discernable speech. If automatic detection
|
33
|
+
# fails to find the language, transcription would fallback to 'en-US'."
|
34
|
+
# The list of supported languages is available here:
|
35
|
+
# https://go.microsoft.com/fwlink/?linkid=2109463
|
41
36
|
attr_accessor :audio_language
|
42
37
|
|
38
|
+
# @return [Hash{String => String}] Dictionary containing key value pairs
|
39
|
+
# for parameters not exposed in the preset itself
|
40
|
+
attr_accessor :experimental_options
|
41
|
+
|
43
42
|
|
44
43
|
#
|
45
44
|
# Mapper for AudioAnalyzerPreset class as Ruby Hash.
|
@@ -69,6 +68,22 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
69
68
|
type: {
|
70
69
|
name: 'String'
|
71
70
|
}
|
71
|
+
},
|
72
|
+
experimental_options: {
|
73
|
+
client_side_validation: true,
|
74
|
+
required: false,
|
75
|
+
serialized_name: 'experimentalOptions',
|
76
|
+
type: {
|
77
|
+
name: 'Dictionary',
|
78
|
+
value: {
|
79
|
+
client_side_validation: true,
|
80
|
+
required: false,
|
81
|
+
serialized_name: 'StringElementType',
|
82
|
+
type: {
|
83
|
+
name: 'String'
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
72
87
|
}
|
73
88
|
}
|
74
89
|
}
|
data/lib/2018-07-01/generated/azure_mgmt_media_services/models/built_in_standard_encoder_preset.rb
CHANGED
@@ -24,8 +24,8 @@ module Azure::MediaServices::Mgmt::V2018_07_01
|
|
24
24
|
# encoding videos. Possible values include: 'H264SingleBitrateSD',
|
25
25
|
# 'H264SingleBitrate720p', 'H264SingleBitrate1080p', 'AdaptiveStreaming',
|
26
26
|
# 'AACGoodQualityAudio', 'ContentAwareEncodingExperimental',
|
27
|
-
# '
|
28
|
-
# 'H264MultipleBitrateSD'
|
27
|
+
# 'ContentAwareEncoding', 'H264MultipleBitrate1080p',
|
28
|
+
# 'H264MultipleBitrate720p', 'H264MultipleBitrateSD'
|
29
29
|
attr_accessor :preset_name
|
30
30
|
|
31
31
|
|