Skip to content

Commit

Permalink
Generated from a0e4d8d8f69c8f77b362efb7fc19d88a0ab7296a (#2643)
Browse files Browse the repository at this point in the history
typo: mediaservices/resource-manager/Microsoft.Media/Encoding

- Double word "will"
- Double word "of"
- audi -> audio
- extraced -> extracted
  • Loading branch information
AutorestCI authored Nov 26, 2018
1 parent c049354 commit b5c0687
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down

0 comments on commit b5c0687

Please sign in to comment.