Show / Hide Table of Contents

Class ConformFilter

ConformFilter

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Filter
ConformFilter
Inherited Members
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 ConformFilter : Filter

Properties

TargetFps

The FPS the input should be changed to.

Declaration
public double? TargetFps { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX