Show / Hide Table of Contents

Struct fcAPI.fcExrConfig

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct fcExrConfig

Fields

channels

Declaration
[HideInInspector]
public int channels
Field Value
Type Description
System.Int32

compression

Declaration
public fcAPI.fcExrCompression compression
Field Value
Type Description
fcAPI.fcExrCompression

height

Declaration
[HideInInspector]
public int height
Field Value
Type Description
System.Int32

maxTasks

Declaration
[Range(1F, 32F)]
public int maxTasks
Field Value
Type Description
System.Int32

pixelFormat

Declaration
public fcAPI.fcExrPixelFormat pixelFormat
Field Value
Type Description
fcAPI.fcExrPixelFormat

width

Declaration
[HideInInspector]
public int width
Field Value
Type Description
System.Int32

Properties

default_value

Declaration
public static fcAPI.fcExrConfig default_value { get; }
Property Value
Type Description
fcAPI.fcExrConfig
Back to top