From c47f633b42db853688b2981b3d6e5d33655dbd78 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 22 Nov 2018 02:32:44 +0000 Subject: [PATCH] Generated from a0e4d8d8f69c8f77b362efb7fc19d88a0ab7296a typo: mediaservices/resource-manager/Microsoft.Media/Encoding - Double word "will" - Double word "of" - audi -> audio - extraced -> extracted --- .../v2018_03_30_preview/EncoderNamedPreset.java | 2 +- .../mediaservices/v2018_03_30_preview/JobInputs.java | 2 +- .../v2018_06_01_preview/EncoderNamedPreset.java | 2 +- .../mediaservices/v2018_06_01_preview/JobInputs.java | 2 +- .../mediaservices/v2018_07_01/EncoderNamedPreset.java | 2 +- .../management/mediaservices/v2018_07_01/JobInputs.java | 2 +- .../mediaservices/v2018_07_01/VideoAnalyzerPreset.java | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java index 3d5360286056..36c0cef4c05d 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/EncoderNamedPreset.java @@ -15,7 +15,7 @@ * Defines values for EncoderNamedPreset. */ public enum EncoderNamedPreset { - /** 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 will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** 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. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java index 4e843790d9d3..fcedd230f7bd 100644 --- a/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java +++ b/mediaservices/resource-manager/v2018_03_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_03_30_preview/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java index b5591fa082a3..8871c16fd30f 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/EncoderNamedPreset.java @@ -15,7 +15,7 @@ * Defines values for EncoderNamedPreset. */ public enum EncoderNamedPreset { - /** 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 will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** 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. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java index 3a92a9f018f6..528a50a6e7d1 100644 --- a/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java +++ b/mediaservices/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_06_01_preview/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java index a6612f689694..e8201a0c5ea7 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/EncoderNamedPreset.java @@ -24,7 +24,7 @@ public enum EncoderNamedPreset { /** 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. */ H264SINGLE_BITRATE1080P("H264SingleBitrate1080p"), - /** 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 will have video and audio in separate MP4 files, which is optimal for adaptive streaming. */ + /** 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. */ ADAPTIVE_STREAMING("AdaptiveStreaming"), /** Produces a single MP4 file containing only stereo audio encoded at 192 kbps. */ diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java index 881f802e5318..0630df5a0d8a 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/JobInputs.java @@ -14,7 +14,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName; /** - * Describes a list of of inputs to a Job. + * Describes a list of inputs to a Job. */ @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property = "@odata.type") @JsonTypeName("#Microsoft.Media.JobInputs") diff --git a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java index 92cab5c520ca..f6e7964cd0ba 100644 --- a/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java +++ b/mediaservices/resource-manager/v2018_07_01/src/main/java/com/microsoft/azure/management/mediaservices/v2018_07_01/VideoAnalyzerPreset.java @@ -21,15 +21,15 @@ public class VideoAnalyzerPreset extends AudioAnalyzerPreset { /** * The type of insights to be extracted. If not set then based on the - * content the type will selected. If the content is audi only then only - * audio insights are extraced and if it is video only. Possible values + * content the type will selected. If the content is audio only then only + * audio insights are extracted and if it is video only. Possible values * include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. */ @JsonProperty(value = "insightsToExtract") private InsightsType insightsToExtract; /** - * Get the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audi only then only audio insights are extraced and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. + * Get the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audio only then only audio insights are extracted and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. * * @return the insightsToExtract value */ @@ -38,7 +38,7 @@ public InsightsType insightsToExtract() { } /** - * Set the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audi only then only audio insights are extraced and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. + * Set the type of insights to be extracted. If not set then based on the content the type will selected. If the content is audio only then only audio insights are extracted and if it is video only. Possible values include: 'AudioInsightsOnly', 'VideoInsightsOnly', 'AllInsights'. * * @param insightsToExtract the insightsToExtract value to set * @return the VideoAnalyzerPreset object itself.