Share via


EncoderSystemPresetType Struct

Definition

Defines values for EncoderSystemPresetType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPresetTypeConverter))]
public struct EncoderSystemPresetType : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPresetType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.EncoderSystemPresetTypeConverter))>]
type EncoderSystemPresetType = struct
Public Structure EncoderSystemPresetType
Implements IEquatable(Of EncoderSystemPresetType)
Inheritance
EncoderSystemPresetType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

SingleLayer1080pH264AAC

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 1080 pixels, and at a maximum bitrate of 6000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 128 Kbps

SingleLayer2160pH264AAC

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 2160 pixels, and at a maximum bitrate of 16000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 128 Kbps

SingleLayer540pH264AAC

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 540 pixels, and at a maximum bitrate of 2000 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 96 Kbps

SingleLayer720pH264AAC

Produces an MP4 file where the video is encoded with H.264 codec at a picture height of 720 pixels, and at a maximum bitrate of 3500 Kbps. Encoded video has the same average frame rate as the input. The aspect ratio of the input is preserved. If the input content has audio, then it is encoded with AAC-LC codec at 96 Kbps

Methods

Equals(EncoderSystemPresetType)

Compares enums of type EncoderSystemPresetType

Equals(Object)

Overrides Equals operator for EncoderSystemPresetType

GetHashCode()

Returns for hashCode EncoderSystemPresetType

ToString()

Returns string representation for EncoderSystemPresetType

Operators

Equality(EncoderSystemPresetType, EncoderSystemPresetType)

Overriding == operator for enum EncoderSystemPresetType

Implicit(EncoderSystemPresetType to String)

Implicit operator to convert EncoderSystemPresetType to string

Implicit(String to EncoderSystemPresetType)

Implicit operator to convert string to EncoderSystemPresetType

Inequality(EncoderSystemPresetType, EncoderSystemPresetType)

Overriding != operator for enum EncoderSystemPresetType

Applies to