Show / Hide Table of Contents

Class DenoiseHqdn3dFilter

DenoiseHqdn3dFilter

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

Properties

ChromaSpatial

A non-negative floating point number which specifies spatial chroma strength. It defaults to 3.0*luma_spatial/4.0.

Declaration
public double? ChromaSpatial { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

ChromaTmp

A floating point number which specifies chroma temporal strength. It defaults to luma_tmp*chroma_spatial/luma_spatial.

Declaration
public double? ChromaTmp { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

LumaSpatial

A non-negative floating point number which specifies spatial luma strength. It defaults to 4.0.

Declaration
public double? LumaSpatial { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

LumaTmp

A floating point number which specifies luma temporal strength. It defaults to 6.0*luma_spatial/4.0.

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