Show / Hide Table of Contents

Class Av1VideoConfiguration

Av1VideoConfiguration

Inheritance
System.Object
BitmovinResponse
BitmovinResource
CodecConfiguration
VideoConfiguration
Av1VideoConfiguration
Inherited Members
VideoConfiguration.Width
VideoConfiguration.Height
VideoConfiguration.Bitrate
VideoConfiguration.Rate
VideoConfiguration.PixelFormat
VideoConfiguration.ColorConfig
VideoConfiguration.SampleAspectRatioNumerator
VideoConfiguration.SampleAspectRatioDenominator
VideoConfiguration.DisplayAspectRatio
VideoConfiguration.EncodingMode
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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>
Back to top Generated by DocFX