Class Av1VideoConfiguration
Av1VideoConfiguration
Inheritance
System.Object
Av1VideoConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Av1VideoConfiguration : VideoConfiguration
Properties
PresetConfiguration
Use a set of well defined configurations preset to support certain use cases. Can be overwritten with more specific values.
Declaration
public Av1PresetConfiguration? PresetConfiguration { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Av1PresetConfiguration> |