UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 90.4 kB
{"openapi":"3.0.0","info":{"description":"This Swagger was generated by the API Framework.","title":"Azure Media Services","version":"2018-07-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/mediaservices/resource-manager/Microsoft.Media/preview/2019-05-01-preview/Encoding.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"mediaservices-Encoding","x-tags":["Azure","Microsoft"]},"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms":{"get":{"description":"Lists the Transforms in the account.","operationId":"Transforms_List","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"$ref":"#/components/parameters/ApiVersion"},{"description":"Restricts the set of items returned.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Lists the Transforms filter by created":{"value":"properties/created gt 2018-09-27T22:56:07.7621546Z and properties/created le 2018-09-27T22:56:17.7621546Z"},"Lists the Transforms filter by lastmodified":{"value":"properties/lastmodified gt 2018-09-27T22:56:07.7840953Z and properties/lastmodified le 2018-09-27T22:56:17.7840953Z"},"Lists the Transforms filter by name":{"value":"(name eq 'sampleEncode') or (name eq 'sampleEncodeAndVideoIndex')"}}},{"description":"Specifies the key by which the result collection should be ordered.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Lists the Transforms filter by created":{"value":"properties/created"},"Lists the Transforms filter by lastmodified":{"value":"properties/lastmodified desc"},"Lists the Transforms filter by name":{"value":"name desc"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TransformCollection"},"examples":{"Lists the Transforms":{"$ref":"#/components/examples/Lists_the_Transforms"},"Lists the Transforms filter by created":{"$ref":"#/components/examples/Lists_the_Transforms_filter_by_created"},"Lists the Transforms filter by lastmodified":{"$ref":"#/components/examples/Lists_the_Transforms_filter_by_lastmodified"},"Lists the Transforms filter by name":{"$ref":"#/components/examples/Lists_the_Transforms_filter_by_name"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Transforms","x-ms-odata":"#/components/schemas/Transform","x-ms-pageable":{"nextLinkName":"@odata.nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}":{"delete":{"description":"Deletes a Transform.","operationId":"Transforms_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Delete a Transform":{"value":"sampleTransform"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Delete Transform"},"get":{"description":"Gets a Transform.","operationId":"Transforms_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Get a Transform by name":{"value":"sampleTransform"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transform"},"examples":{"Get a Transform by name":{"$ref":"#/components/examples/Get_a_Transform_by_name"}}}}},"404":{"description":"NotFound"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Get Transform"},"patch":{"description":"Updates a Transform.","operationId":"Transforms_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Update a Transform.":{"value":"transformToUpdate"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Transform"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transform"},"examples":{"Update a Transform.":{"$ref":"#/components/examples/Update_a_Transform."}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Update Transform"},"put":{"description":"Creates or updates a new Transform.","operationId":"Transforms_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Create or update a Transform":{"value":"createdTransform"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Transform"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transform"},"examples":{"Create or update a Transform":{"$ref":"#/components/examples/Create_or_update_a_Transform"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transform"},"examples":{"Create or update a Transform":{"$ref":"#/components/examples/Create_or_update_a_Transform"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Create or Update Transform"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs":{"get":{"description":"Lists all of the Jobs for the Transform.","operationId":"Jobs_List","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Lists Jobs for the Transform filter by created.":{"value":"exampleTransform"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"exampleTransform"},"Lists Jobs for the Transform filter by name and state.":{"value":"exampleTransform"},"Lists Jobs for the Transform filter by name.":{"value":"exampleTransform"},"Lists Jobs for the Transform filter by state equal.":{"value":"exampleTransform"},"Lists Jobs for the Transform filter by state not equal.":{"value":"exampleTransform"},"Lists all of the Jobs for the Transform.":{"value":"exampleTransform"}}},{"$ref":"#/components/parameters/ApiVersion"},{"description":"Restricts the set of items returned.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Lists Jobs for the Transform filter by created.":{"value":"properties/created ge 2018-09-27T22:56:18.5507138Z and properties/created le 2018-09-27T22:56:28.5507138Z"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"properties/lastmodified ge 2018-09-27T22:56:18.5821662Z and properties/lastmodified le 2018-09-27T22:56:28.5821662Z"},"Lists Jobs for the Transform filter by name and state.":{"value":"name eq 'job3' and properties/state eq Microsoft.Media.JobState'finished'"},"Lists Jobs for the Transform filter by name.":{"value":"name eq 'job1' or name eq 'job2'"},"Lists Jobs for the Transform filter by state equal.":{"value":"properties/state eq Microsoft.Media.JobState'Processing'"},"Lists Jobs for the Transform filter by state not equal.":{"value":"properties/state ne Microsoft.Media.JobState'processing'"}}},{"description":"Specifies the by which the result collection should be ordered.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Lists Jobs for the Transform filter by created.":{"value":"properties/created"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"properties/lastmodified desc"},"Lists Jobs for the Transform filter by name.":{"value":"name"}}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCollection"},"examples":{"Lists Jobs for the Transform filter by created.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_created."},"Lists Jobs for the Transform filter by lastmodified.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_lastmodified."},"Lists Jobs for the Transform filter by name and state.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_name_and_state."},"Lists Jobs for the Transform filter by name.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_name."},"Lists Jobs for the Transform filter by state equal.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_state_equal."},"Lists Jobs for the Transform filter by state not equal.":{"$ref":"#/components/examples/Lists_Jobs_for_the_Transform_filter_by_state_not_equal."},"Lists all of the Jobs for the Transform.":{"$ref":"#/components/examples/Lists_all_of_the_Jobs_for_the_Transform."}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"List Jobs","x-ms-odata":"#/components/schemas/Job","x-ms-pageable":{"nextLinkName":"@odata.nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}":{"delete":{"description":"Deletes a Job.","operationId":"Jobs_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Delete a Job":{"value":"exampleTransform"}}},{"description":"The Job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"Delete a Job":{"value":"jobToDelete"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Delete Job"},"get":{"description":"Gets a Job.","operationId":"Jobs_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Get a Job by name":{"value":"exampleTransform"}}},{"description":"The Job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"Get a Job by name":{"value":"job1"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Get a Job by name":{"$ref":"#/components/examples/Get_a_Job_by_name"}}}}},"404":{"description":"NotFound"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Get Job"},"patch":{"description":"Update is only supported for description and priority. Updating Priority will take effect when the Job state is Queued or Scheduled and depending on the timing the priority update may be ignored.","operationId":"Jobs_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Update a Job":{"value":"exampleTransform"}}},{"description":"The Job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"Update a Job":{"value":"job1"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Job"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Update a Job":{"$ref":"#/components/examples/Update_a_Job"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Update Job"},"put":{"description":"Creates a Job.","operationId":"Jobs_Create","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Create a Job":{"value":"exampleTransform"}}},{"description":"The Job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"Create a Job":{"value":"job1"}}},{"$ref":"#/components/parameters/ApiVersion"}],"requestBody":{"$ref":"#/components/requestBodies/Job"},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"},"examples":{"Create a Job":{"$ref":"#/components/examples/Create_a_Job"}}}}},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Create Job"}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/transforms/{transformName}/jobs/{jobName}/cancelJob":{"post":{"description":"Cancel a Job.","operationId":"Jobs_CancelJob","parameters":[{"$ref":"#/components/parameters/SubscriptionId"},{"$ref":"#/components/parameters/ResourceGroupName"},{"$ref":"#/components/parameters/MediaServicesAccountName"},{"description":"The Transform name.","in":"path","name":"transformName","required":true,"schema":{"type":"string"},"examples":{"Cancel a Job":{"value":"exampleTransform"}}},{"description":"The Job name.","in":"path","name":"jobName","required":true,"schema":{"type":"string"},"examples":{"Cancel a Job":{"value":"job1"}}},{"$ref":"#/components/parameters/ApiVersion"}],"responses":{"200":{"description":"OK"},"default":{"description":"Detailed error information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}},"summary":"Cancel Job"}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Lists_the_Transforms":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncode","name":"sampleEncode","properties":{"created":"2018-07-26T19:11:48.9717921-07:00","description":"A sample Transform using the Standard Encoder with a built in preset.","lastModified":"2018-07-26T19:11:48.9717921-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"AdaptiveStreaming"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncodeAndVideoIndex","name":"sampleEncodeAndVideoIndex","properties":{"created":"2018-07-26T19:11:48.9767793-07:00","description":"A sample Transform using the Standard Encoder with a built-in preset, as well as the Video Analyzer.","lastModified":"2018-07-26T19:11:48.9767793-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.VideoAnalyzerPreset","insightsToExtract":"AllInsights"},"relativePriority":"Normal"},{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"AdaptiveStreaming"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}]}},"Lists_the_Transforms_filter_by_created":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncodeAndVideoIndex","name":"sampleEncodeAndVideoIndex","properties":{"created":"2018-09-27T22:56:17.7621546-07:00","description":"A sample Transform using the Video Analyzer.","lastModified":"2018-09-27T22:56:17.7621546-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.VideoAnalyzerPreset","insightsToExtract":"AllInsights"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}]}},"Lists_the_Transforms_filter_by_lastmodified":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncodeAndVideoIndex","name":"sampleEncodeAndVideoIndex","properties":{"created":"2018-09-27T22:56:17.7840953-07:00","description":"A sample Transform using the Video Analyzer.","lastModified":"2018-09-27T22:56:17.7840953-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.VideoAnalyzerPreset","insightsToExtract":"AllInsights"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}]}},"Lists_the_Transforms_filter_by_name":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncodeAndVideoIndex","name":"sampleEncodeAndVideoIndex","properties":{"created":"2018-09-27T22:56:07.5846087-07:00","description":"A sample Transform using the Standard Encoder with a built-in preset, as well as the Video Analyzer.","lastModified":"2018-09-27T22:56:07.5846087-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.VideoAnalyzerPreset","insightsToExtract":"AllInsights"},"relativePriority":"Normal"},{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"AdaptiveStreaming"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleEncode","name":"sampleEncode","properties":{"created":"2018-09-27T22:56:07.5846087-07:00","description":"A sample Transform using the Standard Encoder with a built in preset.","lastModified":"2018-09-27T22:56:07.5846087-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"AdaptiveStreaming"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}]}},"Get_a_Transform_by_name":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/sampleTransform","name":"sampleTransform","properties":{"created":"2018-08-08T16:29:57.8095562-04:00","description":"A sample Transform using the Standard Encoder with a built in preset.","lastModified":"2018-08-08T16:29:57.8095562-04:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"H264MultipleBitrate1080p"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}},"Update_a_Transform.":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/transformToUpdate","name":"transformToUpdate","properties":{"created":"2019-05-29T17:01:44.2001108-07:00","description":"Example transform to illustrate update.","lastModified":"2019-05-29T17:01:44.2761137-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"H264MultipleBitrate720p"},"relativePriority":"High"}]},"type":"Microsoft.Media/mediaservices/transforms"}},"Create_or_update_a_Transform":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/createdTransform","name":"createdTransform","properties":{"created":"2019-05-29T17:01:44.0571152-07:00","description":"Example Transform to illustrate create and update.","lastModified":"2019-05-29T17:01:44.0571152-07:00","outputs":[{"onError":"StopProcessingJob","preset":{"@odata.type":"#Microsoft.Media.BuiltInStandardEncoderPreset","presetName":"AdaptiveStreaming"},"relativePriority":"Normal"}]},"type":"Microsoft.Media/mediaservices/transforms"}},"Lists_Jobs_for_the_Transform_filter_by_created.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job2","name":"job2","properties":{"correlationData":{},"created":"2018-09-27T22:56:18.5507138Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job2 input","files":[]}]},"lastModified":"2018-09-27T22:56:18.5507138Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job2 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job3","name":"job3","properties":{"correlationData":{},"created":"2018-09-27T22:56:28.5507138Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job3 input","files":[]}]},"lastModified":"2018-09-27T22:56:28.5507138Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job3 output","label":"example-custom-label","progress":100,"state":"Finished"}],"priority":"Low","state":"Finished"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_Jobs_for_the_Transform_filter_by_lastmodified.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job3","name":"job3","properties":{"correlationData":{},"created":"2018-09-27T22:56:28.5821662Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job3 input","files":[]}]},"lastModified":"2018-09-27T22:56:28.5821662Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job3 output","label":"example-custom-label","progress":100,"state":"Finished"}],"priority":"Low","state":"Finished"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job2","name":"job2","properties":{"correlationData":{},"created":"2018-09-27T22:56:18.5821662Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job2 input","files":[]}]},"lastModified":"2018-09-27T22:56:18.5821662Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job2 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_Jobs_for_the_Transform_filter_by_name_and_state.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job3","name":"job3","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job3 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job3 output","label":"example-custom-label","progress":100,"state":"Finished"}],"priority":"Low","state":"Finished"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_Jobs_for_the_Transform_filter_by_name.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1 output","label":"example-custom-label","progress":0,"state":"Queued"}],"priority":"Low","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job2","name":"job2","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job2 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job2 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_Jobs_for_the_Transform_filter_by_state_equal.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job2","name":"job2","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job2 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job2 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job3","name":"job3","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job3 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job3 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_Jobs_for_the_Transform_filter_by_state_not_equal.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1 output","label":"example-custom-label","progress":0,"state":"Queued"}],"priority":"Low","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job4","name":"job4","properties":{"correlationData":{},"created":"0001-01-01T00:00:00Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job4 input","files":[]}]},"lastModified":"0001-01-01T00:00:00Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job4 output","label":"example-custom-label","progress":100,"state":"Finished"}],"priority":"Low","state":"Finished"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Lists_all_of_the_Jobs_for_the_Transform.":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{},"created":"2018-08-08T16:29:58.0908004Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1 input","files":[]}]},"lastModified":"2018-08-08T16:29:58.0908004Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1 output","label":"example-custom-label","progress":0,"state":"Queued"}],"priority":"Low","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job2","name":"job2","properties":{"correlationData":{},"created":"2018-08-08T16:29:58.0927994Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job2 input","files":[]}]},"lastModified":"2018-08-08T16:29:58.0927994Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job2 output","label":"example-custom-label","progress":50,"state":"Processing"}],"priority":"Low","state":"Processing"},"type":"Microsoft.Media/mediaservices/transforms/jobs"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job3","name":"job3","properties":{"correlationData":{},"created":"2018-08-08T16:29:58.0927994Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job3 input","files":[]}]},"lastModified":"2018-08-08T16:29:58.0927994Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job3 output","label":"example-custom-label","progress":100,"state":"Finished"}],"priority":"Low","state":"Finished"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}]}},"Get_a_Job_by_name":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{},"created":"2018-08-08T16:29:58.1798Z","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1 input","files":[]}]},"lastModified":"2018-08-08T16:29:58.1798Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1 output","label":"example-custom-label","progress":0,"state":"Queued"}],"priority":"Low","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}},"Update_a_Job":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{},"created":"2018-08-08T16:29:58.3218119Z","description":"Example job to illustrate update.","input":{"@odata.type":"#Microsoft.Media.JobInputs","inputs":[{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1 input","files":[]}]},"lastModified":"2018-08-08T16:29:58.3368364Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1 output","label":"example-custom-label","progress":0,"state":"Queued"}],"priority":"High","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}},"Create_a_Job":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/contosoresources/providers/Microsoft.Media/mediaservices/contosomedia/transforms/exampleTransform/jobs/job1","name":"job1","properties":{"correlationData":{"Key 2":"Value 2","key1":"value1"},"created":"2018-08-08T16:29:58.2188352Z","input":{"@odata.type":"#Microsoft.Media.JobInputAsset","assetName":"job1-InputAsset","files":[]},"lastModified":"2018-08-08T16:29:58.2188352Z","outputs":[{"@odata.type":"#Microsoft.Media.JobOutputAsset","assetName":"job1-OutputAsset","label":"BuiltInStandardEncoderPreset_0","progress":0,"state":"Queued"}],"priority":"Normal","state":"Queued"},"type":"Microsoft.Media/mediaservices/transforms/jobs"}}},"parameters":{"ApiVersion":{"description":"The Version of the API to be used with the client request.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Lists the Transforms":{"value":"2018-07-01"},"Lists the Transforms filter by created":{"value":"2018-07-01"},"Lists the Transforms filter by lastmodified":{"value":"2018-07-01"},"Lists the Transforms filter by name":{"value":"2018-07-01"},"Delete a Transform":{"value":"2018-07-01"},"Get a Transform by name":{"value":"2018-07-01"},"Update a Transform.":{"value":"2018-07-01"},"Create or update a Transform":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by created.":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by name and state.":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by name.":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by state equal.":{"value":"2018-07-01"},"Lists Jobs for the Transform filter by state not equal.":{"value":"2018-07-01"},"Lists all of the Jobs for the Transform.":{"value":"2018-07-01"},"Delete a Job":{"value":"2018-07-01"},"Get a Job by name":{"value":"2018-07-01"},"Update a Job":{"value":"2018-07-01"},"Create a Job":{"value":"2018-07-01"},"Cancel a Job":{"value":"2018-07-01"}}},"MediaServicesAccountName":{"description":"The Media Services account name.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Lists the Transforms":{"value":"contosomedia"},"Lists the Transforms filter by created":{"value":"contosomedia"},"Lists the Transforms filter by lastmodified":{"value":"contosomedia"},"Lists the Transforms filter by name":{"value":"contosomedia"},"Delete a Transform":{"value":"contosomedia"},"Get a Transform by name":{"value":"contosomedia"},"Update a Transform.":{"value":"contosomedia"},"Create or update a Transform":{"value":"contosomedia"},"Lists Jobs for the Transform filter by created.":{"value":"contosomedia"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"contosomedia"},"Lists Jobs for the Transform filter by name and state.":{"value":"contosomedia"},"Lists Jobs for the Transform filter by name.":{"value":"contosomedia"},"Lists Jobs for the Transform filter by state equal.":{"value":"contosomedia"},"Lists Jobs for the Transform filter by state not equal.":{"value":"contosomedia"},"Lists all of the Jobs for the Transform.":{"value":"contosomedia"},"Delete a Job":{"value":"contosomedia"},"Get a Job by name":{"value":"contosomedia"},"Update a Job":{"value":"contosomedia"},"Create a Job":{"value":"contosomedia"},"Cancel a Job":{"value":"contosomedia"}}},"ResourceGroupName":{"description":"The name of the resource group within the Azure subscription.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Lists the Transforms":{"value":"contosoresources"},"Lists the Transforms filter by created":{"value":"contosoresources"},"Lists the Transforms filter by lastmodified":{"value":"contosoresources"},"Lists the Transforms filter by name":{"value":"contosoresources"},"Delete a Transform":{"value":"contosoresources"},"Get a Transform by name":{"value":"contosoresources"},"Update a Transform.":{"value":"contosoresources"},"Create or update a Transform":{"value":"contosoresources"},"Lists Jobs for the Transform filter by created.":{"value":"contosoresources"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"contosoresources"},"Lists Jobs for the Transform filter by name and state.":{"value":"contosoresources"},"Lists Jobs for the Transform filter by name.":{"value":"contosoresources"},"Lists Jobs for the Transform filter by state equal.":{"value":"contosoresources"},"Lists Jobs for the Transform filter by state not equal.":{"value":"contosoresources"},"Lists all of the Jobs for the Transform.":{"value":"contosoresources"},"Delete a Job":{"value":"contosoresources"},"Get a Job by name":{"value":"contosoresources"},"Update a Job":{"value":"contosoresources"},"Create a Job":{"value":"contosoresources"},"Cancel a Job":{"value":"contosoresources"}}},"SubscriptionId":{"description":"The unique identifier for a Microsoft Azure subscription.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Lists the Transforms":{"value":"00000000-0000-0000-0000-000000000000"},"Lists the Transforms filter by created":{"value":"00000000-0000-0000-0000-000000000000"},"Lists the Transforms filter by lastmodified":{"value":"00000000-0000-0000-0000-000000000000"},"Lists the Transforms filter by name":{"value":"00000000-0000-0000-0000-000000000000"},"Delete a Transform":{"value":"00000000-0000-0000-0000-000000000000"},"Get a Transform by name":{"value":"00000000-0000-0000-0000-000000000000"},"Update a Transform.":{"value":"00000000-0000-0000-0000-000000000000"},"Create or update a Transform":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by created.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by lastmodified.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by name and state.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by name.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by state equal.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists Jobs for the Transform filter by state not equal.":{"value":"00000000-0000-0000-0000-000000000000"},"Lists all of the Jobs for the Transform.":{"value":"00000000-0000-0000-0000-000000000000"},"Delete a Job":{"value":"00000000-0000-0000-0000-000000000000"},"Get a Job by name":{"value":"00000000-0000-0000-0000-000000000000"},"Update a Job":{"value":"00000000-0000-0000-0000-000000000000"},"Create a Job":{"value":"00000000-0000-0000-0000-000000000000"},"Cancel a Job":{"value":"00000000-0000-0000-0000-000000000000"}}}},"requestBodies":{"Transform":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Transform"}}},"description":"The request parameters","required":true},"Job":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Job"}}},"description":"The request parameters","required":true}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"Impersonate your user account"}}}}},"schemas":{"AacAudio":{"allOf":[{"$ref":"#/components/schemas/Audio"}],"description":"Describes Advanced Audio Codec (AAC) audio encoding settings.","properties":{"profile":{"description":"The encoding profile to be used when encoding audio with AAC.","enum":["AacLc","HeAacV1","HeAacV2"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AacAudioProfile","values":[{"description":"Specifies that the output audio is to be encoded into AAC Low Complexity profile (AAC-LC).","value":"AacLc"},{"description":"Specifies that the output audio is to be encoded into HE-AAC v1 profile.","value":"HeAacV1"},{"description":"Specifies that the output audio is to be encoded into HE-AAC v2 profile.","value":"HeAacV2"}]}}},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.AacAudio"},"AbsoluteClipTime":{"allOf":[{"$ref":"#/components/schemas/ClipTime"}],"description":"Specifies the clip time as an absolute time position in the media file. The absolute time can point to a different position depending on whether the media file starts from a timestamp of zero or not.","properties":{"time":{"description":"The time position on the timeline of the input media. It is usually specified as an ISO8601 period. e.g PT30S for 30 seconds.","format":"duration","type":"string"}},"required":["time"],"type":"object","x-ms-discriminator-value":"#Microsoft.Media.AbsoluteClipTime"},"ApiError":{"description":"The API error.","properties":{"error":{"$ref":"#/components/schemas/ODataError"}},"type":"object"},"Audio":{"allOf":[{"$ref":"#/components/schemas/Codec"}],"description":"Defines the common properties for all audio codecs.","properties":{"bitrate":{"description":"The bitrate, in bits per second, of the output encoded audio.","format":"int32","type":"integer"},"channels":{"description":"The number of channels in the audio.","format":"int32","type":"integer"},"samplingRate":{"description":"The sampling rate to use for encoding in hertz.","format":"int32","type":"integer"}},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.Audio"},"AudioAnalyzerPreset":{"allOf":[{"$ref":"#/components/schemas/Preset"}],"description":"The Audio Analyzer preset applies a pre-defined set of AI-based analysis operations, including speech transcription. Currently, the preset supports processing of content with a single audio track.","properties":{"audioLanguage":{"description":"The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are English ('en-US' and 'en-GB'), Spanish ('es-ES' and 'es-MX'), French ('fr-FR'), Italian ('it-IT'), Japanese ('ja-JP'), Portuguese ('pt-BR'), Chinese ('zh-CN'), German ('de-DE'), Arabic ('ar-EG' and 'ar-SY'), Russian ('ru-RU'), Hindi ('hi-IN'), and Korean ('ko-KR'). If you know the language of your content, it is recommended that you specify it. If the language isn't specified or set to null, automatic language detection will choose the first language detected and process with the selected language for the duration of the file. This language detection feature currently supports English, Chinese, French, German, Italian, Japanese, Spanish, Russian, and Portuguese. It does not currently support dynamically switching between languages after the first language is detected. The automatic detection works best with audio recordings with clearly discernable speech. If automatic detection fails to find the language, transcription would fallback to 'en-US'.\"","type":"string"}},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.AudioAnalyzerPreset"},"AudioOverlay":{"allOf":[{"$ref":"#/components/schemas/Overlay"}],"description":"Describes the properties of an audio overlay.","properties":{},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.AudioOverlay"},"BuiltInStandardEncoderPreset":{"allOf":[{"$ref":"#/components/schemas/Preset"}],"description":"Describes a built-in preset for encoding the input video with the Standard Encoder.","properties":{"presetName":{"description":"The built-in preset to be used for encoding videos.","enum":["H264SingleBitrateSD","H264SingleBitrate720p","H264SingleBitrate1080p","AdaptiveStreaming","AACGoodQualityAudio","ContentAwareEncodingExperimental","H264MultipleBitrate1080p","H264MultipleBitrate720p","H264MultipleBitrateSD"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"EncoderNamedPreset","values":[{"description":"Produces an MP4 file where the video is encoded with H.264 codec at 2200 kbps and a picture height of 480 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps.","value":"H264SingleBitrateSD"},{"description":"Produces an MP4 file where the video is encoded with H.264 codec at 4500 kbps and a picture height of 720 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps.","value":"H264SingleBitrate720p"},{"description":"Produces an MP4 file where the video is encoded with H.264 codec at 6750 kbps and a picture height of 1080 pixels, and the stereo audio is encoded with AAC-LC codec at 64 kbps.","value":"H264SingleBitrate1080p"},{"description":"Produces a set of GOP aligned MP4 files with H.264 video and stereo AAC audio. Auto-generates a bitrate ladder based on the input resolution and bitrate. The auto-generated preset will never exceed the input resolution and bitrate. For example, if the input is 720p at 3 Mbps, output will remain 720p at best, and will start at rates lower than 3 Mbps. The output will have video and audio in separate MP4 files, which is optimal for adaptive streaming.","value":"AdaptiveStreaming"},{"description":"Produces a single MP4 file containing only stereo audio encoded at 192 kbps.","value":"AACGoodQualityAudio"},{"description":"Exposes an experimental preset for content-aware encoding. Given any input content, the service attempts to automatically determine the optimal number of layers, appropriate bitrate and resolution settings for delivery by adaptive streaming. The underlying algorithms will continue to evolve over time. The output will contain MP4 files with video and audio interleaved.","value":"ContentAwareEncodingExperimental"},{"description":"Produces a set of 8 GOP-aligned MP4 files, ranging from 6000 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 1080p and goes down to 360p.","value":"H264MultipleBitrate1080p"},{"description":"Produces a set of 6 GOP-aligned MP4 files, ranging from 3400 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 720p and goes down to 360p.","value":"H264MultipleBitrate720p"},{"description":"Produces a set of 5 GOP-aligned MP4 files, ranging from 1600 kbps to 400 kbps, and stereo AAC audio. Resolution starts at 480p and goes down to 360p.","value":"H264MultipleBitrateSD"}]}}},"required":["presetName"],"type":"object","x-ms-discriminator-value":"#Microsoft.Media.BuiltInStandardEncoderPreset"},"ClipTime":{"description":"Base class for specifying a clip time. Use sub classes of this class to specify the time position in the media.","discriminator":{"propertyName":"@odata.type"},"properties":{"@odata.type":{"description":"The discriminator for derived types.","type":"string"}},"required":["@odata.type"],"type":"object"},"Codec":{"description":"Describes the basic properties of all codecs.","discriminator":{"propertyName":"@odata.type"},"properties":{"@odata.type":{"description":"The discriminator for derived types.","type":"string"},"label":{"description":"An optional label for the codec. The label can be used to control muxing behavior.","type":"string"}},"required":["@odata.type"],"type":"object"},"CopyAudio":{"allOf":[{"$ref":"#/components/schemas/Codec"}],"description":"A codec flag, which tells the encoder to copy the input audio bitstream.","properties":{},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.CopyAudio"},"CopyVideo":{"allOf":[{"$ref":"#/components/schemas/Codec"}],"description":"A codec flag, which tells the encoder to copy the input video bitstream without re-encoding.","properties":{},"type":"object","x-ms-discriminator-value":"#Microsoft.Media.CopyVideo"},"Deinterlace":{"description":"Describes the de-interlacing settings.","properties":{"mode":{"description":"The deinterlacing mode. Defaults to AutoPixelAdaptive.","enum":["Of