Class Mp4VideoFormat
Renders H.264 in mp4 container.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class Mp4VideoFormat : VideoFormatBase
Properties
AudioCodec
Gets or sets the encoding audio codec.
Declaration
[JsonProperty("audioCodec", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public AudioFormatBase AudioCodec { get; set; }
Property Value
Preset
Gets or sets the encoding codec preset.
Declaration
[JsonProperty("preset", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public Preset Preset { get; set; }
Property Value
ResizeAction
Allows resizing of the video.
Declaration
[JsonProperty("resizeAction", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ResizeAction ResizeAction { get; set; }